Class JournalArticleUtil
com.liferay.journal.service.persistence.impl.JournalArticlePersistenceImpl
and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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
static void
clearCache
(JournalArticle journalArticle) static int
countAll()
Returns the number of journal articles.static int
countByC_NotST
(long companyId, int status) Returns the number of journal articles where companyId = ? and status ≠ ?.static int
countByC_ST
(long companyId, int status) Returns the number of journal articles where companyId = ? and status = ?.static int
countByC_V
(long companyId, double version) Returns the number of journal articles where companyId = ? and version = ?.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
countByCompanyId
(long companyId) Returns the number of journal articles where companyId = ?.static int
countByDDMStructureId
(long DDMStructureId) Returns the number of journal articles where DDMStructureId = ?.static int
countByDDMTemplateKey
(String DDMTemplateKey) Returns the number of journal articles where DDMTemplateKey = ?.static int
countByG_A
(long groupId, String articleId) Returns the number of journal articles where groupId = ? and articleId = ?.static int
countByG_A_NotST
(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 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_C_C
(long groupId, long classNameId, long classPK) Returns the number of journal articles where groupId = ? and classNameId = ? and classPK = ?.static int
countByG_C_DDMSI
(long groupId, long classNameId, long DDMStructureId) Returns the number of journal articles where groupId = ? and classNameId = ? and DDMStructureId = ?.static int
countByG_C_DDMTK
(long groupId, long classNameId, String DDMTemplateKey) Returns the number of journal articles where groupId = ? and classNameId = ? and DDMTemplateKey = ?.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_DDMSI
(long groupId, long DDMStructureId) Returns the number of journal articles where groupId = ? and DDMStructureId = ?.static int
countByG_DDMTK
(long groupId, String DDMTemplateKey) Returns the number of journal articles where groupId = ? and DDMTemplateKey = ?.static int
countByG_ERC
(long groupId, String externalReferenceCode) Returns the number of journal articles where groupId = ? and externalReferenceCode = ?.static int
countByG_ERC_ST
(long groupId, String externalReferenceCode, int status) Returns the number of journal articles where groupId = ? and externalReferenceCode = ? and status = ?.static int
countByG_ERC_ST
(long groupId, String externalReferenceCode, int[] statuses) Returns the number of journal articles where groupId = ? and externalReferenceCode = ? and status = any ?.static int
countByG_ERC_V
(long groupId, String externalReferenceCode, double version) Returns the number of journal articles where groupId = ? and externalReferenceCode = ? and version = ?.static int
countByG_F
(long groupId, long folderId) Returns the number of journal articles where groupId = ? and folderId = ?.static int
countByG_F
(long groupId, long[] folderIds) Returns the number of journal articles where groupId = ? and folderId = any ?.static int
countByG_F_C_NotST
(long groupId, long folderId, long classNameId, int status) Returns the number of journal articles where groupId = ? and folderId = ? and classNameId = ? and status ≠ ?.static int
countByG_F_ST
(long groupId, long folderId, int status) Returns the number of journal articles where groupId = ? and folderId = ? and status = ?.static int
countByG_F_ST
(long groupId, long folderId, int[] statuses) Returns the number of journal articles where groupId = ? and folderId = ? and status = any ?.static int
countByG_L
(long groupId, String layoutUuid) Returns the number of journal articles where groupId = ? and layoutUuid = ?.static int
countByG_NotL
(long groupId, String layoutUuid) Returns the number of journal articles where groupId = ? and layoutUuid ≠ ?.static int
countByG_NotL
(long groupId, String[] layoutUuids) Returns the number of journal articles where groupId = ? and layoutUuid ≠ all ?.static int
countByG_ST
(long groupId, int status) Returns the number of journal articles where groupId = ? and status = ?.static int
countByG_U
(long groupId, long userId) Returns the number of journal articles where groupId = ? and userId = ?.static int
countByG_U_C
(long groupId, long userId, long classNameId) Returns the number of journal articles where groupId = ? and userId = ? and classNameId = ?.static int
countByG_UT
(long groupId, String urlTitle) Returns the number of journal articles where groupId = ? and urlTitle = ?.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
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
countByLtD_S
(Date displayDate, int status) Returns the number of journal articles where displayDate < ? and status = ?.static int
countByR_I
(long resourcePrimKey, boolean indexable) Returns the number of journal articles where resourcePrimKey = ? and indexable = ?.static int
countByR_I_S
(long resourcePrimKey, boolean indexable, int status) Returns the number of journal articles where resourcePrimKey = ? and indexable = ? and status = ?.static int
countByR_I_S
(long resourcePrimKey, boolean indexable, int[] statuses) Returns the number of journal articles where resourcePrimKey = ? and indexable = ? and status = any ?.static int
countByR_ST
(long resourcePrimKey, int status) Returns the number of journal articles where resourcePrimKey = ? and status = ?.static int
countByR_ST
(long resourcePrimKey, int[] statuses) Returns the number of journal articles where resourcePrimKey = ? and status = any ?.static int
countByResourcePrimKey
(long resourcePrimKey) Returns the number of journal articles where resourcePrimKey = ?.static int
countBySmallImageId
(long smallImageId) Returns the number of journal articles where smallImageId = ?.static int
countByUuid
(String uuid) Returns the number of journal articles where uuid = ?.static int
countByUuid_C
(String uuid, long companyId) Returns the number of journal articles where uuid = ? and companyId = ?.static int
countByUUID_G
(String uuid, long groupId) Returns the number of journal articles where uuid = ? and groupId = ?.static long
countWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static JournalArticle
create
(long id) Creates a new journal article with the primary key.static JournalArticle
fetchByC_NotST_First
(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where companyId = ? and status ≠ ?.static JournalArticle
fetchByC_NotST_Last
(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where companyId = ? and status ≠ ?.static JournalArticle
fetchByC_ST_First
(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where companyId = ? and status = ?.static JournalArticle
fetchByC_ST_Last
(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where companyId = ? and status = ?.static JournalArticle
fetchByC_V_First
(long companyId, double version, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where companyId = ? and version = ?.static JournalArticle
fetchByC_V_Last
(long companyId, double version, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where companyId = ? and version = ?.static JournalArticle
fetchByC_V_ST_First
(long companyId, double version, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where companyId = ? and version = ? and status = ?.static JournalArticle
fetchByC_V_ST_Last
(long companyId, double version, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where companyId = ? and version = ? and status = ?.static JournalArticle
fetchByCompanyId_First
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where companyId = ?.static JournalArticle
fetchByCompanyId_Last
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where companyId = ?.static JournalArticle
fetchByDDMStructureId_First
(long DDMStructureId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where DDMStructureId = ?.static JournalArticle
fetchByDDMStructureId_Last
(long DDMStructureId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where DDMStructureId = ?.static JournalArticle
fetchByDDMTemplateKey_First
(String DDMTemplateKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where DDMTemplateKey = ?.static JournalArticle
fetchByDDMTemplateKey_Last
(String DDMTemplateKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where DDMTemplateKey = ?.static JournalArticle
fetchByG_A_First
(long groupId, String articleId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where groupId = ? and articleId = ?.static JournalArticle
fetchByG_A_Last
(long groupId, String articleId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where groupId = ? and articleId = ?.static JournalArticle
fetchByG_A_NotST_First
(long groupId, String articleId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.static JournalArticle
fetchByG_A_NotST_Last
(long groupId, String articleId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.static JournalArticle
fetchByG_A_ST_First
(long groupId, String articleId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status = ?.static JournalArticle
fetchByG_A_ST_Last
(long groupId, String articleId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status = ?.static JournalArticle
fetchByG_A_V
(long groupId, String articleId, double version) Returns the journal article where groupId = ? and articleId = ? and version = ? or returnsnull
if it could not be found.static JournalArticle
fetchByG_A_V
(long groupId, String articleId, double version, boolean useFinderCache) Returns the journal article where groupId = ? and articleId = ? and version = ? or returnsnull
if it could not be found, optionally using the finder cache.static JournalArticle
fetchByG_C_C_First
(long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.static JournalArticle
fetchByG_C_C_Last
(long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.static JournalArticle
fetchByG_C_DDMSI
(long groupId, long classNameId, long DDMStructureId) Returns the journal article where groupId = ? and classNameId = ? and DDMStructureId = ? or returnsnull
if it could not be found.static JournalArticle
fetchByG_C_DDMSI
(long groupId, long classNameId, long DDMStructureId, boolean useFinderCache) Returns the journal article where groupId = ? and classNameId = ? and DDMStructureId = ? or returnsnull
if it could not be found, optionally using the finder cache.static JournalArticle
fetchByG_C_DDMTK_First
(long groupId, long classNameId, String DDMTemplateKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?.static JournalArticle
fetchByG_C_DDMTK_Last
(long groupId, long classNameId, String DDMTemplateKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?.static JournalArticle
fetchByG_C_L_First
(long groupId, long classNameId, String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.static JournalArticle
fetchByG_C_L_Last
(long groupId, long classNameId, String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.static JournalArticle
fetchByG_DDMSI_First
(long groupId, long DDMStructureId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where groupId = ? and DDMStructureId = ?.static JournalArticle
fetchByG_DDMSI_Last
(long groupId, long DDMStructureId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where groupId = ? and DDMStructureId = ?.static JournalArticle
fetchByG_DDMTK_First
(long groupId, String DDMTemplateKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where groupId = ? and DDMTemplateKey = ?.static JournalArticle
fetchByG_DDMTK_Last
(long groupId, String DDMTemplateKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where groupId = ? and DDMTemplateKey = ?.static JournalArticle
fetchByG_ERC_First
(long groupId, String externalReferenceCode, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where groupId = ? and externalReferenceCode = ?.static JournalArticle
fetchByG_ERC_Last
(long groupId, String externalReferenceCode, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where groupId = ? and externalReferenceCode = ?.static JournalArticle
fetchByG_ERC_ST_First
(long groupId, String externalReferenceCode, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where groupId = ? and externalReferenceCode = ? and status = ?.static JournalArticle
fetchByG_ERC_ST_Last
(long groupId, String externalReferenceCode, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where groupId = ? and externalReferenceCode = ? and status = ?.static JournalArticle
fetchByG_ERC_V
(long groupId, String externalReferenceCode, double version) Returns the journal article where groupId = ? and externalReferenceCode = ? and version = ? or returnsnull
if it could not be found.static JournalArticle
fetchByG_ERC_V
(long groupId, String externalReferenceCode, double version, boolean useFinderCache) Returns the journal article where groupId = ? and externalReferenceCode = ? and version = ? or returnsnull
if it could not be found, optionally using the finder cache.static JournalArticle
fetchByG_F_C_NotST_First
(long groupId, long folderId, long classNameId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where groupId = ? and folderId = ? and classNameId = ? and status ≠ ?.static JournalArticle
fetchByG_F_C_NotST_Last
(long groupId, long folderId, long classNameId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where groupId = ? and folderId = ? and classNameId = ? and status ≠ ?.static JournalArticle
fetchByG_F_First
(long groupId, long folderId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where groupId = ? and folderId = ?.static JournalArticle
fetchByG_F_Last
(long groupId, long folderId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where groupId = ? and folderId = ?.static JournalArticle
fetchByG_F_ST_First
(long groupId, long folderId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where groupId = ? and folderId = ? and status = ?.static JournalArticle
fetchByG_F_ST_Last
(long groupId, long folderId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where groupId = ? and folderId = ? and status = ?.static JournalArticle
fetchByG_L_First
(long groupId, String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where groupId = ? and layoutUuid = ?.static JournalArticle
fetchByG_L_Last
(long groupId, String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where groupId = ? and layoutUuid = ?.static JournalArticle
fetchByG_NotL_First
(long groupId, String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where groupId = ? and layoutUuid ≠ ?.static JournalArticle
fetchByG_NotL_Last
(long groupId, String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where groupId = ? and layoutUuid ≠ ?.static JournalArticle
fetchByG_ST_First
(long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where groupId = ? and status = ?.static JournalArticle
fetchByG_ST_Last
(long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where groupId = ? and status = ?.static JournalArticle
fetchByG_U_C_First
(long groupId, long userId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.static JournalArticle
fetchByG_U_C_Last
(long groupId, long userId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.static JournalArticle
fetchByG_U_First
(long groupId, long userId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where groupId = ? and userId = ?.static JournalArticle
fetchByG_U_Last
(long groupId, long userId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where groupId = ? and userId = ?.static JournalArticle
fetchByG_UT_First
(long groupId, String urlTitle, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where groupId = ? and urlTitle = ?.static JournalArticle
fetchByG_UT_Last
(long groupId, String urlTitle, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where groupId = ? and urlTitle = ?.static JournalArticle
fetchByG_UT_ST_First
(long groupId, String urlTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.static JournalArticle
fetchByG_UT_ST_Last
(long groupId, String urlTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.static JournalArticle
fetchByGroupId_First
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where groupId = ?.static JournalArticle
fetchByGroupId_Last
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where groupId = ?.static JournalArticle
fetchByLayoutUuid_First
(String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where layoutUuid = ?.static JournalArticle
fetchByLayoutUuid_Last
(String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where layoutUuid = ?.static JournalArticle
fetchByLtD_S_First
(Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where displayDate < ? and status = ?.static JournalArticle
fetchByLtD_S_Last
(Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where displayDate < ? and status = ?.static JournalArticle
fetchByPrimaryKey
(long id) Returns the journal article with the primary key or returnsnull
if it could not be found.static Map<Serializable,
JournalArticle> fetchByPrimaryKeys
(Set<Serializable> primaryKeys) static JournalArticle
fetchByR_I_First
(long resourcePrimKey, boolean indexable, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ?.static JournalArticle
fetchByR_I_Last
(long resourcePrimKey, boolean indexable, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ?.static JournalArticle
fetchByR_I_S_First
(long resourcePrimKey, boolean indexable, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.static JournalArticle
fetchByR_I_S_Last
(long resourcePrimKey, boolean indexable, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.static JournalArticle
fetchByR_ST_First
(long resourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where resourcePrimKey = ? and status = ?.static JournalArticle
fetchByR_ST_Last
(long resourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where resourcePrimKey = ? and status = ?.static JournalArticle
fetchByResourcePrimKey_First
(long resourcePrimKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where resourcePrimKey = ?.static JournalArticle
fetchByResourcePrimKey_Last
(long resourcePrimKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where resourcePrimKey = ?.static JournalArticle
fetchBySmallImageId_First
(long smallImageId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where smallImageId = ?.static JournalArticle
fetchBySmallImageId_Last
(long smallImageId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where smallImageId = ?.static JournalArticle
fetchByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where uuid = ? and companyId = ?.static JournalArticle
fetchByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where uuid = ? and companyId = ?.static JournalArticle
fetchByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where uuid = ?.static JournalArticle
fetchByUUID_G
(String uuid, long groupId) Returns the journal article where uuid = ? and groupId = ? or returnsnull
if it could not be found.static JournalArticle
fetchByUUID_G
(String uuid, long groupId, boolean useFinderCache) Returns the journal article where uuid = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.static JournalArticle
fetchByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where uuid = ?.static int
filterCountByG_A
(long groupId, String articleId) Returns the number of journal articles that the user has permission to view where groupId = ? and articleId = ?.static int
filterCountByG_A_NotST
(long groupId, String articleId, int status) Returns the number of journal articles that the user has permission to view where groupId = ? and articleId = ? and status ≠ ?.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_C_C
(long groupId, long classNameId, long classPK) Returns the number of journal articles that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.static int
filterCountByG_C_DDMTK
(long groupId, long classNameId, String DDMTemplateKey) Returns the number of journal articles that the user has permission to view where groupId = ? and classNameId = ? and DDMTemplateKey = ?.static int
filterCountByG_C_L
(long groupId, long classNameId, String layoutUuid) Returns the number of journal articles that the user has permission to view where groupId = ? and classNameId = ? and layoutUuid = ?.static int
filterCountByG_DDMSI
(long groupId, long DDMStructureId) Returns the number of journal articles that the user has permission to view where groupId = ? and DDMStructureId = ?.static int
filterCountByG_DDMTK
(long groupId, String DDMTemplateKey) Returns the number of journal articles that the user has permission to view where groupId = ? and DDMTemplateKey = ?.static int
filterCountByG_ERC
(long groupId, String externalReferenceCode) Returns the number of journal articles that the user has permission to view where groupId = ? and externalReferenceCode = ?.static int
filterCountByG_ERC_ST
(long groupId, String externalReferenceCode, int status) Returns the number of journal articles that the user has permission to view where groupId = ? and externalReferenceCode = ? and status = ?.static int
filterCountByG_ERC_ST
(long groupId, String externalReferenceCode, int[] statuses) Returns the number of journal articles that the user has permission to view where groupId = ? and externalReferenceCode = ? and status = any ?.static int
filterCountByG_F
(long groupId, long folderId) Returns the number of journal articles that the user has permission to view where groupId = ? and folderId = ?.static int
filterCountByG_F
(long groupId, long[] folderIds) Returns the number of journal articles that the user has permission to view where groupId = ? and folderId = any ?.static int
filterCountByG_F_C_NotST
(long groupId, long folderId, long classNameId, int status) Returns the number of journal articles that the user has permission to view where groupId = ? and folderId = ? and classNameId = ? and status ≠ ?.static int
filterCountByG_F_ST
(long groupId, long folderId, int status) Returns the number of journal articles that the user has permission to view where groupId = ? and folderId = ? and status = ?.static int
filterCountByG_F_ST
(long groupId, long folderId, int[] statuses) Returns the number of journal articles that the user has permission to view where groupId = ? and folderId = ? and status = any ?.static int
filterCountByG_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_NotL
(long groupId, String layoutUuid) Returns the number of journal articles that the user has permission to view where groupId = ? and layoutUuid ≠ ?.static int
filterCountByG_NotL
(long groupId, String[] layoutUuids) Returns the number of journal articles that the user has permission to view where groupId = ? and layoutUuid ≠ all ?.static int
filterCountByG_ST
(long groupId, int status) Returns the number of journal articles that the user has permission to view where groupId = ? and status = ?.static int
filterCountByG_U
(long groupId, long userId) Returns the number of journal articles that the user has permission to view where groupId = ? and userId = ?.static int
filterCountByG_U_C
(long groupId, long userId, long classNameId) Returns the number of journal articles that the user has permission to view where groupId = ? and userId = ? and classNameId = ?.static int
filterCountByG_UT
(long groupId, String urlTitle) Returns the number of journal articles that the user has permission to view where groupId = ? and urlTitle = ?.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
filterCountByGroupId
(long groupId) Returns the number of journal articles that the user has permission to view where groupId = ?.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, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and articleId = ?.static List<JournalArticle>
filterFindByG_A_NotST
(long groupId, String articleId, int status) Returns all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status ≠ ?.static List<JournalArticle>
filterFindByG_A_NotST
(long groupId, String articleId, int status, int start, int end) Returns a range of all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status ≠ ?.static List<JournalArticle>
filterFindByG_A_NotST
(long groupId, String articleId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and articleId = ? and status ≠ ?.static JournalArticle[]
filterFindByG_A_NotST_PrevAndNext
(long id, long groupId, String articleId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and articleId = ? and status ≠ ?.static JournalArticle[]
filterFindByG_A_PrevAndNext
(long id, long groupId, String articleId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and articleId = ?.static 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, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = any ?.static 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, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and articleId = ? and status = ?.static JournalArticle[]
filterFindByG_A_ST_PrevAndNext
(long id, long groupId, String articleId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and articleId = ? and status = ?.static 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, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and classPK = ?.static JournalArticle[]
filterFindByG_C_C_PrevAndNext
(long id, long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.static List<JournalArticle>
filterFindByG_C_DDMTK
(long groupId, long classNameId, String DDMTemplateKey) Returns all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and DDMTemplateKey = ?.static List<JournalArticle>
filterFindByG_C_DDMTK
(long groupId, long classNameId, String DDMTemplateKey, int start, int end) Returns a range of all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and DDMTemplateKey = ?.static List<JournalArticle>
filterFindByG_C_DDMTK
(long groupId, long classNameId, String DDMTemplateKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and DDMTemplateKey = ?.static JournalArticle[]
filterFindByG_C_DDMTK_PrevAndNext
(long id, long groupId, long classNameId, String DDMTemplateKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and DDMTemplateKey = ?.static 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, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and layoutUuid = ?.static JournalArticle[]
filterFindByG_C_L_PrevAndNext
(long id, long groupId, long classNameId, String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and layoutUuid = ?.static List<JournalArticle>
filterFindByG_DDMSI
(long groupId, long DDMStructureId) Returns all the journal articles that the user has permission to view where groupId = ? and DDMStructureId = ?.static List<JournalArticle>
filterFindByG_DDMSI
(long groupId, long DDMStructureId, int start, int end) Returns a range of all the journal articles that the user has permission to view where groupId = ? and DDMStructureId = ?.static List<JournalArticle>
filterFindByG_DDMSI
(long groupId, long DDMStructureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and DDMStructureId = ?.static JournalArticle[]
filterFindByG_DDMSI_PrevAndNext
(long id, long groupId, long DDMStructureId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and DDMStructureId = ?.static List<JournalArticle>
filterFindByG_DDMTK
(long groupId, String DDMTemplateKey) Returns all the journal articles that the user has permission to view where groupId = ? and DDMTemplateKey = ?.static List<JournalArticle>
filterFindByG_DDMTK
(long groupId, String DDMTemplateKey, int start, int end) Returns a range of all the journal articles that the user has permission to view where groupId = ? and DDMTemplateKey = ?.static List<JournalArticle>
filterFindByG_DDMTK
(long groupId, String DDMTemplateKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and DDMTemplateKey = ?.static JournalArticle[]
filterFindByG_DDMTK_PrevAndNext
(long id, long groupId, String DDMTemplateKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and DDMTemplateKey = ?.static List<JournalArticle>
filterFindByG_ERC
(long groupId, String externalReferenceCode) Returns all the journal articles that the user has permission to view where groupId = ? and externalReferenceCode = ?.static List<JournalArticle>
filterFindByG_ERC
(long groupId, String externalReferenceCode, int start, int end) Returns a range of all the journal articles that the user has permission to view where groupId = ? and externalReferenceCode = ?.static List<JournalArticle>
filterFindByG_ERC
(long groupId, String externalReferenceCode, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and externalReferenceCode = ?.static JournalArticle[]
filterFindByG_ERC_PrevAndNext
(long id, long groupId, String externalReferenceCode, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and externalReferenceCode = ?.static List<JournalArticle>
filterFindByG_ERC_ST
(long groupId, String externalReferenceCode, int status) Returns all the journal articles that the user has permission to view where groupId = ? and externalReferenceCode = ? and status = ?.static List<JournalArticle>
filterFindByG_ERC_ST
(long groupId, String externalReferenceCode, int[] statuses) Returns all the journal articles that the user has permission to view where groupId = ? and externalReferenceCode = ? and status = any ?.static List<JournalArticle>
filterFindByG_ERC_ST
(long groupId, String externalReferenceCode, int[] statuses, int start, int end) Returns a range of all the journal articles that the user has permission to view where groupId = ? and externalReferenceCode = ? and status = any ?.static List<JournalArticle>
filterFindByG_ERC_ST
(long groupId, String externalReferenceCode, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and externalReferenceCode = ? and status = any ?.static List<JournalArticle>
filterFindByG_ERC_ST
(long groupId, String externalReferenceCode, int status, int start, int end) Returns a range of all the journal articles that the user has permission to view where groupId = ? and externalReferenceCode = ? and status = ?.static List<JournalArticle>
filterFindByG_ERC_ST
(long groupId, String externalReferenceCode, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and externalReferenceCode = ? and status = ?.static JournalArticle[]
filterFindByG_ERC_ST_PrevAndNext
(long id, long groupId, String externalReferenceCode, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and externalReferenceCode = ? and status = ?.static List<JournalArticle>
filterFindByG_F
(long groupId, long folderId) Returns all the journal articles that the user has permission to view where groupId = ? and folderId = ?.static List<JournalArticle>
filterFindByG_F
(long groupId, long[] folderIds) Returns all the journal articles that the user has permission to view where groupId = ? and folderId = any ?.static List<JournalArticle>
filterFindByG_F
(long groupId, long[] folderIds, int start, int end) Returns a range of all the journal articles that the user has permission to view where groupId = ? and folderId = any ?.static List<JournalArticle>
filterFindByG_F
(long groupId, long[] folderIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and folderId = any ?.static List<JournalArticle>
filterFindByG_F
(long groupId, long folderId, int start, int end) Returns a range of all the journal articles that the user has permission to view where groupId = ? and folderId = ?.static List<JournalArticle>
filterFindByG_F
(long groupId, long folderId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and folderId = ?.static List<JournalArticle>
filterFindByG_F_C_NotST
(long groupId, long folderId, long classNameId, int status) Returns all the journal articles that the user has permission to view where groupId = ? and folderId = ? and classNameId = ? and status ≠ ?.static List<JournalArticle>
filterFindByG_F_C_NotST
(long groupId, long folderId, long classNameId, int status, int start, int end) Returns a range of all the journal articles that the user has permission to view where groupId = ? and folderId = ? and classNameId = ? and status ≠ ?.static List<JournalArticle>
filterFindByG_F_C_NotST
(long groupId, long folderId, long classNameId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and folderId = ? and classNameId = ? and status ≠ ?.static JournalArticle[]
filterFindByG_F_C_NotST_PrevAndNext
(long id, long groupId, long folderId, long classNameId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and folderId = ? and classNameId = ? and status ≠ ?.static JournalArticle[]
filterFindByG_F_PrevAndNext
(long id, long groupId, long folderId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and folderId = ?.static List<JournalArticle>
filterFindByG_F_ST
(long groupId, long folderId, int status) Returns all the journal articles that the user has permission to view where groupId = ? and folderId = ? and status = ?.static List<JournalArticle>
filterFindByG_F_ST
(long groupId, long folderId, int[] statuses) Returns all the journal articles that the user has permission to view where groupId = ? and folderId = ? and status = any ?.static List<JournalArticle>
filterFindByG_F_ST
(long groupId, long folderId, int[] statuses, int start, int end) Returns a range of all the journal articles that the user has permission to view where groupId = ? and folderId = ? and status = any ?.static List<JournalArticle>
filterFindByG_F_ST
(long groupId, long folderId, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and folderId = ? and status = any ?.static List<JournalArticle>
filterFindByG_F_ST
(long groupId, long folderId, int status, int start, int end) Returns a range of all the journal articles that the user has permission to view where groupId = ? and folderId = ? and status = ?.static List<JournalArticle>
filterFindByG_F_ST
(long groupId, long folderId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and folderId = ? and status = ?.static JournalArticle[]
filterFindByG_F_ST_PrevAndNext
(long id, long groupId, long folderId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and folderId = ? and status = ?.static 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, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and layoutUuid = ?.static JournalArticle[]
filterFindByG_L_PrevAndNext
(long id, long groupId, String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and layoutUuid = ?.static List<JournalArticle>
filterFindByG_NotL
(long groupId, String layoutUuid) Returns all the journal articles that the user has permission to view where groupId = ? and layoutUuid ≠ ?.static List<JournalArticle>
filterFindByG_NotL
(long groupId, String[] layoutUuids) Returns all the journal articles that the user has permission to view where groupId = ? and layoutUuid ≠ all ?.static List<JournalArticle>
filterFindByG_NotL
(long groupId, String[] layoutUuids, int start, int end) Returns a range of all the journal articles that the user has permission to view where groupId = ? and layoutUuid ≠ all ?.static List<JournalArticle>
filterFindByG_NotL
(long groupId, String[] layoutUuids, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and layoutUuid ≠ all ?.static List<JournalArticle>
filterFindByG_NotL
(long groupId, String layoutUuid, int start, int end) Returns a range of all the journal articles that the user has permission to view where groupId = ? and layoutUuid ≠ ?.static List<JournalArticle>
filterFindByG_NotL
(long groupId, String layoutUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and layoutUuid ≠ ?.static JournalArticle[]
filterFindByG_NotL_PrevAndNext
(long id, long groupId, String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and layoutUuid ≠ ?.static 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, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and status = ?.static JournalArticle[]
filterFindByG_ST_PrevAndNext
(long id, long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and status = ?.static List<JournalArticle>
filterFindByG_U
(long groupId, long userId) Returns all the journal articles that the user has permission to view where groupId = ? and userId = ?.static List<JournalArticle>
filterFindByG_U
(long groupId, long userId, int start, int end) Returns a range of all the journal articles that the user has permission to view where groupId = ? and userId = ?.static List<JournalArticle>
filterFindByG_U
(long groupId, long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and userId = ?.static List<JournalArticle>
filterFindByG_U_C
(long groupId, long userId, long classNameId) Returns all the journal articles that the user has permission to view where groupId = ? and userId = ? and classNameId = ?.static List<JournalArticle>
filterFindByG_U_C
(long groupId, long userId, long classNameId, int start, int end) Returns a range of all the journal articles that the user has permission to view where groupId = ? and userId = ? and classNameId = ?.static List<JournalArticle>
filterFindByG_U_C
(long groupId, long userId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and userId = ? and classNameId = ?.static JournalArticle[]
filterFindByG_U_C_PrevAndNext
(long id, long groupId, long userId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and userId = ? and classNameId = ?.static JournalArticle[]
filterFindByG_U_PrevAndNext
(long id, long groupId, long userId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and userId = ?.static 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, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and urlTitle = ?.static JournalArticle[]
filterFindByG_UT_PrevAndNext
(long id, long groupId, String urlTitle, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and urlTitle = ?.static 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, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and urlTitle = ? and status = ?.static JournalArticle[]
filterFindByG_UT_ST_PrevAndNext
(long id, long groupId, String urlTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and urlTitle = ? and status = ?.static 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, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ?.static JournalArticle[]
filterFindByGroupId_PrevAndNext
(long id, long groupId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ?.static 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, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles.static List<JournalArticle>
findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles.static List<JournalArticle>
findByC_NotST
(long companyId, int status) Returns all the journal articles where companyId = ? and status ≠ ?.static List<JournalArticle>
findByC_NotST
(long companyId, int status, int start, int end) Returns a range of all the journal articles where companyId = ? and status ≠ ?.static List<JournalArticle>
findByC_NotST
(long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where companyId = ? and status ≠ ?.static List<JournalArticle>
findByC_NotST
(long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where companyId = ? and status ≠ ?.static JournalArticle
findByC_NotST_First
(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where companyId = ? and status ≠ ?.static JournalArticle
findByC_NotST_Last
(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where companyId = ? and status ≠ ?.static JournalArticle[]
findByC_NotST_PrevAndNext
(long id, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and status ≠ ?.static 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, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where companyId = ? and status = ?.static List<JournalArticle>
findByC_ST
(long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where companyId = ? and status = ?.static JournalArticle
findByC_ST_First
(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where companyId = ? and status = ?.static JournalArticle
findByC_ST_Last
(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where companyId = ? and status = ?.static JournalArticle[]
findByC_ST_PrevAndNext
(long id, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and status = ?.static 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, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where companyId = ? and version = ?.static List<JournalArticle>
findByC_V
(long companyId, double version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where companyId = ? and version = ?.static JournalArticle
findByC_V_First
(long companyId, double version, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where companyId = ? and version = ?.static JournalArticle
findByC_V_Last
(long companyId, double version, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where companyId = ? and version = ?.static JournalArticle[]
findByC_V_PrevAndNext
(long id, long companyId, double version, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and version = ?.static 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, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered 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, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where companyId = ? and version = ? and status = ?.static JournalArticle
findByC_V_ST_First
(long companyId, double version, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where companyId = ? and version = ? and status = ?.static JournalArticle
findByC_V_ST_Last
(long companyId, double version, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where companyId = ? and version = ? and status = ?.static JournalArticle[]
findByC_V_ST_PrevAndNext
(long id, long companyId, double version, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and version = ? and status = ?.static 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, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where companyId = ?.static List<JournalArticle>
findByCompanyId
(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where companyId = ?.static JournalArticle
findByCompanyId_First
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where companyId = ?.static JournalArticle
findByCompanyId_Last
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where companyId = ?.static JournalArticle[]
findByCompanyId_PrevAndNext
(long id, long companyId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the journal articles before and after the current journal article in the ordered set where companyId = ?.static List<JournalArticle>
findByDDMStructureId
(long DDMStructureId) Returns all the journal articles where DDMStructureId = ?.static List<JournalArticle>
findByDDMStructureId
(long DDMStructureId, int start, int end) Returns a range of all the journal articles where DDMStructureId = ?.static List<JournalArticle>
findByDDMStructureId
(long DDMStructureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where DDMStructureId = ?.static List<JournalArticle>
findByDDMStructureId
(long DDMStructureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where DDMStructureId = ?.static JournalArticle
findByDDMStructureId_First
(long DDMStructureId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where DDMStructureId = ?.static JournalArticle
findByDDMStructureId_Last
(long DDMStructureId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where DDMStructureId = ?.static JournalArticle[]
findByDDMStructureId_PrevAndNext
(long id, long DDMStructureId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the journal articles before and after the current journal article in the ordered set where DDMStructureId = ?.static List<JournalArticle>
findByDDMTemplateKey
(String DDMTemplateKey) Returns all the journal articles where DDMTemplateKey = ?.static List<JournalArticle>
findByDDMTemplateKey
(String DDMTemplateKey, int start, int end) Returns a range of all the journal articles where DDMTemplateKey = ?.static List<JournalArticle>
findByDDMTemplateKey
(String DDMTemplateKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where DDMTemplateKey = ?.static List<JournalArticle>
findByDDMTemplateKey
(String DDMTemplateKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where DDMTemplateKey = ?.static JournalArticle
findByDDMTemplateKey_First
(String DDMTemplateKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where DDMTemplateKey = ?.static JournalArticle
findByDDMTemplateKey_Last
(String DDMTemplateKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where DDMTemplateKey = ?.static JournalArticle[]
findByDDMTemplateKey_PrevAndNext
(long id, String DDMTemplateKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the journal articles before and after the current journal article in the ordered set where DDMTemplateKey = ?.static List<JournalArticle>
Returns all the journal articles where groupId = ? and articleId = ?.static List<JournalArticle>
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, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where groupId = ? and articleId = ?.static List<JournalArticle>
findByG_A
(long groupId, String articleId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where groupId = ? and articleId = ?.static JournalArticle
findByG_A_First
(long groupId, String articleId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where groupId = ? and articleId = ?.static JournalArticle
findByG_A_Last
(long groupId, String articleId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where groupId = ? and articleId = ?.static List<JournalArticle>
findByG_A_NotST
(long groupId, String articleId, int status) Returns all the journal articles where groupId = ? and articleId = ? and status ≠ ?.static List<JournalArticle>
findByG_A_NotST
(long groupId, String articleId, int status, int start, int end) Returns a range of all the journal articles where groupId = ? and articleId = ? and status ≠ ?.static List<JournalArticle>
findByG_A_NotST
(long groupId, String articleId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status ≠ ?.static List<JournalArticle>
findByG_A_NotST
(long groupId, String articleId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status ≠ ?.static JournalArticle
findByG_A_NotST_First
(long groupId, String articleId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.static JournalArticle
findByG_A_NotST_Last
(long groupId, String articleId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.static JournalArticle[]
findByG_A_NotST_PrevAndNext
(long id, long groupId, String articleId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.static JournalArticle[]
findByG_A_PrevAndNext
(long id, long groupId, String articleId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ?.static 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, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status = any ?.static List<JournalArticle>
findByG_A_ST
(long groupId, String articleId, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status = ?, optionally using the finder cache.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, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered 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, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status = ?.static JournalArticle
findByG_A_ST_First
(long groupId, String articleId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status = ?.static JournalArticle
findByG_A_ST_Last
(long groupId, String articleId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status = ?.static JournalArticle[]
findByG_A_ST_PrevAndNext
(long id, long groupId, String articleId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ? and status = ?.static JournalArticle
findByG_A_V
(long groupId, String articleId, double version) Returns the journal article where groupId = ? and articleId = ? and version = ? or throws aNoSuchArticleException
if it could not be found.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, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered 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, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and classPK = ?.static JournalArticle
findByG_C_C_First
(long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.static JournalArticle
findByG_C_C_Last
(long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.static JournalArticle[]
findByG_C_C_PrevAndNext
(long id, long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.static JournalArticle
findByG_C_DDMSI
(long groupId, long classNameId, long DDMStructureId) Returns the journal article where groupId = ? and classNameId = ? and DDMStructureId = ? or throws aNoSuchArticleException
if it could not be found.static List<JournalArticle>
findByG_C_DDMTK
(long groupId, long classNameId, String DDMTemplateKey) Returns all the journal articles where groupId = ? and classNameId = ? and DDMTemplateKey = ?.static List<JournalArticle>
findByG_C_DDMTK
(long groupId, long classNameId, String DDMTemplateKey, int start, int end) Returns a range of all the journal articles where groupId = ? and classNameId = ? and DDMTemplateKey = ?.static List<JournalArticle>
findByG_C_DDMTK
(long groupId, long classNameId, String DDMTemplateKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and DDMTemplateKey = ?.static List<JournalArticle>
findByG_C_DDMTK
(long groupId, long classNameId, String DDMTemplateKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and DDMTemplateKey = ?.static JournalArticle
findByG_C_DDMTK_First
(long groupId, long classNameId, String DDMTemplateKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?.static JournalArticle
findByG_C_DDMTK_Last
(long groupId, long classNameId, String DDMTemplateKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?.static JournalArticle[]
findByG_C_DDMTK_PrevAndNext
(long id, long groupId, long classNameId, String DDMTemplateKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?.static 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, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered 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, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and layoutUuid = ?.static JournalArticle
findByG_C_L_First
(long groupId, long classNameId, String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.static JournalArticle
findByG_C_L_Last
(long groupId, long classNameId, String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.static JournalArticle[]
findByG_C_L_PrevAndNext
(long id, long groupId, long classNameId, String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.static List<JournalArticle>
findByG_DDMSI
(long groupId, long DDMStructureId) Returns all the journal articles where groupId = ? and DDMStructureId = ?.static List<JournalArticle>
findByG_DDMSI
(long groupId, long DDMStructureId, int start, int end) Returns a range of all the journal articles where groupId = ? and DDMStructureId = ?.static List<JournalArticle>
findByG_DDMSI
(long groupId, long DDMStructureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where groupId = ? and DDMStructureId = ?.static List<JournalArticle>
findByG_DDMSI
(long groupId, long DDMStructureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where groupId = ? and DDMStructureId = ?.static JournalArticle
findByG_DDMSI_First
(long groupId, long DDMStructureId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where groupId = ? and DDMStructureId = ?.static JournalArticle
findByG_DDMSI_Last
(long groupId, long DDMStructureId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where groupId = ? and DDMStructureId = ?.static JournalArticle[]
findByG_DDMSI_PrevAndNext
(long id, long groupId, long DDMStructureId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and DDMStructureId = ?.static List<JournalArticle>
findByG_DDMTK
(long groupId, String DDMTemplateKey) Returns all the journal articles where groupId = ? and DDMTemplateKey = ?.static List<JournalArticle>
findByG_DDMTK
(long groupId, String DDMTemplateKey, int start, int end) Returns a range of all the journal articles where groupId = ? and DDMTemplateKey = ?.static List<JournalArticle>
findByG_DDMTK
(long groupId, String DDMTemplateKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where groupId = ? and DDMTemplateKey = ?.static List<JournalArticle>
findByG_DDMTK
(long groupId, String DDMTemplateKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where groupId = ? and DDMTemplateKey = ?.static JournalArticle
findByG_DDMTK_First
(long groupId, String DDMTemplateKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where groupId = ? and DDMTemplateKey = ?.static JournalArticle
findByG_DDMTK_Last
(long groupId, String DDMTemplateKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where groupId = ? and DDMTemplateKey = ?.static JournalArticle[]
findByG_DDMTK_PrevAndNext
(long id, long groupId, String DDMTemplateKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and DDMTemplateKey = ?.static List<JournalArticle>
findByG_ERC
(long groupId, String externalReferenceCode) Returns all the journal articles where groupId = ? and externalReferenceCode = ?.static List<JournalArticle>
findByG_ERC
(long groupId, String externalReferenceCode, int start, int end) Returns a range of all the journal articles where groupId = ? and externalReferenceCode = ?.static List<JournalArticle>
findByG_ERC
(long groupId, String externalReferenceCode, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where groupId = ? and externalReferenceCode = ?.static List<JournalArticle>
findByG_ERC
(long groupId, String externalReferenceCode, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where groupId = ? and externalReferenceCode = ?.static JournalArticle
findByG_ERC_First
(long groupId, String externalReferenceCode, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where groupId = ? and externalReferenceCode = ?.static JournalArticle
findByG_ERC_Last
(long groupId, String externalReferenceCode, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where groupId = ? and externalReferenceCode = ?.static JournalArticle[]
findByG_ERC_PrevAndNext
(long id, long groupId, String externalReferenceCode, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and externalReferenceCode = ?.static List<JournalArticle>
findByG_ERC_ST
(long groupId, String externalReferenceCode, int status) Returns all the journal articles where groupId = ? and externalReferenceCode = ? and status = ?.static List<JournalArticle>
findByG_ERC_ST
(long groupId, String externalReferenceCode, int[] statuses) Returns all the journal articles where groupId = ? and externalReferenceCode = ? and status = any ?.static List<JournalArticle>
findByG_ERC_ST
(long groupId, String externalReferenceCode, int[] statuses, int start, int end) Returns a range of all the journal articles where groupId = ? and externalReferenceCode = ? and status = any ?.static List<JournalArticle>
findByG_ERC_ST
(long groupId, String externalReferenceCode, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where groupId = ? and externalReferenceCode = ? and status = any ?.static List<JournalArticle>
findByG_ERC_ST
(long groupId, String externalReferenceCode, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where groupId = ? and externalReferenceCode = ? and status = ?, optionally using the finder cache.static List<JournalArticle>
findByG_ERC_ST
(long groupId, String externalReferenceCode, int status, int start, int end) Returns a range of all the journal articles where groupId = ? and externalReferenceCode = ? and status = ?.static List<JournalArticle>
findByG_ERC_ST
(long groupId, String externalReferenceCode, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where groupId = ? and externalReferenceCode = ? and status = ?.static List<JournalArticle>
findByG_ERC_ST
(long groupId, String externalReferenceCode, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where groupId = ? and externalReferenceCode = ? and status = ?.static JournalArticle
findByG_ERC_ST_First
(long groupId, String externalReferenceCode, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where groupId = ? and externalReferenceCode = ? and status = ?.static JournalArticle
findByG_ERC_ST_Last
(long groupId, String externalReferenceCode, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where groupId = ? and externalReferenceCode = ? and status = ?.static JournalArticle[]
findByG_ERC_ST_PrevAndNext
(long id, long groupId, String externalReferenceCode, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and externalReferenceCode = ? and status = ?.static JournalArticle
findByG_ERC_V
(long groupId, String externalReferenceCode, double version) Returns the journal article where groupId = ? and externalReferenceCode = ? and version = ? or throws aNoSuchArticleException
if it could not be found.static List<JournalArticle>
findByG_F
(long groupId, long folderId) Returns all the journal articles where groupId = ? and folderId = ?.static List<JournalArticle>
findByG_F
(long groupId, long[] folderIds) Returns all the journal articles where groupId = ? and folderId = any ?.static List<JournalArticle>
findByG_F
(long groupId, long[] folderIds, int start, int end) Returns a range of all the journal articles where groupId = ? and folderId = any ?.static List<JournalArticle>
findByG_F
(long groupId, long[] folderIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where groupId = ? and folderId = any ?.static List<JournalArticle>
findByG_F
(long groupId, long[] folderIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where groupId = ? and folderId = ?, optionally using the finder cache.static List<JournalArticle>
findByG_F
(long groupId, long folderId, int start, int end) Returns a range of all the journal articles where groupId = ? and folderId = ?.static List<JournalArticle>
findByG_F
(long groupId, long folderId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where groupId = ? and folderId = ?.static List<JournalArticle>
findByG_F
(long groupId, long folderId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where groupId = ? and folderId = ?.static List<JournalArticle>
findByG_F_C_NotST
(long groupId, long folderId, long classNameId, int status) Returns all the journal articles where groupId = ? and folderId = ? and classNameId = ? and status ≠ ?.static List<JournalArticle>
findByG_F_C_NotST
(long groupId, long folderId, long classNameId, int status, int start, int end) Returns a range of all the journal articles where groupId = ? and folderId = ? and classNameId = ? and status ≠ ?.static List<JournalArticle>
findByG_F_C_NotST
(long groupId, long folderId, long classNameId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where groupId = ? and folderId = ? and classNameId = ? and status ≠ ?.static List<JournalArticle>
findByG_F_C_NotST
(long groupId, long folderId, long classNameId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where groupId = ? and folderId = ? and classNameId = ? and status ≠ ?.static JournalArticle
findByG_F_C_NotST_First
(long groupId, long folderId, long classNameId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where groupId = ? and folderId = ? and classNameId = ? and status ≠ ?.static JournalArticle
findByG_F_C_NotST_Last
(long groupId, long folderId, long classNameId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where groupId = ? and folderId = ? and classNameId = ? and status ≠ ?.static JournalArticle[]
findByG_F_C_NotST_PrevAndNext
(long id, long groupId, long folderId, long classNameId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and folderId = ? and classNameId = ? and status ≠ ?.static JournalArticle
findByG_F_First
(long groupId, long folderId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where groupId = ? and folderId = ?.static JournalArticle
findByG_F_Last
(long groupId, long folderId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where groupId = ? and folderId = ?.static JournalArticle[]
findByG_F_PrevAndNext
(long id, long groupId, long folderId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and folderId = ?.static List<JournalArticle>
findByG_F_ST
(long groupId, long folderId, int status) Returns all the journal articles where groupId = ? and folderId = ? and status = ?.static List<JournalArticle>
findByG_F_ST
(long groupId, long folderId, int[] statuses) Returns all the journal articles where groupId = ? and folderId = ? and status = any ?.static List<JournalArticle>
findByG_F_ST
(long groupId, long folderId, int[] statuses, int start, int end) Returns a range of all the journal articles where groupId = ? and folderId = ? and status = any ?.static List<JournalArticle>
findByG_F_ST
(long groupId, long folderId, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where groupId = ? and folderId = ? and status = any ?.static List<JournalArticle>
findByG_F_ST
(long groupId, long folderId, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where groupId = ? and folderId = ? and status = ?, optionally using the finder cache.static List<JournalArticle>
findByG_F_ST
(long groupId, long folderId, int status, int start, int end) Returns a range of all the journal articles where groupId = ? and folderId = ? and status = ?.static List<JournalArticle>
findByG_F_ST
(long groupId, long folderId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where groupId = ? and folderId = ? and status = ?.static List<JournalArticle>
findByG_F_ST
(long groupId, long folderId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where groupId = ? and folderId = ? and status = ?.static JournalArticle
findByG_F_ST_First
(long groupId, long folderId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where groupId = ? and folderId = ? and status = ?.static JournalArticle
findByG_F_ST_Last
(long groupId, long folderId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where groupId = ? and folderId = ? and status = ?.static JournalArticle[]
findByG_F_ST_PrevAndNext
(long id, long groupId, long folderId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and folderId = ? and status = ?.static List<JournalArticle>
Returns all the journal articles where groupId = ? and layoutUuid = ?.static List<JournalArticle>
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, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where groupId = ? and layoutUuid = ?.static List<JournalArticle>
findByG_L
(long groupId, String layoutUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where groupId = ? and layoutUuid = ?.static JournalArticle
findByG_L_First
(long groupId, String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where groupId = ? and layoutUuid = ?.static JournalArticle
findByG_L_Last
(long groupId, String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where groupId = ? and layoutUuid = ?.static JournalArticle[]
findByG_L_PrevAndNext
(long id, long groupId, String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and layoutUuid = ?.static List<JournalArticle>
findByG_NotL
(long groupId, String layoutUuid) Returns all the journal articles where groupId = ? and layoutUuid ≠ ?.static List<JournalArticle>
findByG_NotL
(long groupId, String[] layoutUuids) Returns all the journal articles where groupId = ? and layoutUuid ≠ all ?.static List<JournalArticle>
findByG_NotL
(long groupId, String[] layoutUuids, int start, int end) Returns a range of all the journal articles where groupId = ? and layoutUuid ≠ all ?.static List<JournalArticle>
findByG_NotL
(long groupId, String[] layoutUuids, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where groupId = ? and layoutUuid ≠ all ?.static List<JournalArticle>
findByG_NotL
(long groupId, String[] layoutUuids, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where groupId = ? and layoutUuid ≠ ?, optionally using the finder cache.static List<JournalArticle>
findByG_NotL
(long groupId, String layoutUuid, int start, int end) Returns a range of all the journal articles where groupId = ? and layoutUuid ≠ ?.static List<JournalArticle>
findByG_NotL
(long groupId, String layoutUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where groupId = ? and layoutUuid ≠ ?.static List<JournalArticle>
findByG_NotL
(long groupId, String layoutUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where groupId = ? and layoutUuid ≠ ?.static JournalArticle
findByG_NotL_First
(long groupId, String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where groupId = ? and layoutUuid ≠ ?.static JournalArticle
findByG_NotL_Last
(long groupId, String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where groupId = ? and layoutUuid ≠ ?.static JournalArticle[]
findByG_NotL_PrevAndNext
(long id, long groupId, String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and layoutUuid ≠ ?.static 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, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where groupId = ? and status = ?.static List<JournalArticle>
findByG_ST
(long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where groupId = ? and status = ?.static JournalArticle
findByG_ST_First
(long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where groupId = ? and status = ?.static JournalArticle
findByG_ST_Last
(long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where groupId = ? and status = ?.static JournalArticle[]
findByG_ST_PrevAndNext
(long id, long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and status = ?.static List<JournalArticle>
findByG_U
(long groupId, long userId) Returns all the journal articles where groupId = ? and userId = ?.static List<JournalArticle>
findByG_U
(long groupId, long userId, int start, int end) Returns a range of all the journal articles where groupId = ? and userId = ?.static List<JournalArticle>
findByG_U
(long groupId, long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where groupId = ? and userId = ?.static List<JournalArticle>
findByG_U
(long groupId, long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where groupId = ? and userId = ?.static List<JournalArticle>
findByG_U_C
(long groupId, long userId, long classNameId) Returns all the journal articles where groupId = ? and userId = ? and classNameId = ?.static List<JournalArticle>
findByG_U_C
(long groupId, long userId, long classNameId, int start, int end) Returns a range of all the journal articles where groupId = ? and userId = ? and classNameId = ?.static List<JournalArticle>
findByG_U_C
(long groupId, long userId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where groupId = ? and userId = ? and classNameId = ?.static List<JournalArticle>
findByG_U_C
(long groupId, long userId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where groupId = ? and userId = ? and classNameId = ?.static JournalArticle
findByG_U_C_First
(long groupId, long userId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.static JournalArticle
findByG_U_C_Last
(long groupId, long userId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.static JournalArticle[]
findByG_U_C_PrevAndNext
(long id, long groupId, long userId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.static JournalArticle
findByG_U_First
(long groupId, long userId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where groupId = ? and userId = ?.static JournalArticle
findByG_U_Last
(long groupId, long userId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where groupId = ? and userId = ?.static JournalArticle[]
findByG_U_PrevAndNext
(long id, long groupId, long userId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and userId = ?.static 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, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where groupId = ? and urlTitle = ?.static List<JournalArticle>
findByG_UT
(long groupId, String urlTitle, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where groupId = ? and urlTitle = ?.static JournalArticle
findByG_UT_First
(long groupId, String urlTitle, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where groupId = ? and urlTitle = ?.static JournalArticle
findByG_UT_Last
(long groupId, String urlTitle, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where groupId = ? and urlTitle = ?.static JournalArticle[]
findByG_UT_PrevAndNext
(long id, long groupId, String urlTitle, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and urlTitle = ?.static 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, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered 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, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where groupId = ? and urlTitle = ? and status = ?.static JournalArticle
findByG_UT_ST_First
(long groupId, String urlTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.static JournalArticle
findByG_UT_ST_Last
(long groupId, String urlTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.static JournalArticle[]
findByG_UT_ST_PrevAndNext
(long id, long groupId, String urlTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.static 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, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where groupId = ?.static List<JournalArticle>
findByGroupId
(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where groupId = ?.static JournalArticle
findByGroupId_First
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where groupId = ?.static JournalArticle
findByGroupId_Last
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where groupId = ?.static JournalArticle[]
findByGroupId_PrevAndNext
(long id, long groupId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the journal articles before and after the current journal article in the ordered set where groupId = ?.static 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, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where layoutUuid = ?.static List<JournalArticle>
findByLayoutUuid
(String layoutUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where layoutUuid = ?.static JournalArticle
findByLayoutUuid_First
(String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where layoutUuid = ?.static JournalArticle
findByLayoutUuid_Last
(String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where layoutUuid = ?.static JournalArticle[]
findByLayoutUuid_PrevAndNext
(long id, String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the journal articles before and after the current journal article in the ordered set where layoutUuid = ?.static List<JournalArticle>
findByLtD_S
(Date displayDate, int status) Returns all the journal articles where displayDate < ? and status = ?.static List<JournalArticle>
findByLtD_S
(Date displayDate, int status, int start, int end) Returns a range of all the journal articles where displayDate < ? and status = ?.static List<JournalArticle>
findByLtD_S
(Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where displayDate < ? and status = ?.static List<JournalArticle>
findByLtD_S
(Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where displayDate < ? and status = ?.static JournalArticle
findByLtD_S_First
(Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where displayDate < ? and status = ?.static JournalArticle
findByLtD_S_Last
(Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where displayDate < ? and status = ?.static JournalArticle[]
findByLtD_S_PrevAndNext
(long id, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the journal articles before and after the current journal article in the ordered set where displayDate < ? and status = ?.static JournalArticle
findByPrimaryKey
(long id) Returns the journal article with the primary key or throws aNoSuchArticleException
if it could not be found.static List<JournalArticle>
findByR_I
(long resourcePrimKey, boolean indexable) Returns all the journal articles where resourcePrimKey = ? and indexable = ?.static List<JournalArticle>
findByR_I
(long resourcePrimKey, boolean indexable, int start, int end) Returns a range of all the journal articles where resourcePrimKey = ? and indexable = ?.static List<JournalArticle>
findByR_I
(long resourcePrimKey, boolean indexable, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where resourcePrimKey = ? and indexable = ?.static List<JournalArticle>
findByR_I
(long resourcePrimKey, boolean indexable, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where resourcePrimKey = ? and indexable = ?.static JournalArticle
findByR_I_First
(long resourcePrimKey, boolean indexable, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ?.static JournalArticle
findByR_I_Last
(long resourcePrimKey, boolean indexable, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ?.static JournalArticle[]
findByR_I_PrevAndNext
(long id, long resourcePrimKey, boolean indexable, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and indexable = ?.static List<JournalArticle>
findByR_I_S
(long resourcePrimKey, boolean indexable, int status) Returns all the journal articles where resourcePrimKey = ? and indexable = ? and status = ?.static List<JournalArticle>
findByR_I_S
(long resourcePrimKey, boolean indexable, int[] statuses) Returns all the journal articles where resourcePrimKey = ? and indexable = ? and status = any ?.static List<JournalArticle>
findByR_I_S
(long resourcePrimKey, boolean indexable, int[] statuses, int start, int end) Returns a range of all the journal articles where resourcePrimKey = ? and indexable = ? and status = any ?.static List<JournalArticle>
findByR_I_S
(long resourcePrimKey, boolean indexable, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where resourcePrimKey = ? and indexable = ? and status = any ?.static List<JournalArticle>
findByR_I_S
(long resourcePrimKey, boolean indexable, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where resourcePrimKey = ? and indexable = ? and status = ?, optionally using the finder cache.static List<JournalArticle>
findByR_I_S
(long resourcePrimKey, boolean indexable, int status, int start, int end) Returns a range of all the journal articles where resourcePrimKey = ? and indexable = ? and status = ?.static List<JournalArticle>
findByR_I_S
(long resourcePrimKey, boolean indexable, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where resourcePrimKey = ? and indexable = ? and status = ?.static List<JournalArticle>
findByR_I_S
(long resourcePrimKey, boolean indexable, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where resourcePrimKey = ? and indexable = ? and status = ?.static JournalArticle
findByR_I_S_First
(long resourcePrimKey, boolean indexable, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.static JournalArticle
findByR_I_S_Last
(long resourcePrimKey, boolean indexable, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.static JournalArticle[]
findByR_I_S_PrevAndNext
(long id, long resourcePrimKey, boolean indexable, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.static 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[] statuses) Returns all the journal articles where resourcePrimKey = ? and status = any ?.static List<JournalArticle>
findByR_ST
(long resourcePrimKey, int[] statuses, int start, int end) Returns a range of all the journal articles where resourcePrimKey = ? and status = any ?.static List<JournalArticle>
findByR_ST
(long resourcePrimKey, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where resourcePrimKey = ? and status = any ?.static List<JournalArticle>
findByR_ST
(long resourcePrimKey, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where resourcePrimKey = ? and status = ?, optionally using the finder cache.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, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where resourcePrimKey = ? and status = ?.static List<JournalArticle>
findByR_ST
(long resourcePrimKey, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where resourcePrimKey = ? and status = ?.static JournalArticle
findByR_ST_First
(long resourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where resourcePrimKey = ? and status = ?.static JournalArticle
findByR_ST_Last
(long resourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where resourcePrimKey = ? and status = ?.static JournalArticle[]
findByR_ST_PrevAndNext
(long id, long resourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and status = ?.static 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, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where resourcePrimKey = ?.static List<JournalArticle>
findByResourcePrimKey
(long resourcePrimKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where resourcePrimKey = ?.static JournalArticle
findByResourcePrimKey_First
(long resourcePrimKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where resourcePrimKey = ?.static JournalArticle
findByResourcePrimKey_Last
(long resourcePrimKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where resourcePrimKey = ?.static JournalArticle[]
findByResourcePrimKey_PrevAndNext
(long id, long resourcePrimKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ?.static 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, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where smallImageId = ?.static List<JournalArticle>
findBySmallImageId
(long smallImageId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where smallImageId = ?.static JournalArticle
findBySmallImageId_First
(long smallImageId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where smallImageId = ?.static JournalArticle
findBySmallImageId_Last
(long smallImageId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where smallImageId = ?.static JournalArticle[]
findBySmallImageId_PrevAndNext
(long id, long smallImageId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the journal articles before and after the current journal article in the ordered set where smallImageId = ?.static 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, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where uuid = ?.static List<JournalArticle>
findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where uuid = ?.static List<JournalArticle>
findByUuid_C
(String uuid, long companyId) Returns all the journal articles where uuid = ? and companyId = ?.static List<JournalArticle>
findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the journal articles where uuid = ? and companyId = ?.static List<JournalArticle>
findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where uuid = ? and companyId = ?.static List<JournalArticle>
findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where uuid = ? and companyId = ?.static JournalArticle
findByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where uuid = ? and companyId = ?.static JournalArticle
findByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where uuid = ? and companyId = ?.static JournalArticle[]
findByUuid_C_PrevAndNext
(long id, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the journal articles before and after the current journal article in the ordered set where uuid = ? and companyId = ?.static JournalArticle
findByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where uuid = ?.static JournalArticle
findByUUID_G
(String uuid, long groupId) Returns the journal article where uuid = ? and groupId = ? or throws aNoSuchArticleException
if it could not be found.static JournalArticle
findByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where uuid = ?.static JournalArticle[]
findByUuid_PrevAndNext
(long id, String uuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the journal articles before and after the current journal article in the ordered set where uuid = ?.static List<JournalArticle>
findWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static List<JournalArticle>
findWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) static List<JournalArticle>
findWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) static JournalArticlePersistence
static JournalArticle
remove
(long id) Removes the journal article with the primary key from the database.static void
Removes all the journal articles from the database.static void
removeByC_NotST
(long companyId, int status) Removes all the journal articles where companyId = ? and status ≠ ? from the database.static void
removeByC_ST
(long companyId, int status) Removes all the journal articles where companyId = ? and status = ? from the database.static void
removeByC_V
(long companyId, double version) Removes all the journal articles where companyId = ? and version = ? 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
removeByCompanyId
(long companyId) Removes all the journal articles where companyId = ? from the database.static void
removeByDDMStructureId
(long DDMStructureId) Removes all the journal articles where DDMStructureId = ? from the database.static void
removeByDDMTemplateKey
(String DDMTemplateKey) Removes all the journal articles where DDMTemplateKey = ? 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_A_NotST
(long groupId, String articleId, int status) Removes all the journal articles where groupId = ? and articleId = ? and status ≠ ? from the database.static void
removeByG_A_ST
(long groupId, 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_C_C
(long groupId, long classNameId, long classPK) Removes all the journal articles where groupId = ? and classNameId = ? and classPK = ? from the database.static JournalArticle
removeByG_C_DDMSI
(long groupId, long classNameId, long DDMStructureId) Removes the journal article where groupId = ? and classNameId = ? and DDMStructureId = ? from the database.static void
removeByG_C_DDMTK
(long groupId, long classNameId, String DDMTemplateKey) Removes all the journal articles where groupId = ? and classNameId = ? and DDMTemplateKey = ? from the database.static void
removeByG_C_L
(long groupId, long classNameId, String layoutUuid) Removes all the journal articles where groupId = ? and classNameId = ? and layoutUuid = ? from the database.static void
removeByG_DDMSI
(long groupId, long DDMStructureId) Removes all the journal articles where groupId = ? and DDMStructureId = ? from the database.static void
removeByG_DDMTK
(long groupId, String DDMTemplateKey) Removes all the journal articles where groupId = ? and DDMTemplateKey = ? from the database.static void
removeByG_ERC
(long groupId, String externalReferenceCode) Removes all the journal articles where groupId = ? and externalReferenceCode = ? from the database.static void
removeByG_ERC_ST
(long groupId, String externalReferenceCode, int status) Removes all the journal articles where groupId = ? and externalReferenceCode = ? and status = ? from the database.static JournalArticle
removeByG_ERC_V
(long groupId, String externalReferenceCode, double version) Removes the journal article where groupId = ? and externalReferenceCode = ? and version = ? from the database.static void
removeByG_F
(long groupId, long folderId) Removes all the journal articles where groupId = ? and folderId = ? from the database.static void
removeByG_F_C_NotST
(long groupId, long folderId, long classNameId, int status) Removes all the journal articles where groupId = ? and folderId = ? and classNameId = ? and status ≠ ? from the database.static void
removeByG_F_ST
(long groupId, long folderId, int status) Removes all the journal articles where groupId = ? and folderId = ? and status = ? from the database.static void
removeByG_L
(long groupId, String layoutUuid) Removes all the journal articles where groupId = ? and layoutUuid = ? from the database.static void
removeByG_NotL
(long groupId, String layoutUuid) Removes all the journal articles where groupId = ? and layoutUuid ≠ ? from the database.static void
removeByG_ST
(long groupId, int status) Removes all the journal articles where groupId = ? and status = ? from the database.static void
removeByG_U
(long groupId, long userId) Removes all the journal articles where groupId = ? and userId = ? from the database.static void
removeByG_U_C
(long groupId, long userId, long classNameId) Removes all the journal articles where groupId = ? and userId = ? and classNameId = ? from the database.static void
removeByG_UT
(long groupId, String urlTitle) Removes all the journal articles where groupId = ? and urlTitle = ? 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
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
removeByLtD_S
(Date displayDate, int status) Removes all the journal articles where displayDate < ? and status = ? from the database.static void
removeByR_I
(long resourcePrimKey, boolean indexable) Removes all the journal articles where resourcePrimKey = ? and indexable = ? from the database.static void
removeByR_I_S
(long resourcePrimKey, boolean indexable, int status) Removes all the journal articles where resourcePrimKey = ? and indexable = ? and status = ? from the database.static void
removeByR_ST
(long resourcePrimKey, int status) Removes all the journal articles where resourcePrimKey = ? and status = ? from the database.static void
removeByResourcePrimKey
(long resourcePrimKey) Removes all the journal articles where resourcePrimKey = ? from the database.static void
removeBySmallImageId
(long smallImageId) Removes all the journal articles where smallImageId = ? from the database.static void
removeByUuid
(String uuid) Removes all the journal articles where uuid = ? from the database.static void
removeByUuid_C
(String uuid, long companyId) Removes all the journal articles where uuid = ? and companyId = ? from the database.static JournalArticle
removeByUUID_G
(String uuid, long groupId) Removes the journal article where uuid = ? and groupId = ? from the database.static void
setPersistence
(JournalArticlePersistence persistence) static JournalArticle
update
(JournalArticle journalArticle) static JournalArticle
update
(JournalArticle journalArticle, com.liferay.portal.kernel.service.ServiceContext serviceContext) static JournalArticle
updateImpl
(JournalArticle journalArticle)
-
Constructor Details
-
JournalArticleUtil
public JournalArticleUtil()
-
-
Method Details
-
clearCache
public static void clearCache()- See Also:
-
BasePersistence.clearCache()
-
clearCache
- See Also:
-
BasePersistence.clearCache(com.liferay.portal.kernel.model.BaseModel)
-
countWithDynamicQuery
public static long countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
BasePersistence.countWithDynamicQuery(DynamicQuery)
-
fetchByPrimaryKeys
- See Also:
-
BasePersistence.fetchByPrimaryKeys(Set)
-
findWithDynamicQuery
public static List<JournalArticle> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery)
-
findWithDynamicQuery
public static List<JournalArticle> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
-
findWithDynamicQuery
public static List<JournalArticle> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
-
update
- See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
-
update
public static JournalArticle update(JournalArticle journalArticle, com.liferay.portal.kernel.service.ServiceContext serviceContext) - See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
-
findByResourcePrimKey
Returns all the journal articles where resourcePrimKey = ?.- Parameters:
resourcePrimKey
- the resource prim key- Returns:
- the matching journal articles
-
findByResourcePrimKey
Returns a range of all the journal articles where resourcePrimKey = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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)- Returns:
- the range of matching journal articles
-
findByResourcePrimKey
public static List<JournalArticle> findByResourcePrimKey(long resourcePrimKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where resourcePrimKey = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching journal articles
-
findByResourcePrimKey
public static List<JournalArticle> findByResourcePrimKey(long resourcePrimKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where resourcePrimKey = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching journal articles
-
findByResourcePrimKey_First
public static JournalArticle findByResourcePrimKey_First(long resourcePrimKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the first journal article in the ordered set where resourcePrimKey = ?.- Parameters:
resourcePrimKey
- the resource prim keyorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByResourcePrimKey_First
public static JournalArticle fetchByResourcePrimKey_First(long resourcePrimKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where resourcePrimKey = ?.- Parameters:
resourcePrimKey
- the resource prim keyorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article, or
null
if a matching journal article could not be found
-
findByResourcePrimKey_Last
public static JournalArticle findByResourcePrimKey_Last(long resourcePrimKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the last journal article in the ordered set where resourcePrimKey = ?.- Parameters:
resourcePrimKey
- the resource prim keyorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByResourcePrimKey_Last
public static JournalArticle fetchByResourcePrimKey_Last(long resourcePrimKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where resourcePrimKey = ?.- Parameters:
resourcePrimKey
- the resource prim keyorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article, or
null
if a matching journal article could not be found
-
findByResourcePrimKey_PrevAndNext
public static JournalArticle[] findByResourcePrimKey_PrevAndNext(long id, long resourcePrimKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ?.- Parameters:
id
- the primary key of the current journal articleresourcePrimKey
- the resource prim keyorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next journal article
- Throws:
NoSuchArticleException
- if a journal article with the primary key could not be foundNoSuchArticleException
-
removeByResourcePrimKey
public static void removeByResourcePrimKey(long resourcePrimKey) Removes all the journal articles where resourcePrimKey = ? from the database.- Parameters:
resourcePrimKey
- the resource prim key
-
countByResourcePrimKey
public static int countByResourcePrimKey(long resourcePrimKey) Returns the number of journal articles where resourcePrimKey = ?.- Parameters:
resourcePrimKey
- the resource prim key- Returns:
- the number of matching journal articles
-
findByUuid
Returns all the journal articles where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the matching journal articles
-
findByUuid
Returns a range of all the journal articles where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)- Returns:
- the range of matching journal articles
-
findByUuid
public static List<JournalArticle> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching journal articles
-
findByUuid
public static List<JournalArticle> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching journal articles
-
findByUuid_First
public static JournalArticle findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the first journal article in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByUuid_First
public static JournalArticle fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article, or
null
if a matching journal article could not be found
-
findByUuid_Last
public static JournalArticle findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the last journal article in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByUuid_Last
public static JournalArticle fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article, or
null
if a matching journal article could not be found
-
findByUuid_PrevAndNext
public static JournalArticle[] findByUuid_PrevAndNext(long id, String uuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the journal articles before and after the current journal article in the ordered set where uuid = ?.- Parameters:
id
- the primary key of the current journal articleuuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next journal article
- Throws:
NoSuchArticleException
- if a journal article with the primary key could not be foundNoSuchArticleException
-
removeByUuid
Removes all the journal articles where uuid = ? from the database.- Parameters:
uuid
- the uuid
-
countByUuid
Returns the number of journal articles where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the number of matching journal articles
-
findByUUID_G
Returns the journal article where uuid = ? and groupId = ? or throws aNoSuchArticleException
if it could not be found.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByUUID_G
Returns the journal article where uuid = ? and groupId = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the matching journal article, or
null
if a matching journal article could not be found
-
fetchByUUID_G
Returns the journal article where uuid = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
uuid
- the uuidgroupId
- the group IDuseFinderCache
- whether to use the finder cache- Returns:
- the matching journal article, or
null
if a matching journal article could not be found
-
removeByUUID_G
public static JournalArticle removeByUUID_G(String uuid, long groupId) throws NoSuchArticleException Removes the journal article where uuid = ? and groupId = ? from the database.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the journal article that was removed
- Throws:
NoSuchArticleException
-
countByUUID_G
Returns the number of journal articles where uuid = ? and groupId = ?.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the number of matching journal articles
-
findByUuid_C
Returns all the journal articles where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the matching journal articles
-
findByUuid_C
Returns a range of all the journal articles where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)- Returns:
- the range of matching journal articles
-
findByUuid_C
public static List<JournalArticle> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching journal articles
-
findByUuid_C
public static List<JournalArticle> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching journal articles
-
findByUuid_C_First
public static JournalArticle findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the first journal article in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByUuid_C_First
public static JournalArticle fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article, or
null
if a matching journal article could not be found
-
findByUuid_C_Last
public static JournalArticle findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the last journal article in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByUuid_C_Last
public static JournalArticle fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article, or
null
if a matching journal article could not be found
-
findByUuid_C_PrevAndNext
public static JournalArticle[] findByUuid_C_PrevAndNext(long id, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the journal articles before and after the current journal article in the ordered set where uuid = ? and companyId = ?.- Parameters:
id
- the primary key of the current journal articleuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next journal article
- Throws:
NoSuchArticleException
- if a journal article with the primary key could not be foundNoSuchArticleException
-
removeByUuid_C
Removes all the journal articles where uuid = ? and companyId = ? from the database.- Parameters:
uuid
- the uuidcompanyId
- the company ID
-
countByUuid_C
Returns the number of journal articles where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the number of matching journal articles
-
findByGroupId
Returns all the journal articles where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the matching journal articles
-
findByGroupId
Returns a range of all the journal articles where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)- Returns:
- the range of matching journal articles
-
findByGroupId
public static List<JournalArticle> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching journal articles
-
findByGroupId
public static List<JournalArticle> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching journal articles
-
findByGroupId_First
public static JournalArticle findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the first journal article in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByGroupId_First
public static JournalArticle fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article, or
null
if a matching journal article could not be found
-
findByGroupId_Last
public static JournalArticle findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the last journal article in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByGroupId_Last
public static JournalArticle fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article, or
null
if a matching journal article could not be found
-
findByGroupId_PrevAndNext
public static JournalArticle[] findByGroupId_PrevAndNext(long id, long groupId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the journal articles before and after the current journal article in the ordered set where groupId = ?.- Parameters:
id
- the primary key of the current journal articlegroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next journal article
- Throws:
NoSuchArticleException
- if a journal article with the primary key could not be foundNoSuchArticleException
-
filterFindByGroupId
Returns all the journal articles that the user has permission to view where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the matching journal articles that the user has permission to view
-
filterFindByGroupId
Returns a range of all the journal articles that the user has permission to view where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)- Returns:
- the range of matching journal articles that the user has permission to view
-
filterFindByGroupId
public static List<JournalArticle> filterFindByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching journal articles that the user has permission to view
-
filterFindByGroupId_PrevAndNext
public static JournalArticle[] filterFindByGroupId_PrevAndNext(long id, long groupId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException 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 = ?.- Parameters:
id
- the primary key of the current journal articlegroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next journal article
- Throws:
NoSuchArticleException
- if a journal article with the primary key could not be foundNoSuchArticleException
-
removeByGroupId
public static void removeByGroupId(long groupId) Removes all the journal articles where groupId = ? from the database.- Parameters:
groupId
- the group ID
-
countByGroupId
public static int countByGroupId(long groupId) Returns the number of journal articles where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the number of matching journal articles
-
filterCountByGroupId
public static int filterCountByGroupId(long groupId) Returns the number of journal articles that the user has permission to view where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the number of matching journal articles that the user has permission to view
-
findByCompanyId
Returns all the journal articles where companyId = ?.- Parameters:
companyId
- the company ID- Returns:
- the matching journal articles
-
findByCompanyId
Returns a range of all the journal articles where companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)- Returns:
- the range of matching journal articles
-
findByCompanyId
public static List<JournalArticle> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching journal articles
-
findByCompanyId
public static List<JournalArticle> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching journal articles
-
findByCompanyId_First
public static JournalArticle findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the first journal article in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByCompanyId_First
public static JournalArticle fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article, or
null
if a matching journal article could not be found
-
findByCompanyId_Last
public static JournalArticle findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the last journal article in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByCompanyId_Last
public static JournalArticle fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article, or
null
if a matching journal article could not be found
-
findByCompanyId_PrevAndNext
public static JournalArticle[] findByCompanyId_PrevAndNext(long id, long companyId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the journal articles before and after the current journal article in the ordered set where companyId = ?.- Parameters:
id
- the primary key of the current journal articlecompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next journal article
- Throws:
NoSuchArticleException
- if a journal article with the primary key could not be foundNoSuchArticleException
-
removeByCompanyId
public static void removeByCompanyId(long companyId) Removes all the journal articles where companyId = ? from the database.- Parameters:
companyId
- the company ID
-
countByCompanyId
public static int countByCompanyId(long companyId) Returns the number of journal articles where companyId = ?.- Parameters:
companyId
- the company ID- Returns:
- the number of matching journal articles
-
findByDDMStructureId
Returns all the journal articles where DDMStructureId = ?.- Parameters:
DDMStructureId
- the ddm structure ID- Returns:
- the matching journal articles
-
findByDDMStructureId
Returns a range of all the journal articles where DDMStructureId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
DDMStructureId
- the ddm structure IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)- Returns:
- the range of matching journal articles
-
findByDDMStructureId
public static List<JournalArticle> findByDDMStructureId(long DDMStructureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where DDMStructureId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
DDMStructureId
- the ddm 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 (optionallynull
)- Returns:
- the ordered range of matching journal articles
-
findByDDMStructureId
public static List<JournalArticle> findByDDMStructureId(long DDMStructureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where DDMStructureId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
DDMStructureId
- the ddm 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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching journal articles
-
findByDDMStructureId_First
public static JournalArticle findByDDMStructureId_First(long DDMStructureId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the first journal article in the ordered set where DDMStructureId = ?.- Parameters:
DDMStructureId
- the ddm structure IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByDDMStructureId_First
public static JournalArticle fetchByDDMStructureId_First(long DDMStructureId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where DDMStructureId = ?.- Parameters:
DDMStructureId
- the ddm structure IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article, or
null
if a matching journal article could not be found
-
findByDDMStructureId_Last
public static JournalArticle findByDDMStructureId_Last(long DDMStructureId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the last journal article in the ordered set where DDMStructureId = ?.- Parameters:
DDMStructureId
- the ddm structure IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByDDMStructureId_Last
public static JournalArticle fetchByDDMStructureId_Last(long DDMStructureId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where DDMStructureId = ?.- Parameters:
DDMStructureId
- the ddm structure IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article, or
null
if a matching journal article could not be found
-
findByDDMStructureId_PrevAndNext
public static JournalArticle[] findByDDMStructureId_PrevAndNext(long id, long DDMStructureId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the journal articles before and after the current journal article in the ordered set where DDMStructureId = ?.- Parameters:
id
- the primary key of the current journal articleDDMStructureId
- the ddm structure IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next journal article
- Throws:
NoSuchArticleException
- if a journal article with the primary key could not be foundNoSuchArticleException
-
removeByDDMStructureId
public static void removeByDDMStructureId(long DDMStructureId) Removes all the journal articles where DDMStructureId = ? from the database.- Parameters:
DDMStructureId
- the ddm structure ID
-
countByDDMStructureId
public static int countByDDMStructureId(long DDMStructureId) Returns the number of journal articles where DDMStructureId = ?.- Parameters:
DDMStructureId
- the ddm structure ID- Returns:
- the number of matching journal articles
-
findByDDMTemplateKey
Returns all the journal articles where DDMTemplateKey = ?.- Parameters:
DDMTemplateKey
- the ddm template key- Returns:
- the matching journal articles
-
findByDDMTemplateKey
Returns a range of all the journal articles where DDMTemplateKey = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
DDMTemplateKey
- the ddm template keystart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)- Returns:
- the range of matching journal articles
-
findByDDMTemplateKey
public static List<JournalArticle> findByDDMTemplateKey(String DDMTemplateKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where DDMTemplateKey = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
DDMTemplateKey
- the ddm template keystart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching journal articles
-
findByDDMTemplateKey
public static List<JournalArticle> findByDDMTemplateKey(String DDMTemplateKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where DDMTemplateKey = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
DDMTemplateKey
- the ddm template keystart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching journal articles
-
findByDDMTemplateKey_First
public static JournalArticle findByDDMTemplateKey_First(String DDMTemplateKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the first journal article in the ordered set where DDMTemplateKey = ?.- Parameters:
DDMTemplateKey
- the ddm template keyorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByDDMTemplateKey_First
public static JournalArticle fetchByDDMTemplateKey_First(String DDMTemplateKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where DDMTemplateKey = ?.- Parameters:
DDMTemplateKey
- the ddm template keyorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article, or
null
if a matching journal article could not be found
-
findByDDMTemplateKey_Last
public static JournalArticle findByDDMTemplateKey_Last(String DDMTemplateKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the last journal article in the ordered set where DDMTemplateKey = ?.- Parameters:
DDMTemplateKey
- the ddm template keyorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByDDMTemplateKey_Last
public static JournalArticle fetchByDDMTemplateKey_Last(String DDMTemplateKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where DDMTemplateKey = ?.- Parameters:
DDMTemplateKey
- the ddm template keyorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article, or
null
if a matching journal article could not be found
-
findByDDMTemplateKey_PrevAndNext
public static JournalArticle[] findByDDMTemplateKey_PrevAndNext(long id, String DDMTemplateKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the journal articles before and after the current journal article in the ordered set where DDMTemplateKey = ?.- Parameters:
id
- the primary key of the current journal articleDDMTemplateKey
- the ddm template keyorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next journal article
- Throws:
NoSuchArticleException
- if a journal article with the primary key could not be foundNoSuchArticleException
-
removeByDDMTemplateKey
Removes all the journal articles where DDMTemplateKey = ? from the database.- Parameters:
DDMTemplateKey
- the ddm template key
-
countByDDMTemplateKey
Returns the number of journal articles where DDMTemplateKey = ?.- Parameters:
DDMTemplateKey
- the ddm template key- Returns:
- the number of matching journal articles
-
findByLayoutUuid
Returns all the journal articles where layoutUuid = ?.- Parameters:
layoutUuid
- the layout uuid- Returns:
- the matching journal articles
-
findByLayoutUuid
Returns a range of all the journal articles where layoutUuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
layoutUuid
- the layout uuidstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)- Returns:
- the range of matching journal articles
-
findByLayoutUuid
public static List<JournalArticle> findByLayoutUuid(String layoutUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where layoutUuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching journal articles
-
findByLayoutUuid
public static List<JournalArticle> findByLayoutUuid(String layoutUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where layoutUuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching journal articles
-
findByLayoutUuid_First
public static JournalArticle findByLayoutUuid_First(String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the first journal article in the ordered set where layoutUuid = ?.- Parameters:
layoutUuid
- the layout uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByLayoutUuid_First
public static JournalArticle fetchByLayoutUuid_First(String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where layoutUuid = ?.- Parameters:
layoutUuid
- the layout uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article, or
null
if a matching journal article could not be found
-
findByLayoutUuid_Last
public static JournalArticle findByLayoutUuid_Last(String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the last journal article in the ordered set where layoutUuid = ?.- Parameters:
layoutUuid
- the layout uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByLayoutUuid_Last
public static JournalArticle fetchByLayoutUuid_Last(String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where layoutUuid = ?.- Parameters:
layoutUuid
- the layout uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article, or
null
if a matching journal article could not be found
-
findByLayoutUuid_PrevAndNext
public static JournalArticle[] findByLayoutUuid_PrevAndNext(long id, String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the journal articles before and after the current journal article in the ordered set where layoutUuid = ?.- Parameters:
id
- the primary key of the current journal articlelayoutUuid
- the layout uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next journal article
- Throws:
NoSuchArticleException
- if a journal article with the primary key could not be foundNoSuchArticleException
-
removeByLayoutUuid
Removes all the journal articles where layoutUuid = ? from the database.- Parameters:
layoutUuid
- the layout uuid
-
countByLayoutUuid
Returns the number of journal articles where layoutUuid = ?.- Parameters:
layoutUuid
- the layout uuid- Returns:
- the number of matching journal articles
-
findBySmallImageId
Returns all the journal articles where smallImageId = ?.- Parameters:
smallImageId
- the small image ID- Returns:
- the matching journal articles
-
findBySmallImageId
Returns a range of all the journal articles where smallImageId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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)- Returns:
- the range of matching journal articles
-
findBySmallImageId
public static List<JournalArticle> findBySmallImageId(long smallImageId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where smallImageId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching journal articles
-
findBySmallImageId
public static List<JournalArticle> findBySmallImageId(long smallImageId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where smallImageId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching journal articles
-
findBySmallImageId_First
public static JournalArticle findBySmallImageId_First(long smallImageId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the first journal article in the ordered set where smallImageId = ?.- Parameters:
smallImageId
- the small image IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchBySmallImageId_First
public static JournalArticle fetchBySmallImageId_First(long smallImageId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where smallImageId = ?.- Parameters:
smallImageId
- the small image IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article, or
null
if a matching journal article could not be found
-
findBySmallImageId_Last
public static JournalArticle findBySmallImageId_Last(long smallImageId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the last journal article in the ordered set where smallImageId = ?.- Parameters:
smallImageId
- the small image IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchBySmallImageId_Last
public static JournalArticle fetchBySmallImageId_Last(long smallImageId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where smallImageId = ?.- Parameters:
smallImageId
- the small image IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article, or
null
if a matching journal article could not be found
-
findBySmallImageId_PrevAndNext
public static JournalArticle[] findBySmallImageId_PrevAndNext(long id, long smallImageId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the journal articles before and after the current journal article in the ordered set where smallImageId = ?.- Parameters:
id
- the primary key of the current journal articlesmallImageId
- the small image IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next journal article
- Throws:
NoSuchArticleException
- if a journal article with the primary key could not be foundNoSuchArticleException
-
removeBySmallImageId
public static void removeBySmallImageId(long smallImageId) Removes all the journal articles where smallImageId = ? from the database.- Parameters:
smallImageId
- the small image ID
-
countBySmallImageId
public static int countBySmallImageId(long smallImageId) Returns the number of journal articles where smallImageId = ?.- Parameters:
smallImageId
- the small image ID- Returns:
- the number of matching journal articles
-
findByR_I
Returns all the journal articles where resourcePrimKey = ? and indexable = ?.- Parameters:
resourcePrimKey
- the resource prim keyindexable
- the indexable- Returns:
- the matching journal articles
-
findByR_I
public static List<JournalArticle> findByR_I(long resourcePrimKey, boolean indexable, int start, int end) Returns a range of all the journal articles where resourcePrimKey = ? and indexable = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
resourcePrimKey
- the resource prim keyindexable
- the indexablestart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)- Returns:
- the range of matching journal articles
-
findByR_I
public static List<JournalArticle> findByR_I(long resourcePrimKey, boolean indexable, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where resourcePrimKey = ? and indexable = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
resourcePrimKey
- the resource prim keyindexable
- the indexablestart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching journal articles
-
findByR_I
public static List<JournalArticle> findByR_I(long resourcePrimKey, boolean indexable, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where resourcePrimKey = ? and indexable = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
resourcePrimKey
- the resource prim keyindexable
- the indexablestart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching journal articles
-
findByR_I_First
public static JournalArticle findByR_I_First(long resourcePrimKey, boolean indexable, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ?.- Parameters:
resourcePrimKey
- the resource prim keyindexable
- the indexableorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByR_I_First
public static JournalArticle fetchByR_I_First(long resourcePrimKey, boolean indexable, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ?.- Parameters:
resourcePrimKey
- the resource prim keyindexable
- the indexableorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article, or
null
if a matching journal article could not be found
-
findByR_I_Last
public static JournalArticle findByR_I_Last(long resourcePrimKey, boolean indexable, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ?.- Parameters:
resourcePrimKey
- the resource prim keyindexable
- the indexableorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByR_I_Last
public static JournalArticle fetchByR_I_Last(long resourcePrimKey, boolean indexable, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ?.- Parameters:
resourcePrimKey
- the resource prim keyindexable
- the indexableorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article, or
null
if a matching journal article could not be found
-
findByR_I_PrevAndNext
public static JournalArticle[] findByR_I_PrevAndNext(long id, long resourcePrimKey, boolean indexable, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and indexable = ?.- Parameters:
id
- the primary key of the current journal articleresourcePrimKey
- the resource prim keyindexable
- the indexableorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next journal article
- Throws:
NoSuchArticleException
- if a journal article with the primary key could not be foundNoSuchArticleException
-
removeByR_I
public static void removeByR_I(long resourcePrimKey, boolean indexable) Removes all the journal articles where resourcePrimKey = ? and indexable = ? from the database.- Parameters:
resourcePrimKey
- the resource prim keyindexable
- the indexable
-
countByR_I
public static int countByR_I(long resourcePrimKey, boolean indexable) Returns the number of journal articles where resourcePrimKey = ? and indexable = ?.- Parameters:
resourcePrimKey
- the resource prim keyindexable
- the indexable- Returns:
- the number of matching journal articles
-
findByR_ST
Returns all the journal articles where resourcePrimKey = ? and status = ?.- Parameters:
resourcePrimKey
- the resource prim keystatus
- the status- Returns:
- the matching journal articles
-
findByR_ST
Returns a range of all the journal articles where resourcePrimKey = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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)- Returns:
- the range of matching journal articles
-
findByR_ST
public static List<JournalArticle> findByR_ST(long resourcePrimKey, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where resourcePrimKey = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching journal articles
-
findByR_ST
public static List<JournalArticle> findByR_ST(long resourcePrimKey, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where resourcePrimKey = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching journal articles
-
findByR_ST_First
public static JournalArticle findByR_ST_First(long resourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the first journal article in the ordered set where resourcePrimKey = ? and status = ?.- Parameters:
resourcePrimKey
- the resource prim keystatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByR_ST_First
public static JournalArticle fetchByR_ST_First(long resourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where resourcePrimKey = ? and status = ?.- Parameters:
resourcePrimKey
- the resource prim keystatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article, or
null
if a matching journal article could not be found
-
findByR_ST_Last
public static JournalArticle findByR_ST_Last(long resourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the last journal article in the ordered set where resourcePrimKey = ? and status = ?.- Parameters:
resourcePrimKey
- the resource prim keystatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByR_ST_Last
public static JournalArticle fetchByR_ST_Last(long resourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where resourcePrimKey = ? and status = ?.- Parameters:
resourcePrimKey
- the resource prim keystatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article, or
null
if a matching journal article could not be found
-
findByR_ST_PrevAndNext
public static JournalArticle[] findByR_ST_PrevAndNext(long id, long resourcePrimKey, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and status = ?.- Parameters:
id
- the primary key of the current journal articleresourcePrimKey
- the resource prim keystatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next journal article
- Throws:
NoSuchArticleException
- if a journal article with the primary key could not be foundNoSuchArticleException
-
findByR_ST
Returns all the journal articles where resourcePrimKey = ? and status = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
resourcePrimKey
- the resource prim keystatuses
- the statuses- Returns:
- the matching journal articles
-
findByR_ST
public static List<JournalArticle> findByR_ST(long resourcePrimKey, int[] statuses, int start, int end) Returns a range of all the journal articles where resourcePrimKey = ? and status = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
resourcePrimKey
- the resource prim keystatuses
- the statusesstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)- Returns:
- the range of matching journal articles
-
findByR_ST
public static List<JournalArticle> findByR_ST(long resourcePrimKey, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where resourcePrimKey = ? and status = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
resourcePrimKey
- the resource prim keystatuses
- the statusesstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching journal articles
-
findByR_ST
public static List<JournalArticle> findByR_ST(long resourcePrimKey, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where resourcePrimKey = ? and status = ?, optionally using the finder cache.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
resourcePrimKey
- the resource prim keystatuses
- the statusesstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching journal articles
-
removeByR_ST
public static void removeByR_ST(long resourcePrimKey, int status) Removes all the journal articles where resourcePrimKey = ? and status = ? from the database.- Parameters:
resourcePrimKey
- the resource prim keystatus
- the status
-
countByR_ST
public static int countByR_ST(long resourcePrimKey, int status) Returns the number of journal articles where resourcePrimKey = ? and status = ?.- Parameters:
resourcePrimKey
- the resource prim keystatus
- the status- Returns:
- the number of matching journal articles
-
countByR_ST
public static int countByR_ST(long resourcePrimKey, int[] statuses) Returns the number of journal articles where resourcePrimKey = ? and status = any ?.- Parameters:
resourcePrimKey
- the resource prim keystatuses
- the statuses- Returns:
- the number of matching journal articles
-
findByG_U
Returns all the journal articles where groupId = ? and userId = ?.- Parameters:
groupId
- the group IDuserId
- the user ID- Returns:
- the matching journal articles
-
findByG_U
Returns a range of all the journal articles where groupId = ? and userId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDuserId
- the user IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)- Returns:
- the range of matching journal articles
-
findByG_U
public static List<JournalArticle> findByG_U(long groupId, long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where groupId = ? and userId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDuserId
- the user IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching journal articles
-
findByG_U
public static List<JournalArticle> findByG_U(long groupId, long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where groupId = ? and userId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDuserId
- the user IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching journal articles
-
findByG_U_First
public static JournalArticle findByG_U_First(long groupId, long userId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the first journal article in the ordered set where groupId = ? and userId = ?.- Parameters:
groupId
- the group IDuserId
- the user IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByG_U_First
public static JournalArticle fetchByG_U_First(long groupId, long userId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where groupId = ? and userId = ?.- Parameters:
groupId
- the group IDuserId
- the user IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article, or
null
if a matching journal article could not be found
-
findByG_U_Last
public static JournalArticle findByG_U_Last(long groupId, long userId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the last journal article in the ordered set where groupId = ? and userId = ?.- Parameters:
groupId
- the group IDuserId
- the user IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByG_U_Last
public static JournalArticle fetchByG_U_Last(long groupId, long userId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where groupId = ? and userId = ?.- Parameters:
groupId
- the group IDuserId
- the user IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article, or
null
if a matching journal article could not be found
-
findByG_U_PrevAndNext
public static JournalArticle[] findByG_U_PrevAndNext(long id, long groupId, long userId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and userId = ?.- Parameters:
id
- the primary key of the current journal articlegroupId
- the group IDuserId
- the user IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next journal article
- Throws:
NoSuchArticleException
- if a journal article with the primary key could not be foundNoSuchArticleException
-
filterFindByG_U
Returns all the journal articles that the user has permission to view where groupId = ? and userId = ?.- Parameters:
groupId
- the group IDuserId
- the user ID- Returns:
- the matching journal articles that the user has permission to view
-
filterFindByG_U
Returns a range of all the journal articles that the user has permission to view where groupId = ? and userId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDuserId
- the user IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)- Returns:
- the range of matching journal articles that the user has permission to view
-
filterFindByG_U
public static List<JournalArticle> filterFindByG_U(long groupId, long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and userId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDuserId
- the user IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching journal articles that the user has permission to view
-
filterFindByG_U_PrevAndNext
public static JournalArticle[] filterFindByG_U_PrevAndNext(long id, long groupId, long userId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and userId = ?.- Parameters:
id
- the primary key of the current journal articlegroupId
- the group IDuserId
- the user IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next journal article
- Throws:
NoSuchArticleException
- if a journal article with the primary key could not be foundNoSuchArticleException
-
removeByG_U
public static void removeByG_U(long groupId, long userId) Removes all the journal articles where groupId = ? and userId = ? from the database.- Parameters:
groupId
- the group IDuserId
- the user ID
-
countByG_U
public static int countByG_U(long groupId, long userId) Returns the number of journal articles where groupId = ? and userId = ?.- Parameters:
groupId
- the group IDuserId
- the user ID- Returns:
- the number of matching journal articles
-
filterCountByG_U
public static int filterCountByG_U(long groupId, long userId) Returns the number of journal articles that the user has permission to view where groupId = ? and userId = ?.- Parameters:
groupId
- the group IDuserId
- the user ID- Returns:
- the number of matching journal articles that the user has permission to view
-
findByG_ERC
Returns all the journal articles where groupId = ? and externalReferenceCode = ?.- Parameters:
groupId
- the group IDexternalReferenceCode
- the external reference code- Returns:
- the matching journal articles
-
findByG_ERC
public static List<JournalArticle> findByG_ERC(long groupId, String externalReferenceCode, int start, int end) Returns a range of all the journal articles where groupId = ? and externalReferenceCode = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDexternalReferenceCode
- the external reference codestart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)- Returns:
- the range of matching journal articles
-
findByG_ERC
public static List<JournalArticle> findByG_ERC(long groupId, String externalReferenceCode, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where groupId = ? and externalReferenceCode = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDexternalReferenceCode
- the external reference codestart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching journal articles
-
findByG_ERC
public static List<JournalArticle> findByG_ERC(long groupId, String externalReferenceCode, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where groupId = ? and externalReferenceCode = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDexternalReferenceCode
- the external reference codestart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching journal articles
-
findByG_ERC_First
public static JournalArticle findByG_ERC_First(long groupId, String externalReferenceCode, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the first journal article in the ordered set where groupId = ? and externalReferenceCode = ?.- Parameters:
groupId
- the group IDexternalReferenceCode
- the external reference codeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByG_ERC_First
public static JournalArticle fetchByG_ERC_First(long groupId, String externalReferenceCode, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where groupId = ? and externalReferenceCode = ?.- Parameters:
groupId
- the group IDexternalReferenceCode
- the external reference codeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article, or
null
if a matching journal article could not be found
-
findByG_ERC_Last
public static JournalArticle findByG_ERC_Last(long groupId, String externalReferenceCode, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the last journal article in the ordered set where groupId = ? and externalReferenceCode = ?.- Parameters:
groupId
- the group IDexternalReferenceCode
- the external reference codeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByG_ERC_Last
public static JournalArticle fetchByG_ERC_Last(long groupId, String externalReferenceCode, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where groupId = ? and externalReferenceCode = ?.- Parameters:
groupId
- the group IDexternalReferenceCode
- the external reference codeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article, or
null
if a matching journal article could not be found
-
findByG_ERC_PrevAndNext
public static JournalArticle[] findByG_ERC_PrevAndNext(long id, long groupId, String externalReferenceCode, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and externalReferenceCode = ?.- Parameters:
id
- the primary key of the current journal articlegroupId
- the group IDexternalReferenceCode
- the external reference codeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next journal article
- Throws:
NoSuchArticleException
- if a journal article with the primary key could not be foundNoSuchArticleException
-
filterFindByG_ERC
Returns all the journal articles that the user has permission to view where groupId = ? and externalReferenceCode = ?.- Parameters:
groupId
- the group IDexternalReferenceCode
- the external reference code- Returns:
- the matching journal articles that the user has permission to view
-
filterFindByG_ERC
public static List<JournalArticle> filterFindByG_ERC(long groupId, String externalReferenceCode, int start, int end) Returns a range of all the journal articles that the user has permission to view where groupId = ? and externalReferenceCode = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDexternalReferenceCode
- the external reference codestart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)- Returns:
- the range of matching journal articles that the user has permission to view
-
filterFindByG_ERC
public static List<JournalArticle> filterFindByG_ERC(long groupId, String externalReferenceCode, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and externalReferenceCode = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDexternalReferenceCode
- the external reference codestart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching journal articles that the user has permission to view
-
filterFindByG_ERC_PrevAndNext
public static JournalArticle[] filterFindByG_ERC_PrevAndNext(long id, long groupId, String externalReferenceCode, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException 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 externalReferenceCode = ?.- Parameters:
id
- the primary key of the current journal articlegroupId
- the group IDexternalReferenceCode
- the external reference codeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next journal article
- Throws:
NoSuchArticleException
- if a journal article with the primary key could not be foundNoSuchArticleException
-
removeByG_ERC
Removes all the journal articles where groupId = ? and externalReferenceCode = ? from the database.- Parameters:
groupId
- the group IDexternalReferenceCode
- the external reference code
-
countByG_ERC
Returns the number of journal articles where groupId = ? and externalReferenceCode = ?.- Parameters:
groupId
- the group IDexternalReferenceCode
- the external reference code- Returns:
- the number of matching journal articles
-
filterCountByG_ERC
Returns the number of journal articles that the user has permission to view where groupId = ? and externalReferenceCode = ?.- Parameters:
groupId
- the group IDexternalReferenceCode
- the external reference code- Returns:
- the number of matching journal articles that the user has permission to view
-
findByG_F
Returns all the journal articles where groupId = ? and folderId = ?.- Parameters:
groupId
- the group IDfolderId
- the folder ID- Returns:
- the matching journal articles
-
findByG_F
Returns a range of all the journal articles where groupId = ? and folderId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDfolderId
- the folder IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)- Returns:
- the range of matching journal articles
-
findByG_F
public static List<JournalArticle> findByG_F(long groupId, long folderId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where groupId = ? and folderId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDfolderId
- the folder IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching journal articles
-
findByG_F
public static List<JournalArticle> findByG_F(long groupId, long folderId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where groupId = ? and folderId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDfolderId
- the folder IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching journal articles
-
findByG_F_First
public static JournalArticle findByG_F_First(long groupId, long folderId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the first journal article in the ordered set where groupId = ? and folderId = ?.- Parameters:
groupId
- the group IDfolderId
- the folder IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByG_F_First
public static JournalArticle fetchByG_F_First(long groupId, long folderId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where groupId = ? and folderId = ?.- Parameters:
groupId
- the group IDfolderId
- the folder IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article, or
null
if a matching journal article could not be found
-
findByG_F_Last
public static JournalArticle findByG_F_Last(long groupId, long folderId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the last journal article in the ordered set where groupId = ? and folderId = ?.- Parameters:
groupId
- the group IDfolderId
- the folder IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByG_F_Last
public static JournalArticle fetchByG_F_Last(long groupId, long folderId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where groupId = ? and folderId = ?.- Parameters:
groupId
- the group IDfolderId
- the folder IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article, or
null
if a matching journal article could not be found
-
findByG_F_PrevAndNext
public static JournalArticle[] findByG_F_PrevAndNext(long id, long groupId, long folderId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and folderId = ?.- Parameters:
id
- the primary key of the current journal articlegroupId
- the group IDfolderId
- the folder IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next journal article
- Throws:
NoSuchArticleException
- if a journal article with the primary key could not be foundNoSuchArticleException
-
filterFindByG_F
Returns all the journal articles that the user has permission to view where groupId = ? and folderId = ?.- Parameters:
groupId
- the group IDfolderId
- the folder ID- Returns:
- the matching journal articles that the user has permission to view
-
filterFindByG_F
Returns a range of all the journal articles that the user has permission to view where groupId = ? and folderId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDfolderId
- the folder IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)- Returns:
- the range of matching journal articles that the user has permission to view
-
filterFindByG_F
public static List<JournalArticle> filterFindByG_F(long groupId, long folderId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and folderId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDfolderId
- the folder IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching journal articles that the user has permission to view
-
filterFindByG_F_PrevAndNext
public static JournalArticle[] filterFindByG_F_PrevAndNext(long id, long groupId, long folderId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and folderId = ?.- Parameters:
id
- the primary key of the current journal articlegroupId
- the group IDfolderId
- the folder IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next journal article
- Throws:
NoSuchArticleException
- if a journal article with the primary key could not be foundNoSuchArticleException
-
filterFindByG_F
Returns all the journal articles that the user has permission to view where groupId = ? and folderId = any ?.- Parameters:
groupId
- the group IDfolderIds
- the folder IDs- Returns:
- the matching journal articles that the user has permission to view
-
filterFindByG_F
public static List<JournalArticle> filterFindByG_F(long groupId, long[] folderIds, int start, int end) Returns a range of all the journal articles that the user has permission to view where groupId = ? and folderId = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDfolderIds
- the folder IDsstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)- Returns:
- the range of matching journal articles that the user has permission to view
-
filterFindByG_F
public static List<JournalArticle> filterFindByG_F(long groupId, long[] folderIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and folderId = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDfolderIds
- the folder IDsstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching journal articles that the user has permission to view
-
findByG_F
Returns all the journal articles where groupId = ? and folderId = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDfolderIds
- the folder IDs- Returns:
- the matching journal articles
-
findByG_F
Returns a range of all the journal articles where groupId = ? and folderId = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDfolderIds
- the folder IDsstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)- Returns:
- the range of matching journal articles
-
findByG_F
public static List<JournalArticle> findByG_F(long groupId, long[] folderIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where groupId = ? and folderId = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDfolderIds
- the folder IDsstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching journal articles
-
findByG_F
public static List<JournalArticle> findByG_F(long groupId, long[] folderIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where groupId = ? and folderId = ?, optionally using the finder cache.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDfolderIds
- the folder IDsstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching journal articles
-
removeByG_F
public static void removeByG_F(long groupId, long folderId) Removes all the journal articles where groupId = ? and folderId = ? from the database.- Parameters:
groupId
- the group IDfolderId
- the folder ID
-
countByG_F
public static int countByG_F(long groupId, long folderId) Returns the number of journal articles where groupId = ? and folderId = ?.- Parameters:
groupId
- the group IDfolderId
- the folder ID- Returns:
- the number of matching journal articles
-
countByG_F
public static int countByG_F(long groupId, long[] folderIds) Returns the number of journal articles where groupId = ? and folderId = any ?.- Parameters:
groupId
- the group IDfolderIds
- the folder IDs- Returns:
- the number of matching journal articles
-
filterCountByG_F
public static int filterCountByG_F(long groupId, long folderId) Returns the number of journal articles that the user has permission to view where groupId = ? and folderId = ?.- Parameters:
groupId
- the group IDfolderId
- the folder ID- Returns:
- the number of matching journal articles that the user has permission to view
-
filterCountByG_F
public static int filterCountByG_F(long groupId, long[] folderIds) Returns the number of journal articles that the user has permission to view where groupId = ? and folderId = any ?.- Parameters:
groupId
- the group IDfolderIds
- the folder IDs- Returns:
- the number of matching journal articles that the user has permission to view
-
findByG_A
Returns all the journal articles where groupId = ? and articleId = ?.- Parameters:
groupId
- the group IDarticleId
- the article ID- Returns:
- the matching journal articles
-
findByG_A
Returns a range of all the journal articles where groupId = ? and articleId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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)- Returns:
- the range of matching journal articles
-
findByG_A
public static List<JournalArticle> findByG_A(long groupId, String articleId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where groupId = ? and articleId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching journal articles
-
findByG_A
public static List<JournalArticle> findByG_A(long groupId, String articleId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where groupId = ? and articleId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching journal articles
-
findByG_A_First
public static JournalArticle findByG_A_First(long groupId, String articleId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the first journal article in the ordered set where groupId = ? and articleId = ?.- Parameters:
groupId
- the group IDarticleId
- the article IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByG_A_First
public static JournalArticle fetchByG_A_First(long groupId, String articleId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where groupId = ? and articleId = ?.- Parameters:
groupId
- the group IDarticleId
- the article IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article, or
null
if a matching journal article could not be found
-
findByG_A_Last
public static JournalArticle findByG_A_Last(long groupId, String articleId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the last journal article in the ordered set where groupId = ? and articleId = ?.- Parameters:
groupId
- the group IDarticleId
- the article IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByG_A_Last
public static JournalArticle fetchByG_A_Last(long groupId, String articleId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where groupId = ? and articleId = ?.- Parameters:
groupId
- the group IDarticleId
- the article IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article, or
null
if a matching journal article could not be found
-
findByG_A_PrevAndNext
public static JournalArticle[] findByG_A_PrevAndNext(long id, long groupId, String articleId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ?.- Parameters:
id
- the primary key of the current journal articlegroupId
- the group IDarticleId
- the article IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next journal article
- Throws:
NoSuchArticleException
- if a journal article with the primary key could not be foundNoSuchArticleException
-
filterFindByG_A
Returns all the journal articles that the user has permission to view where groupId = ? and articleId = ?.- Parameters:
groupId
- the group IDarticleId
- the article ID- Returns:
- the matching journal articles that the user has permission to view
-
filterFindByG_A
public 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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)- Returns:
- the range of matching journal articles that the user has permission to view
-
filterFindByG_A
public static List<JournalArticle> filterFindByG_A(long groupId, String articleId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and articleId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching journal articles that the user has permission to view
-
filterFindByG_A_PrevAndNext
public static JournalArticle[] filterFindByG_A_PrevAndNext(long id, long groupId, String articleId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException 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 = ?.- Parameters:
id
- the primary key of the current journal articlegroupId
- the group IDarticleId
- the article IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next journal article
- Throws:
NoSuchArticleException
- if a journal article with the primary key could not be foundNoSuchArticleException
-
removeByG_A
Removes all the journal articles where groupId = ? and articleId = ? from the database.- Parameters:
groupId
- the group IDarticleId
- the article ID
-
countByG_A
Returns the number of journal articles where groupId = ? and articleId = ?.- Parameters:
groupId
- the group IDarticleId
- the article ID- Returns:
- the number of matching journal articles
-
filterCountByG_A
Returns the number of journal articles that the user has permission to view where groupId = ? and articleId = ?.- Parameters:
groupId
- the group IDarticleId
- the article ID- Returns:
- the number of matching journal articles that the user has permission to view
-
findByG_UT
Returns all the journal articles where groupId = ? and urlTitle = ?.- Parameters:
groupId
- the group IDurlTitle
- the url title- Returns:
- the matching journal articles
-
findByG_UT
Returns a range of all the journal articles where groupId = ? and urlTitle = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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)- Returns:
- the range of matching journal articles
-
findByG_UT
public static List<JournalArticle> findByG_UT(long groupId, String urlTitle, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where groupId = ? and urlTitle = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching journal articles
-
findByG_UT
public static List<JournalArticle> findByG_UT(long groupId, String urlTitle, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where groupId = ? and urlTitle = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching journal articles
-
findByG_UT_First
public static JournalArticle findByG_UT_First(long groupId, String urlTitle, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the first journal article in the ordered set where groupId = ? and urlTitle = ?.- Parameters:
groupId
- the group IDurlTitle
- the url titleorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByG_UT_First
public static JournalArticle fetchByG_UT_First(long groupId, String urlTitle, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where groupId = ? and urlTitle = ?.- Parameters:
groupId
- the group IDurlTitle
- the url titleorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article, or
null
if a matching journal article could not be found
-
findByG_UT_Last
public static JournalArticle findByG_UT_Last(long groupId, String urlTitle, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the last journal article in the ordered set where groupId = ? and urlTitle = ?.- Parameters:
groupId
- the group IDurlTitle
- the url titleorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByG_UT_Last
public static JournalArticle fetchByG_UT_Last(long groupId, String urlTitle, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where groupId = ? and urlTitle = ?.- Parameters:
groupId
- the group IDurlTitle
- the url titleorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article, or
null
if a matching journal article could not be found
-
findByG_UT_PrevAndNext
public static JournalArticle[] findByG_UT_PrevAndNext(long id, long groupId, String urlTitle, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and urlTitle = ?.- Parameters:
id
- the primary key of the current journal articlegroupId
- the group IDurlTitle
- the url titleorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next journal article
- Throws:
NoSuchArticleException
- if a journal article with the primary key could not be foundNoSuchArticleException
-
filterFindByG_UT
Returns all the journal articles that the user has permission to view where groupId = ? and urlTitle = ?.- Parameters:
groupId
- the group IDurlTitle
- the url title- Returns:
- the matching journal articles that the user has permission to view
-
filterFindByG_UT
public 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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)- Returns:
- the range of matching journal articles that the user has permission to view
-
filterFindByG_UT
public static List<JournalArticle> filterFindByG_UT(long groupId, String urlTitle, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and urlTitle = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching journal articles that the user has permission to view
-
filterFindByG_UT_PrevAndNext
public static JournalArticle[] filterFindByG_UT_PrevAndNext(long id, long groupId, String urlTitle, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException 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 = ?.- Parameters:
id
- the primary key of the current journal articlegroupId
- the group IDurlTitle
- the url titleorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next journal article
- Throws:
NoSuchArticleException
- if a journal article with the primary key could not be foundNoSuchArticleException
-
removeByG_UT
Removes all the journal articles where groupId = ? and urlTitle = ? from the database.- Parameters:
groupId
- the group IDurlTitle
- the url title
-
countByG_UT
Returns the number of journal articles where groupId = ? and urlTitle = ?.- Parameters:
groupId
- the group IDurlTitle
- the url title- Returns:
- the number of matching journal articles
-
filterCountByG_UT
Returns the number of journal articles that the user has permission to view where groupId = ? and urlTitle = ?.- Parameters:
groupId
- the group IDurlTitle
- the url title- Returns:
- the number of matching journal articles that the user has permission to view
-
findByG_DDMSI
Returns all the journal articles where groupId = ? and DDMStructureId = ?.- Parameters:
groupId
- the group IDDDMStructureId
- the ddm structure ID- Returns:
- the matching journal articles
-
findByG_DDMSI
public static List<JournalArticle> findByG_DDMSI(long groupId, long DDMStructureId, int start, int end) Returns a range of all the journal articles where groupId = ? and DDMStructureId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDDDMStructureId
- the ddm structure IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)- Returns:
- the range of matching journal articles
-
findByG_DDMSI
public static List<JournalArticle> findByG_DDMSI(long groupId, long DDMStructureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where groupId = ? and DDMStructureId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDDDMStructureId
- the ddm 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 (optionallynull
)- Returns:
- the ordered range of matching journal articles
-
findByG_DDMSI
public static List<JournalArticle> findByG_DDMSI(long groupId, long DDMStructureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where groupId = ? and DDMStructureId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDDDMStructureId
- the ddm 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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching journal articles
-
findByG_DDMSI_First
public static JournalArticle findByG_DDMSI_First(long groupId, long DDMStructureId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the first journal article in the ordered set where groupId = ? and DDMStructureId = ?.- Parameters:
groupId
- the group IDDDMStructureId
- the ddm structure IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByG_DDMSI_First
public static JournalArticle fetchByG_DDMSI_First(long groupId, long DDMStructureId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where groupId = ? and DDMStructureId = ?.- Parameters:
groupId
- the group IDDDMStructureId
- the ddm structure IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article, or
null
if a matching journal article could not be found
-
findByG_DDMSI_Last
public static JournalArticle findByG_DDMSI_Last(long groupId, long DDMStructureId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the last journal article in the ordered set where groupId = ? and DDMStructureId = ?.- Parameters:
groupId
- the group IDDDMStructureId
- the ddm structure IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByG_DDMSI_Last
public static JournalArticle fetchByG_DDMSI_Last(long groupId, long DDMStructureId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where groupId = ? and DDMStructureId = ?.- Parameters:
groupId
- the group IDDDMStructureId
- the ddm structure IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article, or
null
if a matching journal article could not be found
-
findByG_DDMSI_PrevAndNext
public static JournalArticle[] findByG_DDMSI_PrevAndNext(long id, long groupId, long DDMStructureId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and DDMStructureId = ?.- Parameters:
id
- the primary key of the current journal articlegroupId
- the group IDDDMStructureId
- the ddm structure IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next journal article
- Throws:
NoSuchArticleException
- if a journal article with the primary key could not be foundNoSuchArticleException
-
filterFindByG_DDMSI
Returns all the journal articles that the user has permission to view where groupId = ? and DDMStructureId = ?.- Parameters:
groupId
- the group IDDDMStructureId
- the ddm structure ID- Returns:
- the matching journal articles that the user has permission to view
-
filterFindByG_DDMSI
public static List<JournalArticle> filterFindByG_DDMSI(long groupId, long DDMStructureId, int start, int end) Returns a range of all the journal articles that the user has permission to view where groupId = ? and DDMStructureId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDDDMStructureId
- the ddm structure IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)- Returns:
- the range of matching journal articles that the user has permission to view
-
filterFindByG_DDMSI
public static List<JournalArticle> filterFindByG_DDMSI(long groupId, long DDMStructureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and DDMStructureId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDDDMStructureId
- the ddm 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 (optionallynull
)- Returns:
- the ordered range of matching journal articles that the user has permission to view
-
filterFindByG_DDMSI_PrevAndNext
public static JournalArticle[] filterFindByG_DDMSI_PrevAndNext(long id, long groupId, long DDMStructureId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException 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 DDMStructureId = ?.- Parameters:
id
- the primary key of the current journal articlegroupId
- the group IDDDMStructureId
- the ddm structure IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next journal article
- Throws:
NoSuchArticleException
- if a journal article with the primary key could not be foundNoSuchArticleException
-
removeByG_DDMSI
public static void removeByG_DDMSI(long groupId, long DDMStructureId) Removes all the journal articles where groupId = ? and DDMStructureId = ? from the database.- Parameters:
groupId
- the group IDDDMStructureId
- the ddm structure ID
-
countByG_DDMSI
public static int countByG_DDMSI(long groupId, long DDMStructureId) Returns the number of journal articles where groupId = ? and DDMStructureId = ?.- Parameters:
groupId
- the group IDDDMStructureId
- the ddm structure ID- Returns:
- the number of matching journal articles
-
filterCountByG_DDMSI
public static int filterCountByG_DDMSI(long groupId, long DDMStructureId) Returns the number of journal articles that the user has permission to view where groupId = ? and DDMStructureId = ?.- Parameters:
groupId
- the group IDDDMStructureId
- the ddm structure ID- Returns:
- the number of matching journal articles that the user has permission to view
-
findByG_DDMTK
Returns all the journal articles where groupId = ? and DDMTemplateKey = ?.- Parameters:
groupId
- the group IDDDMTemplateKey
- the ddm template key- Returns:
- the matching journal articles
-
findByG_DDMTK
public static List<JournalArticle> findByG_DDMTK(long groupId, String DDMTemplateKey, int start, int end) Returns a range of all the journal articles where groupId = ? and DDMTemplateKey = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDDDMTemplateKey
- the ddm template keystart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)- Returns:
- the range of matching journal articles
-
findByG_DDMTK
public static List<JournalArticle> findByG_DDMTK(long groupId, String DDMTemplateKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where groupId = ? and DDMTemplateKey = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDDDMTemplateKey
- the ddm template keystart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching journal articles
-
findByG_DDMTK
public static List<JournalArticle> findByG_DDMTK(long groupId, String DDMTemplateKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where groupId = ? and DDMTemplateKey = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDDDMTemplateKey
- the ddm template keystart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching journal articles
-
findByG_DDMTK_First
public static JournalArticle findByG_DDMTK_First(long groupId, String DDMTemplateKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the first journal article in the ordered set where groupId = ? and DDMTemplateKey = ?.- Parameters:
groupId
- the group IDDDMTemplateKey
- the ddm template keyorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByG_DDMTK_First
public static JournalArticle fetchByG_DDMTK_First(long groupId, String DDMTemplateKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where groupId = ? and DDMTemplateKey = ?.- Parameters:
groupId
- the group IDDDMTemplateKey
- the ddm template keyorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article, or
null
if a matching journal article could not be found
-
findByG_DDMTK_Last
public static JournalArticle findByG_DDMTK_Last(long groupId, String DDMTemplateKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the last journal article in the ordered set where groupId = ? and DDMTemplateKey = ?.- Parameters:
groupId
- the group IDDDMTemplateKey
- the ddm template keyorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByG_DDMTK_Last
public static JournalArticle fetchByG_DDMTK_Last(long groupId, String DDMTemplateKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where groupId = ? and DDMTemplateKey = ?.- Parameters:
groupId
- the group IDDDMTemplateKey
- the ddm template keyorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article, or
null
if a matching journal article could not be found
-
findByG_DDMTK_PrevAndNext
public static JournalArticle[] findByG_DDMTK_PrevAndNext(long id, long groupId, String DDMTemplateKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and DDMTemplateKey = ?.- Parameters:
id
- the primary key of the current journal articlegroupId
- the group IDDDMTemplateKey
- the ddm template keyorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next journal article
- Throws:
NoSuchArticleException
- if a journal article with the primary key could not be foundNoSuchArticleException
-
filterFindByG_DDMTK
Returns all the journal articles that the user has permission to view where groupId = ? and DDMTemplateKey = ?.- Parameters:
groupId
- the group IDDDMTemplateKey
- the ddm template key- Returns:
- the matching journal articles that the user has permission to view
-
filterFindByG_DDMTK
public static List<JournalArticle> filterFindByG_DDMTK(long groupId, String DDMTemplateKey, int start, int end) Returns a range of all the journal articles that the user has permission to view where groupId = ? and DDMTemplateKey = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDDDMTemplateKey
- the ddm template keystart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)- Returns:
- the range of matching journal articles that the user has permission to view
-
filterFindByG_DDMTK
public static List<JournalArticle> filterFindByG_DDMTK(long groupId, String DDMTemplateKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and DDMTemplateKey = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDDDMTemplateKey
- the ddm template keystart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching journal articles that the user has permission to view
-
filterFindByG_DDMTK_PrevAndNext
public static JournalArticle[] filterFindByG_DDMTK_PrevAndNext(long id, long groupId, String DDMTemplateKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and DDMTemplateKey = ?.- Parameters:
id
- the primary key of the current journal articlegroupId
- the group IDDDMTemplateKey
- the ddm template keyorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next journal article
- Throws:
NoSuchArticleException
- if a journal article with the primary key could not be foundNoSuchArticleException
-
removeByG_DDMTK
Removes all the journal articles where groupId = ? and DDMTemplateKey = ? from the database.- Parameters:
groupId
- the group IDDDMTemplateKey
- the ddm template key
-
countByG_DDMTK
Returns the number of journal articles where groupId = ? and DDMTemplateKey = ?.- Parameters:
groupId
- the group IDDDMTemplateKey
- the ddm template key- Returns:
- the number of matching journal articles
-
filterCountByG_DDMTK
Returns the number of journal articles that the user has permission to view where groupId = ? and DDMTemplateKey = ?.- Parameters:
groupId
- the group IDDDMTemplateKey
- the ddm template key- Returns:
- the number of matching journal articles that the user has permission to view
-
findByG_L
Returns all the journal articles where groupId = ? and layoutUuid = ?.- Parameters:
groupId
- the group IDlayoutUuid
- the layout uuid- Returns:
- the matching journal articles
-
findByG_L
Returns a range of all the journal articles where groupId = ? and layoutUuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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)- Returns:
- the range of matching journal articles
-
findByG_L
public static List<JournalArticle> findByG_L(long groupId, String layoutUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where groupId = ? and layoutUuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching journal articles
-
findByG_L
public static List<JournalArticle> findByG_L(long groupId, String layoutUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where groupId = ? and layoutUuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching journal articles
-
findByG_L_First
public static JournalArticle findByG_L_First(long groupId, String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the first journal article in the ordered set where groupId = ? and layoutUuid = ?.- Parameters:
groupId
- the group IDlayoutUuid
- the layout uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByG_L_First
public static JournalArticle fetchByG_L_First(long groupId, String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where groupId = ? and layoutUuid = ?.- Parameters:
groupId
- the group IDlayoutUuid
- the layout uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article, or
null
if a matching journal article could not be found
-
findByG_L_Last
public static JournalArticle findByG_L_Last(long groupId, String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the last journal article in the ordered set where groupId = ? and layoutUuid = ?.- Parameters:
groupId
- the group IDlayoutUuid
- the layout uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByG_L_Last
public static JournalArticle fetchByG_L_Last(long groupId, String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where groupId = ? and layoutUuid = ?.- Parameters:
groupId
- the group IDlayoutUuid
- the layout uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article, or
null
if a matching journal article could not be found
-
findByG_L_PrevAndNext
public static JournalArticle[] findByG_L_PrevAndNext(long id, long groupId, String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and layoutUuid = ?.- Parameters:
id
- the primary key of the current journal articlegroupId
- the group IDlayoutUuid
- the layout uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next journal article
- Throws:
NoSuchArticleException
- if a journal article with the primary key could not be foundNoSuchArticleException
-
filterFindByG_L
Returns all the journal articles that the user has permission to view where groupId = ? and layoutUuid = ?.- Parameters:
groupId
- the group IDlayoutUuid
- the layout uuid- Returns:
- the matching journal articles that the user has permission to view
-
filterFindByG_L
public 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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)- Returns:
- the range of matching journal articles that the user has permission to view
-
filterFindByG_L
public static List<JournalArticle> filterFindByG_L(long groupId, String layoutUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and layoutUuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching journal articles that the user has permission to view
-
filterFindByG_L_PrevAndNext
public static JournalArticle[] filterFindByG_L_PrevAndNext(long id, long groupId, String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException 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 = ?.- Parameters:
id
- the primary key of the current journal articlegroupId
- the group IDlayoutUuid
- the layout uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next journal article
- Throws:
NoSuchArticleException
- if a journal article with the primary key could not be foundNoSuchArticleException
-
removeByG_L
Removes all the journal articles where groupId = ? and layoutUuid = ? from the database.- Parameters:
groupId
- the group IDlayoutUuid
- the layout uuid
-
countByG_L
Returns the number of journal articles where groupId = ? and layoutUuid = ?.- Parameters:
groupId
- the group IDlayoutUuid
- the layout uuid- Returns:
- the number of matching journal articles
-
filterCountByG_L
Returns the number of journal articles that the user has permission to view where groupId = ? and layoutUuid = ?.- Parameters:
groupId
- the group IDlayoutUuid
- the layout uuid- Returns:
- the number of matching journal articles that the user has permission to view
-
findByG_NotL
Returns all the journal articles where groupId = ? and layoutUuid ≠ ?.- Parameters:
groupId
- the group IDlayoutUuid
- the layout uuid- Returns:
- the matching journal articles
-
findByG_NotL
public static List<JournalArticle> findByG_NotL(long groupId, String layoutUuid, int start, int end) Returns a range of all the journal articles where groupId = ? and layoutUuid ≠ ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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)- Returns:
- the range of matching journal articles
-
findByG_NotL
public static List<JournalArticle> findByG_NotL(long groupId, String layoutUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where groupId = ? and layoutUuid ≠ ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching journal articles
-
findByG_NotL
public static List<JournalArticle> findByG_NotL(long groupId, String layoutUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where groupId = ? and layoutUuid ≠ ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching journal articles
-
findByG_NotL_First
public static JournalArticle findByG_NotL_First(long groupId, String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the first journal article in the ordered set where groupId = ? and layoutUuid ≠ ?.- Parameters:
groupId
- the group IDlayoutUuid
- the layout uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByG_NotL_First
public static JournalArticle fetchByG_NotL_First(long groupId, String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where groupId = ? and layoutUuid ≠ ?.- Parameters:
groupId
- the group IDlayoutUuid
- the layout uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article, or
null
if a matching journal article could not be found
-
findByG_NotL_Last
public static JournalArticle findByG_NotL_Last(long groupId, String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the last journal article in the ordered set where groupId = ? and layoutUuid ≠ ?.- Parameters:
groupId
- the group IDlayoutUuid
- the layout uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByG_NotL_Last
public static JournalArticle fetchByG_NotL_Last(long groupId, String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where groupId = ? and layoutUuid ≠ ?.- Parameters:
groupId
- the group IDlayoutUuid
- the layout uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article, or
null
if a matching journal article could not be found
-
findByG_NotL_PrevAndNext
public static JournalArticle[] findByG_NotL_PrevAndNext(long id, long groupId, String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and layoutUuid ≠ ?.- Parameters:
id
- the primary key of the current journal articlegroupId
- the group IDlayoutUuid
- the layout uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next journal article
- Throws:
NoSuchArticleException
- if a journal article with the primary key could not be foundNoSuchArticleException
-
filterFindByG_NotL
Returns all the journal articles that the user has permission to view where groupId = ? and layoutUuid ≠ ?.- Parameters:
groupId
- the group IDlayoutUuid
- the layout uuid- Returns:
- the matching journal articles that the user has permission to view
-
filterFindByG_NotL
public static List<JournalArticle> filterFindByG_NotL(long groupId, String layoutUuid, int start, int end) Returns a range of all the journal articles that the user has permission to view where groupId = ? and layoutUuid ≠ ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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)- Returns:
- the range of matching journal articles that the user has permission to view
-
filterFindByG_NotL
public static List<JournalArticle> filterFindByG_NotL(long groupId, String layoutUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and layoutUuid ≠ ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching journal articles that the user has permission to view
-
filterFindByG_NotL_PrevAndNext
public static JournalArticle[] filterFindByG_NotL_PrevAndNext(long id, long groupId, String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException 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 ≠ ?.- Parameters:
id
- the primary key of the current journal articlegroupId
- the group IDlayoutUuid
- the layout uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next journal article
- Throws:
NoSuchArticleException
- if a journal article with the primary key could not be foundNoSuchArticleException
-
filterFindByG_NotL
Returns all the journal articles that the user has permission to view where groupId = ? and layoutUuid ≠ all ?.- Parameters:
groupId
- the group IDlayoutUuids
- the layout uuids- Returns:
- the matching journal articles that the user has permission to view
-
filterFindByG_NotL
public static List<JournalArticle> filterFindByG_NotL(long groupId, String[] layoutUuids, int start, int end) Returns a range of all the journal articles that the user has permission to view where groupId = ? and layoutUuid ≠ all ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDlayoutUuids
- the layout uuidsstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)- Returns:
- the range of matching journal articles that the user has permission to view
-
filterFindByG_NotL
public static List<JournalArticle> filterFindByG_NotL(long groupId, String[] layoutUuids, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and layoutUuid ≠ all ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDlayoutUuids
- the layout uuidsstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching journal articles that the user has permission to view
-
findByG_NotL
Returns all the journal articles where groupId = ? and layoutUuid ≠ all ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDlayoutUuids
- the layout uuids- Returns:
- the matching journal articles
-
findByG_NotL
public static List<JournalArticle> findByG_NotL(long groupId, String[] layoutUuids, int start, int end) Returns a range of all the journal articles where groupId = ? and layoutUuid ≠ all ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDlayoutUuids
- the layout uuidsstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)- Returns:
- the range of matching journal articles
-
findByG_NotL
public static List<JournalArticle> findByG_NotL(long groupId, String[] layoutUuids, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where groupId = ? and layoutUuid ≠ all ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDlayoutUuids
- the layout uuidsstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching journal articles
-
findByG_NotL
public static List<JournalArticle> findByG_NotL(long groupId, String[] layoutUuids, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where groupId = ? and layoutUuid ≠ ?, optionally using the finder cache.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDlayoutUuids
- the layout uuidsstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching journal articles
-
removeByG_NotL
Removes all the journal articles where groupId = ? and layoutUuid ≠ ? from the database.- Parameters:
groupId
- the group IDlayoutUuid
- the layout uuid
-
countByG_NotL
Returns the number of journal articles where groupId = ? and layoutUuid ≠ ?.- Parameters:
groupId
- the group IDlayoutUuid
- the layout uuid- Returns:
- the number of matching journal articles
-
countByG_NotL
Returns the number of journal articles where groupId = ? and layoutUuid ≠ all ?.- Parameters:
groupId
- the group IDlayoutUuids
- the layout uuids- Returns:
- the number of matching journal articles
-
filterCountByG_NotL
Returns the number of journal articles that the user has permission to view where groupId = ? and layoutUuid ≠ ?.- Parameters:
groupId
- the group IDlayoutUuid
- the layout uuid- Returns:
- the number of matching journal articles that the user has permission to view
-
filterCountByG_NotL
Returns the number of journal articles that the user has permission to view where groupId = ? and layoutUuid ≠ all ?.- Parameters:
groupId
- the group IDlayoutUuids
- the layout uuids- Returns:
- the number of matching journal articles that the user has permission to view
-
findByG_ST
Returns all the journal articles where groupId = ? and status = ?.- Parameters:
groupId
- the group IDstatus
- the status- Returns:
- the matching journal articles
-
findByG_ST
Returns a range of all the journal articles where groupId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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)- Returns:
- the range of matching journal articles
-
findByG_ST
public static List<JournalArticle> findByG_ST(long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where groupId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching journal articles
-
findByG_ST
public static List<JournalArticle> findByG_ST(long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where groupId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching journal articles
-
findByG_ST_First
public static JournalArticle findByG_ST_First(long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the first journal article in the ordered set where groupId = ? and status = ?.- Parameters:
groupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByG_ST_First
public static JournalArticle fetchByG_ST_First(long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where groupId = ? and status = ?.- Parameters:
groupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article, or
null
if a matching journal article could not be found
-
findByG_ST_Last
public static JournalArticle findByG_ST_Last(long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the last journal article in the ordered set where groupId = ? and status = ?.- Parameters:
groupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByG_ST_Last
public static JournalArticle fetchByG_ST_Last(long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where groupId = ? and status = ?.- Parameters:
groupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article, or
null
if a matching journal article could not be found
-
findByG_ST_PrevAndNext
public static JournalArticle[] findByG_ST_PrevAndNext(long id, long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and status = ?.- Parameters:
id
- the primary key of the current journal articlegroupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next journal article
- Throws:
NoSuchArticleException
- if a journal article with the primary key could not be foundNoSuchArticleException
-
filterFindByG_ST
Returns all the journal articles that the user has permission to view where groupId = ? and status = ?.- Parameters:
groupId
- the group IDstatus
- the status- Returns:
- the matching journal articles that the user has permission to view
-
filterFindByG_ST
Returns a range of all the journal articles that the user has permission to view where groupId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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)- Returns:
- the range of matching journal articles that the user has permission to view
-
filterFindByG_ST
public static List<JournalArticle> filterFindByG_ST(long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching journal articles that the user has permission to view
-
filterFindByG_ST_PrevAndNext
public static JournalArticle[] filterFindByG_ST_PrevAndNext(long id, long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException 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 = ?.- Parameters:
id
- the primary key of the current journal articlegroupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next journal article
- Throws:
NoSuchArticleException
- if a journal article with the primary key could not be foundNoSuchArticleException
-
removeByG_ST
public static void removeByG_ST(long groupId, int status) Removes all the journal articles where groupId = ? and status = ? from the database.- Parameters:
groupId
- the group IDstatus
- the status
-
countByG_ST
public static int countByG_ST(long groupId, int status) Returns the number of journal articles where groupId = ? and status = ?.- Parameters:
groupId
- the group IDstatus
- the status- Returns:
- the number of matching journal articles
-
filterCountByG_ST
public 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 = ?.- Parameters:
groupId
- the group IDstatus
- the status- Returns:
- the number of matching journal articles that the user has permission to view
-
findByC_V
Returns all the journal articles where companyId = ? and version = ?.- Parameters:
companyId
- the company IDversion
- the version- Returns:
- the matching journal articles
-
findByC_V
Returns a range of all the journal articles where companyId = ? and version = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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)- Returns:
- the range of matching journal articles
-
findByC_V
public static List<JournalArticle> findByC_V(long companyId, double version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where companyId = ? and version = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching journal articles
-
findByC_V
public static List<JournalArticle> findByC_V(long companyId, double version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where companyId = ? and version = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching journal articles
-
findByC_V_First
public static JournalArticle findByC_V_First(long companyId, double version, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the first journal article in the ordered set where companyId = ? and version = ?.- Parameters:
companyId
- the company IDversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByC_V_First
public static JournalArticle fetchByC_V_First(long companyId, double version, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where companyId = ? and version = ?.- Parameters:
companyId
- the company IDversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article, or
null
if a matching journal article could not be found
-
findByC_V_Last
public static JournalArticle findByC_V_Last(long companyId, double version, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the last journal article in the ordered set where companyId = ? and version = ?.- Parameters:
companyId
- the company IDversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByC_V_Last
public static JournalArticle fetchByC_V_Last(long companyId, double version, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where companyId = ? and version = ?.- Parameters:
companyId
- the company IDversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article, or
null
if a matching journal article could not be found
-
findByC_V_PrevAndNext
public static JournalArticle[] findByC_V_PrevAndNext(long id, long companyId, double version, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and version = ?.- Parameters:
id
- the primary key of the current journal articlecompanyId
- the company IDversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next journal article
- Throws:
NoSuchArticleException
- if a journal article with the primary key could not be foundNoSuchArticleException
-
removeByC_V
public static void removeByC_V(long companyId, double version) Removes all the journal articles where companyId = ? and version = ? from the database.- Parameters:
companyId
- the company IDversion
- the version
-
countByC_V
public static int countByC_V(long companyId, double version) Returns the number of journal articles where companyId = ? and version = ?.- Parameters:
companyId
- the company IDversion
- the version- Returns:
- the number of matching journal articles
-
findByC_ST
Returns all the journal articles where companyId = ? and status = ?.- Parameters:
companyId
- the company IDstatus
- the status- Returns:
- the matching journal articles
-
findByC_ST
Returns a range of all the journal articles where companyId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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)- Returns:
- the range of matching journal articles
-
findByC_ST
public static List<JournalArticle> findByC_ST(long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where companyId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching journal articles
-
findByC_ST
public static List<JournalArticle> findByC_ST(long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where companyId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching journal articles
-
findByC_ST_First
public static JournalArticle findByC_ST_First(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the first journal article in the ordered set where companyId = ? and status = ?.- Parameters:
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByC_ST_First
public static JournalArticle fetchByC_ST_First(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where companyId = ? and status = ?.- Parameters:
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article, or
null
if a matching journal article could not be found
-
findByC_ST_Last
public static JournalArticle findByC_ST_Last(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the last journal article in the ordered set where companyId = ? and status = ?.- Parameters:
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByC_ST_Last
public static JournalArticle fetchByC_ST_Last(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where companyId = ? and status = ?.- Parameters:
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article, or
null
if a matching journal article could not be found
-
findByC_ST_PrevAndNext
public static JournalArticle[] findByC_ST_PrevAndNext(long id, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and status = ?.- Parameters:
id
- the primary key of the current journal articlecompanyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next journal article
- Throws:
NoSuchArticleException
- if a journal article with the primary key could not be foundNoSuchArticleException
-
removeByC_ST
public static void removeByC_ST(long companyId, int status) Removes all the journal articles where companyId = ? and status = ? from the database.- Parameters:
companyId
- the company IDstatus
- the status
-
countByC_ST
public static int countByC_ST(long companyId, int status) Returns the number of journal articles where companyId = ? and status = ?.- Parameters:
companyId
- the company IDstatus
- the status- Returns:
- the number of matching journal articles
-
findByC_NotST
Returns all the journal articles where companyId = ? and status ≠ ?.- Parameters:
companyId
- the company IDstatus
- the status- Returns:
- the matching journal articles
-
findByC_NotST
Returns a range of all the journal articles where companyId = ? and status ≠ ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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)- Returns:
- the range of matching journal articles
-
findByC_NotST
public static List<JournalArticle> findByC_NotST(long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where companyId = ? and status ≠ ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching journal articles
-
findByC_NotST
public static List<JournalArticle> findByC_NotST(long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where companyId = ? and status ≠ ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching journal articles
-
findByC_NotST_First
public static JournalArticle findByC_NotST_First(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the first journal article in the ordered set where companyId = ? and status ≠ ?.- Parameters:
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByC_NotST_First
public static JournalArticle fetchByC_NotST_First(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where companyId = ? and status ≠ ?.- Parameters:
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article, or
null
if a matching journal article could not be found
-
findByC_NotST_Last
public static JournalArticle findByC_NotST_Last(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the last journal article in the ordered set where companyId = ? and status ≠ ?.- Parameters:
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByC_NotST_Last
public static JournalArticle fetchByC_NotST_Last(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where companyId = ? and status ≠ ?.- Parameters:
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article, or
null
if a matching journal article could not be found
-
findByC_NotST_PrevAndNext
public static JournalArticle[] findByC_NotST_PrevAndNext(long id, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and status ≠ ?.- Parameters:
id
- the primary key of the current journal articlecompanyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next journal article
- Throws:
NoSuchArticleException
- if a journal article with the primary key could not be foundNoSuchArticleException
-
removeByC_NotST
public static void removeByC_NotST(long companyId, int status) Removes all the journal articles where companyId = ? and status ≠ ? from the database.- Parameters:
companyId
- the company IDstatus
- the status
-
countByC_NotST
public static int countByC_NotST(long companyId, int status) Returns the number of journal articles where companyId = ? and status ≠ ?.- Parameters:
companyId
- the company IDstatus
- the status- Returns:
- the number of matching journal articles
-
findByLtD_S
Returns all the journal articles where displayDate < ? and status = ?.- Parameters:
displayDate
- the display datestatus
- the status- Returns:
- the matching journal articles
-
findByLtD_S
Returns a range of all the journal articles where displayDate < ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
displayDate
- the display datestatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)- Returns:
- the range of matching journal articles
-
findByLtD_S
public static List<JournalArticle> findByLtD_S(Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where displayDate < ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
displayDate
- the display datestatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching journal articles
-
findByLtD_S
public static List<JournalArticle> findByLtD_S(Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where displayDate < ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
displayDate
- the display datestatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching journal articles
-
findByLtD_S_First
public static JournalArticle findByLtD_S_First(Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the first journal article in the ordered set where displayDate < ? and status = ?.- Parameters:
displayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByLtD_S_First
public static JournalArticle fetchByLtD_S_First(Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where displayDate < ? and status = ?.- Parameters:
displayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article, or
null
if a matching journal article could not be found
-
findByLtD_S_Last
public static JournalArticle findByLtD_S_Last(Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the last journal article in the ordered set where displayDate < ? and status = ?.- Parameters:
displayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByLtD_S_Last
public static JournalArticle fetchByLtD_S_Last(Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where displayDate < ? and status = ?.- Parameters:
displayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article, or
null
if a matching journal article could not be found
-
findByLtD_S_PrevAndNext
public static JournalArticle[] findByLtD_S_PrevAndNext(long id, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the journal articles before and after the current journal article in the ordered set where displayDate < ? and status = ?.- Parameters:
id
- the primary key of the current journal articledisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next journal article
- Throws:
NoSuchArticleException
- if a journal article with the primary key could not be foundNoSuchArticleException
-
removeByLtD_S
Removes all the journal articles where displayDate < ? and status = ? from the database.- Parameters:
displayDate
- the display datestatus
- the status
-
countByLtD_S
Returns the number of journal articles where displayDate < ? and status = ?.- Parameters:
displayDate
- the display datestatus
- the status- Returns:
- the number of matching journal articles
-
findByR_I_S
Returns all the journal articles where resourcePrimKey = ? and indexable = ? and status = ?.- Parameters:
resourcePrimKey
- the resource prim keyindexable
- the indexablestatus
- the status- Returns:
- the matching journal articles
-
findByR_I_S
public static List<JournalArticle> findByR_I_S(long resourcePrimKey, boolean indexable, int status, int start, int end) Returns a range of all the journal articles where resourcePrimKey = ? and indexable = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
resourcePrimKey
- the resource prim keyindexable
- the indexablestatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)- Returns:
- the range of matching journal articles
-
findByR_I_S
public static List<JournalArticle> findByR_I_S(long resourcePrimKey, boolean indexable, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where resourcePrimKey = ? and indexable = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
resourcePrimKey
- the resource prim keyindexable
- the indexablestatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching journal articles
-
findByR_I_S
public static List<JournalArticle> findByR_I_S(long resourcePrimKey, boolean indexable, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where resourcePrimKey = ? and indexable = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
resourcePrimKey
- the resource prim keyindexable
- the indexablestatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching journal articles
-
findByR_I_S_First
public static JournalArticle findByR_I_S_First(long resourcePrimKey, boolean indexable, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.- Parameters:
resourcePrimKey
- the resource prim keyindexable
- the indexablestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByR_I_S_First
public static JournalArticle fetchByR_I_S_First(long resourcePrimKey, boolean indexable, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.- Parameters:
resourcePrimKey
- the resource prim keyindexable
- the indexablestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article, or
null
if a matching journal article could not be found
-
findByR_I_S_Last
public static JournalArticle findByR_I_S_Last(long resourcePrimKey, boolean indexable, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.- Parameters:
resourcePrimKey
- the resource prim keyindexable
- the indexablestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByR_I_S_Last
public static JournalArticle fetchByR_I_S_Last(long resourcePrimKey, boolean indexable, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.- Parameters:
resourcePrimKey
- the resource prim keyindexable
- the indexablestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article, or
null
if a matching journal article could not be found
-
findByR_I_S_PrevAndNext
public static JournalArticle[] findByR_I_S_PrevAndNext(long id, long resourcePrimKey, boolean indexable, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.- Parameters:
id
- the primary key of the current journal articleresourcePrimKey
- the resource prim keyindexable
- the indexablestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next journal article
- Throws:
NoSuchArticleException
- if a journal article with the primary key could not be foundNoSuchArticleException
-
findByR_I_S
public static List<JournalArticle> findByR_I_S(long resourcePrimKey, boolean indexable, int[] statuses) Returns all the journal articles where resourcePrimKey = ? and indexable = ? and status = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
resourcePrimKey
- the resource prim keyindexable
- the indexablestatuses
- the statuses- Returns:
- the matching journal articles
-
findByR_I_S
public static List<JournalArticle> findByR_I_S(long resourcePrimKey, boolean indexable, int[] statuses, int start, int end) Returns a range of all the journal articles where resourcePrimKey = ? and indexable = ? and status = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
resourcePrimKey
- the resource prim keyindexable
- the indexablestatuses
- the statusesstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)- Returns:
- the range of matching journal articles
-
findByR_I_S
public static List<JournalArticle> findByR_I_S(long resourcePrimKey, boolean indexable, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where resourcePrimKey = ? and indexable = ? and status = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
resourcePrimKey
- the resource prim keyindexable
- the indexablestatuses
- the statusesstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching journal articles
-
findByR_I_S
public static List<JournalArticle> findByR_I_S(long resourcePrimKey, boolean indexable, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where resourcePrimKey = ? and indexable = ? and status = ?, optionally using the finder cache.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
resourcePrimKey
- the resource prim keyindexable
- the indexablestatuses
- the statusesstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching journal articles
-
removeByR_I_S
public static void removeByR_I_S(long resourcePrimKey, boolean indexable, int status) Removes all the journal articles where resourcePrimKey = ? and indexable = ? and status = ? from the database.- Parameters:
resourcePrimKey
- the resource prim keyindexable
- the indexablestatus
- the status
-
countByR_I_S
public static int countByR_I_S(long resourcePrimKey, boolean indexable, int status) Returns the number of journal articles where resourcePrimKey = ? and indexable = ? and status = ?.- Parameters:
resourcePrimKey
- the resource prim keyindexable
- the indexablestatus
- the status- Returns:
- the number of matching journal articles
-
countByR_I_S
public static int countByR_I_S(long resourcePrimKey, boolean indexable, int[] statuses) Returns the number of journal articles where resourcePrimKey = ? and indexable = ? and status = any ?.- Parameters:
resourcePrimKey
- the resource prim keyindexable
- the indexablestatuses
- the statuses- Returns:
- the number of matching journal articles
-
findByG_U_C
Returns all the journal articles where groupId = ? and userId = ? and classNameId = ?.- Parameters:
groupId
- the group IDuserId
- the user IDclassNameId
- the class name ID- Returns:
- the matching journal articles
-
findByG_U_C
public static List<JournalArticle> findByG_U_C(long groupId, long userId, long classNameId, int start, int end) Returns a range of all the journal articles where groupId = ? and userId = ? and classNameId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDuserId
- the user IDclassNameId
- the class name IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)- Returns:
- the range of matching journal articles
-
findByG_U_C
public static List<JournalArticle> findByG_U_C(long groupId, long userId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where groupId = ? and userId = ? and classNameId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDuserId
- the user IDclassNameId
- the class name IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching journal articles
-
findByG_U_C
public static List<JournalArticle> findByG_U_C(long groupId, long userId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where groupId = ? and userId = ? and classNameId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDuserId
- the user IDclassNameId
- the class name IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching journal articles
-
findByG_U_C_First
public static JournalArticle findByG_U_C_First(long groupId, long userId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the first journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.- Parameters:
groupId
- the group IDuserId
- the user IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByG_U_C_First
public static JournalArticle fetchByG_U_C_First(long groupId, long userId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.- Parameters:
groupId
- the group IDuserId
- the user IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article, or
null
if a matching journal article could not be found
-
findByG_U_C_Last
public static JournalArticle findByG_U_C_Last(long groupId, long userId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the last journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.- Parameters:
groupId
- the group IDuserId
- the user IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByG_U_C_Last
public static JournalArticle fetchByG_U_C_Last(long groupId, long userId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.- Parameters:
groupId
- the group IDuserId
- the user IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article, or
null
if a matching journal article could not be found
-
findByG_U_C_PrevAndNext
public static JournalArticle[] findByG_U_C_PrevAndNext(long id, long groupId, long userId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.- Parameters:
id
- the primary key of the current journal articlegroupId
- the group IDuserId
- the user IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next journal article
- Throws:
NoSuchArticleException
- if a journal article with the primary key could not be foundNoSuchArticleException
-
filterFindByG_U_C
Returns all the journal articles that the user has permission to view where groupId = ? and userId = ? and classNameId = ?.- Parameters:
groupId
- the group IDuserId
- the user IDclassNameId
- the class name ID- Returns:
- the matching journal articles that the user has permission to view
-
filterFindByG_U_C
public static List<JournalArticle> filterFindByG_U_C(long groupId, long userId, long classNameId, int start, int end) Returns a range of all the journal articles that the user has permission to view where groupId = ? and userId = ? and classNameId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDuserId
- the user IDclassNameId
- the class name IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)- Returns:
- the range of matching journal articles that the user has permission to view
-
filterFindByG_U_C
public static List<JournalArticle> filterFindByG_U_C(long groupId, long userId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and userId = ? and classNameId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDuserId
- the user IDclassNameId
- the class name IDstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching journal articles that the user has permission to view
-
filterFindByG_U_C_PrevAndNext
public static JournalArticle[] filterFindByG_U_C_PrevAndNext(long id, long groupId, long userId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and userId = ? and classNameId = ?.- Parameters:
id
- the primary key of the current journal articlegroupId
- the group IDuserId
- the user IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next journal article
- Throws:
NoSuchArticleException
- if a journal article with the primary key could not be foundNoSuchArticleException
-
removeByG_U_C
public static void removeByG_U_C(long groupId, long userId, long classNameId) Removes all the journal articles where groupId = ? and userId = ? and classNameId = ? from the database.- Parameters:
groupId
- the group IDuserId
- the user IDclassNameId
- the class name ID
-
countByG_U_C
public static int countByG_U_C(long groupId, long userId, long classNameId) Returns the number of journal articles where groupId = ? and userId = ? and classNameId = ?.- Parameters:
groupId
- the group IDuserId
- the user IDclassNameId
- the class name ID- Returns:
- the number of matching journal articles
-
filterCountByG_U_C
public static int filterCountByG_U_C(long groupId, long userId, long classNameId) Returns the number of journal articles that the user has permission to view where groupId = ? and userId = ? and classNameId = ?.- Parameters:
groupId
- the group IDuserId
- the user IDclassNameId
- the class name ID- Returns:
- the number of matching journal articles that the user has permission to view
-
findByG_ERC_V
public static JournalArticle findByG_ERC_V(long groupId, String externalReferenceCode, double version) throws NoSuchArticleException Returns the journal article where groupId = ? and externalReferenceCode = ? and version = ? or throws aNoSuchArticleException
if it could not be found.- Parameters:
groupId
- the group IDexternalReferenceCode
- the external reference codeversion
- the version- Returns:
- the matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByG_ERC_V
public static JournalArticle fetchByG_ERC_V(long groupId, String externalReferenceCode, double version) Returns the journal article where groupId = ? and externalReferenceCode = ? and version = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
groupId
- the group IDexternalReferenceCode
- the external reference codeversion
- the version- Returns:
- the matching journal article, or
null
if a matching journal article could not be found
-
fetchByG_ERC_V
public static JournalArticle fetchByG_ERC_V(long groupId, String externalReferenceCode, double version, boolean useFinderCache) Returns the journal article where groupId = ? and externalReferenceCode = ? and version = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
groupId
- the group IDexternalReferenceCode
- the external reference codeversion
- the versionuseFinderCache
- whether to use the finder cache- Returns:
- the matching journal article, or
null
if a matching journal article could not be found
-
removeByG_ERC_V
public static JournalArticle removeByG_ERC_V(long groupId, String externalReferenceCode, double version) throws NoSuchArticleException Removes the journal article where groupId = ? and externalReferenceCode = ? and version = ? from the database.- Parameters:
groupId
- the group IDexternalReferenceCode
- the external reference codeversion
- the version- Returns:
- the journal article that was removed
- Throws:
NoSuchArticleException
-
countByG_ERC_V
Returns the number of journal articles where groupId = ? and externalReferenceCode = ? and version = ?.- Parameters:
groupId
- the group IDexternalReferenceCode
- the external reference codeversion
- the version- Returns:
- the number of matching journal articles
-
findByG_ERC_ST
public static List<JournalArticle> findByG_ERC_ST(long groupId, String externalReferenceCode, int status) Returns all the journal articles where groupId = ? and externalReferenceCode = ? and status = ?.- Parameters:
groupId
- the group IDexternalReferenceCode
- the external reference codestatus
- the status- Returns:
- the matching journal articles
-
findByG_ERC_ST
public static List<JournalArticle> findByG_ERC_ST(long groupId, String externalReferenceCode, int status, int start, int end) Returns a range of all the journal articles where groupId = ? and externalReferenceCode = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDexternalReferenceCode
- the external reference codestatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)- Returns:
- the range of matching journal articles
-
findByG_ERC_ST
public static List<JournalArticle> findByG_ERC_ST(long groupId, String externalReferenceCode, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where groupId = ? and externalReferenceCode = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDexternalReferenceCode
- the external reference codestatus
- 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 (optionallynull
)- Returns:
- the ordered range of matching journal articles
-
findByG_ERC_ST
public static List<JournalArticle> findByG_ERC_ST(long groupId, String externalReferenceCode, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where groupId = ? and externalReferenceCode = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDexternalReferenceCode
- the external reference codestatus
- 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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching journal articles
-
findByG_ERC_ST_First
public static JournalArticle findByG_ERC_ST_First(long groupId, String externalReferenceCode, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the first journal article in the ordered set where groupId = ? and externalReferenceCode = ? and status = ?.- Parameters:
groupId
- the group IDexternalReferenceCode
- the external reference codestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByG_ERC_ST_First
public static JournalArticle fetchByG_ERC_ST_First(long groupId, String externalReferenceCode, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where groupId = ? and externalReferenceCode = ? and status = ?.- Parameters:
groupId
- the group IDexternalReferenceCode
- the external reference codestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article, or
null
if a matching journal article could not be found
-
findByG_ERC_ST_Last
public static JournalArticle findByG_ERC_ST_Last(long groupId, String externalReferenceCode, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the last journal article in the ordered set where groupId = ? and externalReferenceCode = ? and status = ?.- Parameters:
groupId
- the group IDexternalReferenceCode
- the external reference codestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByG_ERC_ST_Last
public static JournalArticle fetchByG_ERC_ST_Last(long groupId, String externalReferenceCode, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where groupId = ? and externalReferenceCode = ? and status = ?.- Parameters:
groupId
- the group IDexternalReferenceCode
- the external reference codestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article, or
null
if a matching journal article could not be found
-
findByG_ERC_ST_PrevAndNext
public static JournalArticle[] findByG_ERC_ST_PrevAndNext(long id, long groupId, String externalReferenceCode, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and externalReferenceCode = ? and status = ?.- Parameters:
id
- the primary key of the current journal articlegroupId
- the group IDexternalReferenceCode
- the external reference codestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next journal article
- Throws:
NoSuchArticleException
- if a journal article with the primary key could not be foundNoSuchArticleException
-
filterFindByG_ERC_ST
public static List<JournalArticle> filterFindByG_ERC_ST(long groupId, String externalReferenceCode, int status) Returns all the journal articles that the user has permission to view where groupId = ? and externalReferenceCode = ? and status = ?.- Parameters:
groupId
- the group IDexternalReferenceCode
- the external reference codestatus
- the status- Returns:
- the matching journal articles that the user has permission to view
-
filterFindByG_ERC_ST
public static List<JournalArticle> filterFindByG_ERC_ST(long groupId, String externalReferenceCode, int status, int start, int end) Returns a range of all the journal articles that the user has permission to view where groupId = ? and externalReferenceCode = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDexternalReferenceCode
- the external reference codestatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)- Returns:
- the range of matching journal articles that the user has permission to view
-
filterFindByG_ERC_ST
public static List<JournalArticle> filterFindByG_ERC_ST(long groupId, String externalReferenceCode, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and externalReferenceCode = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDexternalReferenceCode
- the external reference codestatus
- 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 (optionallynull
)- Returns:
- the ordered range of matching journal articles that the user has permission to view
-
filterFindByG_ERC_ST_PrevAndNext
public static JournalArticle[] filterFindByG_ERC_ST_PrevAndNext(long id, long groupId, String externalReferenceCode, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException 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 externalReferenceCode = ? and status = ?.- Parameters:
id
- the primary key of the current journal articlegroupId
- the group IDexternalReferenceCode
- the external reference codestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next journal article
- Throws:
NoSuchArticleException
- if a journal article with the primary key could not be foundNoSuchArticleException
-
filterFindByG_ERC_ST
public static List<JournalArticle> filterFindByG_ERC_ST(long groupId, String externalReferenceCode, int[] statuses) Returns all the journal articles that the user has permission to view where groupId = ? and externalReferenceCode = ? and status = any ?.- Parameters:
groupId
- the group IDexternalReferenceCode
- the external reference codestatuses
- the statuses- Returns:
- the matching journal articles that the user has permission to view
-
filterFindByG_ERC_ST
public static List<JournalArticle> filterFindByG_ERC_ST(long groupId, String externalReferenceCode, int[] statuses, int start, int end) Returns a range of all the journal articles that the user has permission to view where groupId = ? and externalReferenceCode = ? and status = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDexternalReferenceCode
- the external reference codestatuses
- the statusesstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)- Returns:
- the range of matching journal articles that the user has permission to view
-
filterFindByG_ERC_ST
public static List<JournalArticle> filterFindByG_ERC_ST(long groupId, String externalReferenceCode, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and externalReferenceCode = ? and status = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDexternalReferenceCode
- the external reference codestatuses
- 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 (optionallynull
)- Returns:
- the ordered range of matching journal articles that the user has permission to view
-
findByG_ERC_ST
public static List<JournalArticle> findByG_ERC_ST(long groupId, String externalReferenceCode, int[] statuses) Returns all the journal articles where groupId = ? and externalReferenceCode = ? and status = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDexternalReferenceCode
- the external reference codestatuses
- the statuses- Returns:
- the matching journal articles
-
findByG_ERC_ST
public static List<JournalArticle> findByG_ERC_ST(long groupId, String externalReferenceCode, int[] statuses, int start, int end) Returns a range of all the journal articles where groupId = ? and externalReferenceCode = ? and status = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDexternalReferenceCode
- the external reference codestatuses
- the statusesstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)- Returns:
- the range of matching journal articles
-
findByG_ERC_ST
public static List<JournalArticle> findByG_ERC_ST(long groupId, String externalReferenceCode, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where groupId = ? and externalReferenceCode = ? and status = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDexternalReferenceCode
- the external reference codestatuses
- 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 (optionallynull
)- Returns:
- the ordered range of matching journal articles
-
findByG_ERC_ST
public static List<JournalArticle> findByG_ERC_ST(long groupId, String externalReferenceCode, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where groupId = ? and externalReferenceCode = ? and status = ?, optionally using the finder cache.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDexternalReferenceCode
- the external reference codestatuses
- 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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching journal articles
-
removeByG_ERC_ST
Removes all the journal articles where groupId = ? and externalReferenceCode = ? and status = ? from the database.- Parameters:
groupId
- the group IDexternalReferenceCode
- the external reference codestatus
- the status
-
countByG_ERC_ST
Returns the number of journal articles where groupId = ? and externalReferenceCode = ? and status = ?.- Parameters:
groupId
- the group IDexternalReferenceCode
- the external reference codestatus
- the status- Returns:
- the number of matching journal articles
-
countByG_ERC_ST
Returns the number of journal articles where groupId = ? and externalReferenceCode = ? and status = any ?.- Parameters:
groupId
- the group IDexternalReferenceCode
- the external reference codestatuses
- the statuses- Returns:
- the number of matching journal articles
-
filterCountByG_ERC_ST
Returns the number of journal articles that the user has permission to view where groupId = ? and externalReferenceCode = ? and status = ?.- Parameters:
groupId
- the group IDexternalReferenceCode
- the external reference codestatus
- the status- Returns:
- the number of matching journal articles that the user has permission to view
-
filterCountByG_ERC_ST
Returns the number of journal articles that the user has permission to view where groupId = ? and externalReferenceCode = ? and status = any ?.- Parameters:
groupId
- the group IDexternalReferenceCode
- the external reference codestatuses
- the statuses- Returns:
- the number of matching journal articles that the user has permission to view
-
findByG_F_ST
Returns all the journal articles where groupId = ? and folderId = ? and status = ?.- Parameters:
groupId
- the group IDfolderId
- the folder IDstatus
- the status- Returns:
- the matching journal articles
-
findByG_F_ST
public static List<JournalArticle> findByG_F_ST(long groupId, long folderId, int status, int start, int end) Returns a range of all the journal articles where groupId = ? and folderId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDfolderId
- the folder IDstatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)- Returns:
- the range of matching journal articles
-
findByG_F_ST
public static List<JournalArticle> findByG_F_ST(long groupId, long folderId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where groupId = ? and folderId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDfolderId
- the folder IDstatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching journal articles
-
findByG_F_ST
public static List<JournalArticle> findByG_F_ST(long groupId, long folderId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where groupId = ? and folderId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDfolderId
- the folder IDstatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching journal articles
-
findByG_F_ST_First
public static JournalArticle findByG_F_ST_First(long groupId, long folderId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the first journal article in the ordered set where groupId = ? and folderId = ? and status = ?.- Parameters:
groupId
- the group IDfolderId
- the folder IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByG_F_ST_First
public static JournalArticle fetchByG_F_ST_First(long groupId, long folderId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where groupId = ? and folderId = ? and status = ?.- Parameters:
groupId
- the group IDfolderId
- the folder IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article, or
null
if a matching journal article could not be found
-
findByG_F_ST_Last
public static JournalArticle findByG_F_ST_Last(long groupId, long folderId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the last journal article in the ordered set where groupId = ? and folderId = ? and status = ?.- Parameters:
groupId
- the group IDfolderId
- the folder IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByG_F_ST_Last
public static JournalArticle fetchByG_F_ST_Last(long groupId, long folderId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where groupId = ? and folderId = ? and status = ?.- Parameters:
groupId
- the group IDfolderId
- the folder IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article, or
null
if a matching journal article could not be found
-
findByG_F_ST_PrevAndNext
public static JournalArticle[] findByG_F_ST_PrevAndNext(long id, long groupId, long folderId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and folderId = ? and status = ?.- Parameters:
id
- the primary key of the current journal articlegroupId
- the group IDfolderId
- the folder IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next journal article
- Throws:
NoSuchArticleException
- if a journal article with the primary key could not be foundNoSuchArticleException
-
filterFindByG_F_ST
Returns all the journal articles that the user has permission to view where groupId = ? and folderId = ? and status = ?.- Parameters:
groupId
- the group IDfolderId
- the folder IDstatus
- the status- Returns:
- the matching journal articles that the user has permission to view
-
filterFindByG_F_ST
public static List<JournalArticle> filterFindByG_F_ST(long groupId, long folderId, int status, int start, int end) Returns a range of all the journal articles that the user has permission to view where groupId = ? and folderId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDfolderId
- the folder IDstatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)- Returns:
- the range of matching journal articles that the user has permission to view
-
filterFindByG_F_ST
public static List<JournalArticle> filterFindByG_F_ST(long groupId, long folderId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and folderId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDfolderId
- the folder IDstatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching journal articles that the user has permission to view
-
filterFindByG_F_ST_PrevAndNext
public static JournalArticle[] filterFindByG_F_ST_PrevAndNext(long id, long groupId, long folderId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and folderId = ? and status = ?.- Parameters:
id
- the primary key of the current journal articlegroupId
- the group IDfolderId
- the folder IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next journal article
- Throws:
NoSuchArticleException
- if a journal article with the primary key could not be foundNoSuchArticleException
-
filterFindByG_F_ST
Returns all the journal articles that the user has permission to view where groupId = ? and folderId = ? and status = any ?.- Parameters:
groupId
- the group IDfolderId
- the folder IDstatuses
- the statuses- Returns:
- the matching journal articles that the user has permission to view
-
filterFindByG_F_ST
public static List<JournalArticle> filterFindByG_F_ST(long groupId, long folderId, int[] statuses, int start, int end) Returns a range of all the journal articles that the user has permission to view where groupId = ? and folderId = ? and status = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDfolderId
- the folder IDstatuses
- the statusesstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)- Returns:
- the range of matching journal articles that the user has permission to view
-
filterFindByG_F_ST
public static List<JournalArticle> filterFindByG_F_ST(long groupId, long folderId, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and folderId = ? and status = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDfolderId
- the folder IDstatuses
- the statusesstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching journal articles that the user has permission to view
-
findByG_F_ST
Returns all the journal articles where groupId = ? and folderId = ? and status = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDfolderId
- the folder IDstatuses
- the statuses- Returns:
- the matching journal articles
-
findByG_F_ST
public static List<JournalArticle> findByG_F_ST(long groupId, long folderId, int[] statuses, int start, int end) Returns a range of all the journal articles where groupId = ? and folderId = ? and status = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDfolderId
- the folder IDstatuses
- the statusesstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)- Returns:
- the range of matching journal articles
-
findByG_F_ST
public static List<JournalArticle> findByG_F_ST(long groupId, long folderId, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where groupId = ? and folderId = ? and status = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDfolderId
- the folder IDstatuses
- the statusesstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching journal articles
-
findByG_F_ST
public static List<JournalArticle> findByG_F_ST(long groupId, long folderId, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where groupId = ? and folderId = ? and status = ?, optionally using the finder cache.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDfolderId
- the folder IDstatuses
- the statusesstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching journal articles
-
removeByG_F_ST
public static void removeByG_F_ST(long groupId, long folderId, int status) Removes all the journal articles where groupId = ? and folderId = ? and status = ? from the database.- Parameters:
groupId
- the group IDfolderId
- the folder IDstatus
- the status
-
countByG_F_ST
public static int countByG_F_ST(long groupId, long folderId, int status) Returns the number of journal articles where groupId = ? and folderId = ? and status = ?.- Parameters:
groupId
- the group IDfolderId
- the folder IDstatus
- the status- Returns:
- the number of matching journal articles
-
countByG_F_ST
public static int countByG_F_ST(long groupId, long folderId, int[] statuses) Returns the number of journal articles where groupId = ? and folderId = ? and status = any ?.- Parameters:
groupId
- the group IDfolderId
- the folder IDstatuses
- the statuses- Returns:
- the number of matching journal articles
-
filterCountByG_F_ST
public static int filterCountByG_F_ST(long groupId, long folderId, int status) Returns the number of journal articles that the user has permission to view where groupId = ? and folderId = ? and status = ?.- Parameters:
groupId
- the group IDfolderId
- the folder IDstatus
- the status- Returns:
- the number of matching journal articles that the user has permission to view
-
filterCountByG_F_ST
public static int filterCountByG_F_ST(long groupId, long folderId, int[] statuses) Returns the number of journal articles that the user has permission to view where groupId = ? and folderId = ? and status = any ?.- Parameters:
groupId
- the group IDfolderId
- the folder IDstatuses
- the statuses- Returns:
- the number of matching journal articles that the user has permission to view
-
findByG_C_C
Returns all the journal articles where groupId = ? and classNameId = ? and classPK = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pk- Returns:
- the matching journal articles
-
findByG_C_C
public 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)- Returns:
- the range of matching journal articles
-
findByG_C_C
public static List<JournalArticle> findByG_C_C(long groupId, long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and classPK = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching journal articles
-
findByG_C_C
public static List<JournalArticle> findByG_C_C(long groupId, long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and classPK = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching journal articles
-
findByG_C_C_First
public static JournalArticle findByG_C_C_First(long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByG_C_C_First
public static JournalArticle fetchByG_C_C_First(long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article, or
null
if a matching journal article could not be found
-
findByG_C_C_Last
public static JournalArticle findByG_C_C_Last(long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByG_C_C_Last
public static JournalArticle fetchByG_C_C_Last(long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article, or
null
if a matching journal article could not be found
-
findByG_C_C_PrevAndNext
public static JournalArticle[] findByG_C_C_PrevAndNext(long id, long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.- Parameters:
id
- the primary key of the current journal articlegroupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next journal article
- Throws:
NoSuchArticleException
- if a journal article with the primary key could not be foundNoSuchArticleException
-
filterFindByG_C_C
Returns all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pk- Returns:
- the matching journal articles that the user has permission to view
-
filterFindByG_C_C
public 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)- Returns:
- the range of matching journal articles that the user has permission to view
-
filterFindByG_C_C
public static List<JournalArticle> filterFindByG_C_C(long groupId, long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and classPK = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching journal articles that the user has permission to view
-
filterFindByG_C_C_PrevAndNext
public static JournalArticle[] filterFindByG_C_C_PrevAndNext(long id, long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException 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 = ?.- Parameters:
id
- the primary key of the current journal articlegroupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next journal article
- Throws:
NoSuchArticleException
- if a journal article with the primary key could not be foundNoSuchArticleException
-
removeByG_C_C
public 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.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pk
-
countByG_C_C
public static int countByG_C_C(long groupId, long classNameId, long classPK) Returns the number of journal articles where groupId = ? and classNameId = ? and classPK = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pk- Returns:
- the number of matching journal articles
-
filterCountByG_C_C
public 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 = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pk- Returns:
- the number of matching journal articles that the user has permission to view
-
findByG_C_DDMSI
public static JournalArticle findByG_C_DDMSI(long groupId, long classNameId, long DDMStructureId) throws NoSuchArticleException Returns the journal article where groupId = ? and classNameId = ? and DDMStructureId = ? or throws aNoSuchArticleException
if it could not be found.- Parameters:
groupId
- the group IDclassNameId
- the class name IDDDMStructureId
- the ddm structure ID- Returns:
- the matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByG_C_DDMSI
Returns the journal article where groupId = ? and classNameId = ? and DDMStructureId = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
groupId
- the group IDclassNameId
- the class name IDDDMStructureId
- the ddm structure ID- Returns:
- the matching journal article, or
null
if a matching journal article could not be found
-
fetchByG_C_DDMSI
public static JournalArticle fetchByG_C_DDMSI(long groupId, long classNameId, long DDMStructureId, boolean useFinderCache) Returns the journal article where groupId = ? and classNameId = ? and DDMStructureId = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
groupId
- the group IDclassNameId
- the class name IDDDMStructureId
- the ddm structure IDuseFinderCache
- whether to use the finder cache- Returns:
- the matching journal article, or
null
if a matching journal article could not be found
-
removeByG_C_DDMSI
public static JournalArticle removeByG_C_DDMSI(long groupId, long classNameId, long DDMStructureId) throws NoSuchArticleException Removes the journal article where groupId = ? and classNameId = ? and DDMStructureId = ? from the database.- Parameters:
groupId
- the group IDclassNameId
- the class name IDDDMStructureId
- the ddm structure ID- Returns:
- the journal article that was removed
- Throws:
NoSuchArticleException
-
countByG_C_DDMSI
public static int countByG_C_DDMSI(long groupId, long classNameId, long DDMStructureId) Returns the number of journal articles where groupId = ? and classNameId = ? and DDMStructureId = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDDDMStructureId
- the ddm structure ID- Returns:
- the number of matching journal articles
-
findByG_C_DDMTK
public static List<JournalArticle> findByG_C_DDMTK(long groupId, long classNameId, String DDMTemplateKey) Returns all the journal articles where groupId = ? and classNameId = ? and DDMTemplateKey = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDDDMTemplateKey
- the ddm template key- Returns:
- the matching journal articles
-
findByG_C_DDMTK
public static List<JournalArticle> findByG_C_DDMTK(long groupId, long classNameId, String DDMTemplateKey, int start, int end) Returns a range of all the journal articles where groupId = ? and classNameId = ? and DDMTemplateKey = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDDDMTemplateKey
- the ddm template keystart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)- Returns:
- the range of matching journal articles
-
findByG_C_DDMTK
public static List<JournalArticle> findByG_C_DDMTK(long groupId, long classNameId, String DDMTemplateKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and DDMTemplateKey = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDDDMTemplateKey
- the ddm template keystart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching journal articles
-
findByG_C_DDMTK
public static List<JournalArticle> findByG_C_DDMTK(long groupId, long classNameId, String DDMTemplateKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and DDMTemplateKey = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDDDMTemplateKey
- the ddm template keystart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching journal articles
-
findByG_C_DDMTK_First
public static JournalArticle findByG_C_DDMTK_First(long groupId, long classNameId, String DDMTemplateKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDDDMTemplateKey
- the ddm template keyorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByG_C_DDMTK_First
public static JournalArticle fetchByG_C_DDMTK_First(long groupId, long classNameId, String DDMTemplateKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDDDMTemplateKey
- the ddm template keyorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article, or
null
if a matching journal article could not be found
-
findByG_C_DDMTK_Last
public static JournalArticle findByG_C_DDMTK_Last(long groupId, long classNameId, String DDMTemplateKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDDDMTemplateKey
- the ddm template keyorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByG_C_DDMTK_Last
public static JournalArticle fetchByG_C_DDMTK_Last(long groupId, long classNameId, String DDMTemplateKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDDDMTemplateKey
- the ddm template keyorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article, or
null
if a matching journal article could not be found
-
findByG_C_DDMTK_PrevAndNext
public static JournalArticle[] findByG_C_DDMTK_PrevAndNext(long id, long groupId, long classNameId, String DDMTemplateKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?.- Parameters:
id
- the primary key of the current journal articlegroupId
- the group IDclassNameId
- the class name IDDDMTemplateKey
- the ddm template keyorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next journal article
- Throws:
NoSuchArticleException
- if a journal article with the primary key could not be foundNoSuchArticleException
-
filterFindByG_C_DDMTK
public static List<JournalArticle> filterFindByG_C_DDMTK(long groupId, long classNameId, String DDMTemplateKey) Returns all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and DDMTemplateKey = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDDDMTemplateKey
- the ddm template key- Returns:
- the matching journal articles that the user has permission to view
-
filterFindByG_C_DDMTK
public static List<JournalArticle> filterFindByG_C_DDMTK(long groupId, long classNameId, String DDMTemplateKey, int start, int end) Returns a range of all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and DDMTemplateKey = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDDDMTemplateKey
- the ddm template keystart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)- Returns:
- the range of matching journal articles that the user has permission to view
-
filterFindByG_C_DDMTK
public static List<JournalArticle> filterFindByG_C_DDMTK(long groupId, long classNameId, String DDMTemplateKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and DDMTemplateKey = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDDDMTemplateKey
- the ddm template keystart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching journal articles that the user has permission to view
-
filterFindByG_C_DDMTK_PrevAndNext
public static JournalArticle[] filterFindByG_C_DDMTK_PrevAndNext(long id, long groupId, long classNameId, String DDMTemplateKey, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and DDMTemplateKey = ?.- Parameters:
id
- the primary key of the current journal articlegroupId
- the group IDclassNameId
- the class name IDDDMTemplateKey
- the ddm template keyorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next journal article
- Throws:
NoSuchArticleException
- if a journal article with the primary key could not be foundNoSuchArticleException
-
removeByG_C_DDMTK
Removes all the journal articles where groupId = ? and classNameId = ? and DDMTemplateKey = ? from the database.- Parameters:
groupId
- the group IDclassNameId
- the class name IDDDMTemplateKey
- the ddm template key
-
countByG_C_DDMTK
Returns the number of journal articles where groupId = ? and classNameId = ? and DDMTemplateKey = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDDDMTemplateKey
- the ddm template key- Returns:
- the number of matching journal articles
-
filterCountByG_C_DDMTK
Returns the number of journal articles that the user has permission to view where groupId = ? and classNameId = ? and DDMTemplateKey = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDDDMTemplateKey
- the ddm template key- Returns:
- the number of matching journal articles that the user has permission to view
-
findByG_C_L
Returns all the journal articles where groupId = ? and classNameId = ? and layoutUuid = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDlayoutUuid
- the layout uuid- Returns:
- the matching journal articles
-
findByG_C_L
public 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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)- Returns:
- the range of matching journal articles
-
findByG_C_L
public static List<JournalArticle> findByG_C_L(long groupId, long classNameId, String layoutUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and layoutUuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching journal articles
-
findByG_C_L
public static List<JournalArticle> findByG_C_L(long groupId, long classNameId, String layoutUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and layoutUuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching journal articles
-
findByG_C_L_First
public static JournalArticle findByG_C_L_First(long groupId, long classNameId, String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDlayoutUuid
- the layout uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByG_C_L_First
public static JournalArticle fetchByG_C_L_First(long groupId, long classNameId, String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDlayoutUuid
- the layout uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article, or
null
if a matching journal article could not be found
-
findByG_C_L_Last
public static JournalArticle findByG_C_L_Last(long groupId, long classNameId, String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDlayoutUuid
- the layout uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByG_C_L_Last
public static JournalArticle fetchByG_C_L_Last(long groupId, long classNameId, String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDlayoutUuid
- the layout uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article, or
null
if a matching journal article could not be found
-
findByG_C_L_PrevAndNext
public static JournalArticle[] findByG_C_L_PrevAndNext(long id, long groupId, long classNameId, String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.- Parameters:
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 (optionallynull
)- Returns:
- the previous, current, and next journal article
- Throws:
NoSuchArticleException
- if a journal article with the primary key could not be foundNoSuchArticleException
-
filterFindByG_C_L
public 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 = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDlayoutUuid
- the layout uuid- Returns:
- the matching journal articles that the user has permission to view
-
filterFindByG_C_L
public 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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)- Returns:
- the range of matching journal articles that the user has permission to view
-
filterFindByG_C_L
public static List<JournalArticle> filterFindByG_C_L(long groupId, long classNameId, String layoutUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and layoutUuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching journal articles that the user has permission to view
-
filterFindByG_C_L_PrevAndNext
public static JournalArticle[] filterFindByG_C_L_PrevAndNext(long id, long groupId, long classNameId, String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException 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 = ?.- Parameters:
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 (optionallynull
)- Returns:
- the previous, current, and next journal article
- Throws:
NoSuchArticleException
- if a journal article with the primary key could not be foundNoSuchArticleException
-
removeByG_C_L
Removes all the journal articles where groupId = ? and classNameId = ? and layoutUuid = ? from the database.- Parameters:
groupId
- the group IDclassNameId
- the class name IDlayoutUuid
- the layout uuid
-
countByG_C_L
Returns the number of journal articles where groupId = ? and classNameId = ? and layoutUuid = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDlayoutUuid
- the layout uuid- Returns:
- the number of matching journal articles
-
filterCountByG_C_L
Returns the number of journal articles that the user has permission to view where groupId = ? and classNameId = ? and layoutUuid = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDlayoutUuid
- the layout uuid- Returns:
- the number of matching journal articles that the user has permission to view
-
findByG_A_V
public static JournalArticle findByG_A_V(long groupId, String articleId, double version) throws NoSuchArticleException Returns the journal article where groupId = ? and articleId = ? and version = ? or throws aNoSuchArticleException
if it could not be found.- Parameters:
groupId
- the group IDarticleId
- the article IDversion
- the version- Returns:
- the matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByG_A_V
Returns the journal article where groupId = ? and articleId = ? and version = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
groupId
- the group IDarticleId
- the article IDversion
- the version- Returns:
- the matching journal article, or
null
if a matching journal article could not be found
-
fetchByG_A_V
public static JournalArticle fetchByG_A_V(long groupId, String articleId, double version, boolean useFinderCache) Returns the journal article where groupId = ? and articleId = ? and version = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
groupId
- the group IDarticleId
- the article IDversion
- the versionuseFinderCache
- whether to use the finder cache- Returns:
- the matching journal article, or
null
if a matching journal article could not be found
-
removeByG_A_V
public static JournalArticle removeByG_A_V(long groupId, String articleId, double version) throws NoSuchArticleException Removes the journal article where groupId = ? and articleId = ? and version = ? from the database.- Parameters:
groupId
- the group IDarticleId
- the article IDversion
- the version- Returns:
- the journal article that was removed
- Throws:
NoSuchArticleException
-
countByG_A_V
Returns the number of journal articles where groupId = ? and articleId = ? and version = ?.- Parameters:
groupId
- the group IDarticleId
- the article IDversion
- the version- Returns:
- the number of matching journal articles
-
findByG_A_ST
Returns all the journal articles where groupId = ? and articleId = ? and status = ?.- Parameters:
groupId
- the group IDarticleId
- the article IDstatus
- the status- Returns:
- the matching journal articles
-
findByG_A_ST
public 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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)- Returns:
- the range of matching journal articles
-
findByG_A_ST
public static List<JournalArticle> findByG_A_ST(long groupId, String articleId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching journal articles
-
findByG_A_ST
public static List<JournalArticle> findByG_A_ST(long groupId, String articleId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching journal articles
-
findByG_A_ST_First
public static JournalArticle findByG_A_ST_First(long groupId, String articleId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status = ?.- Parameters:
groupId
- the group IDarticleId
- the article IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByG_A_ST_First
public static JournalArticle fetchByG_A_ST_First(long groupId, String articleId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status = ?.- Parameters:
groupId
- the group IDarticleId
- the article IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article, or
null
if a matching journal article could not be found
-
findByG_A_ST_Last
public static JournalArticle findByG_A_ST_Last(long groupId, String articleId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status = ?.- Parameters:
groupId
- the group IDarticleId
- the article IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByG_A_ST_Last
public static JournalArticle fetchByG_A_ST_Last(long groupId, String articleId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status = ?.- Parameters:
groupId
- the group IDarticleId
- the article IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article, or
null
if a matching journal article could not be found
-
findByG_A_ST_PrevAndNext
public static JournalArticle[] findByG_A_ST_PrevAndNext(long id, long groupId, String articleId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ? and status = ?.- Parameters:
id
- the primary key of the current journal articlegroupId
- the group IDarticleId
- the article IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next journal article
- Throws:
NoSuchArticleException
- if a journal article with the primary key could not be foundNoSuchArticleException
-
filterFindByG_A_ST
Returns all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = ?.- Parameters:
groupId
- the group IDarticleId
- the article IDstatus
- the status- Returns:
- the matching journal articles that the user has permission to view
-
filterFindByG_A_ST
public 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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)- Returns:
- the range of matching journal articles that the user has permission to view
-
filterFindByG_A_ST
public static List<JournalArticle> filterFindByG_A_ST(long groupId, String articleId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and articleId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching journal articles that the user has permission to view
-
filterFindByG_A_ST_PrevAndNext
public static JournalArticle[] filterFindByG_A_ST_PrevAndNext(long id, long groupId, String articleId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException 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 = ?.- Parameters:
id
- the primary key of the current journal articlegroupId
- the group IDarticleId
- the article IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next journal article
- Throws:
NoSuchArticleException
- if a journal article with the primary key could not be foundNoSuchArticleException
-
filterFindByG_A_ST
public 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 ?.- Parameters:
groupId
- the group IDarticleId
- the article IDstatuses
- the statuses- Returns:
- the matching journal articles that the user has permission to view
-
filterFindByG_A_ST
public 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 ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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)- Returns:
- the range of matching journal articles that the user has permission to view
-
filterFindByG_A_ST
public static List<JournalArticle> filterFindByG_A_ST(long groupId, String articleId, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching journal articles that the user has permission to view
-
findByG_A_ST
Returns all the journal articles where groupId = ? and articleId = ? and status = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDarticleId
- the article IDstatuses
- the statuses- Returns:
- the matching journal articles
-
findByG_A_ST
public 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 ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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)- Returns:
- the range of matching journal articles
-
findByG_A_ST
public static List<JournalArticle> findByG_A_ST(long groupId, String articleId, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching journal articles
-
findByG_A_ST
public static List<JournalArticle> findByG_A_ST(long groupId, String articleId, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status = ?, optionally using the finder cache.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching journal articles
-
removeByG_A_ST
Removes all the journal articles where groupId = ? and articleId = ? and status = ? from the database.- Parameters:
groupId
- the group IDarticleId
- the article IDstatus
- the status
-
countByG_A_ST
Returns the number of journal articles where groupId = ? and articleId = ? and status = ?.- Parameters:
groupId
- the group IDarticleId
- the article IDstatus
- the status- Returns:
- the number of matching journal articles
-
countByG_A_ST
Returns the number of journal articles where groupId = ? and articleId = ? and status = any ?.- Parameters:
groupId
- the group IDarticleId
- the article IDstatuses
- the statuses- Returns:
- the number of matching journal articles
-
filterCountByG_A_ST
Returns the number of journal articles that the user has permission to view where groupId = ? and articleId = ? and status = ?.- Parameters:
groupId
- the group IDarticleId
- the article IDstatus
- the status- Returns:
- the number of matching journal articles that the user has permission to view
-
filterCountByG_A_ST
Returns the number of journal articles that the user has permission to view where groupId = ? and articleId = ? and status = any ?.- Parameters:
groupId
- the group IDarticleId
- the article IDstatuses
- the statuses- Returns:
- the number of matching journal articles that the user has permission to view
-
findByG_A_NotST
Returns all the journal articles where groupId = ? and articleId = ? and status ≠ ?.- Parameters:
groupId
- the group IDarticleId
- the article IDstatus
- the status- Returns:
- the matching journal articles
-
findByG_A_NotST
public static List<JournalArticle> findByG_A_NotST(long groupId, String articleId, int status, int start, int end) Returns a range of all the journal articles where groupId = ? and articleId = ? and status ≠ ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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)- Returns:
- the range of matching journal articles
-
findByG_A_NotST
public static List<JournalArticle> findByG_A_NotST(long groupId, String articleId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status ≠ ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching journal articles
-
findByG_A_NotST
public static List<JournalArticle> findByG_A_NotST(long groupId, String articleId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status ≠ ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching journal articles
-
findByG_A_NotST_First
public static JournalArticle findByG_A_NotST_First(long groupId, String articleId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.- Parameters:
groupId
- the group IDarticleId
- the article IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByG_A_NotST_First
public static JournalArticle fetchByG_A_NotST_First(long groupId, String articleId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.- Parameters:
groupId
- the group IDarticleId
- the article IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article, or
null
if a matching journal article could not be found
-
findByG_A_NotST_Last
public static JournalArticle findByG_A_NotST_Last(long groupId, String articleId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.- Parameters:
groupId
- the group IDarticleId
- the article IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByG_A_NotST_Last
public static JournalArticle fetchByG_A_NotST_Last(long groupId, String articleId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.- Parameters:
groupId
- the group IDarticleId
- the article IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article, or
null
if a matching journal article could not be found
-
findByG_A_NotST_PrevAndNext
public static JournalArticle[] findByG_A_NotST_PrevAndNext(long id, long groupId, String articleId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.- Parameters:
id
- the primary key of the current journal articlegroupId
- the group IDarticleId
- the article IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next journal article
- Throws:
NoSuchArticleException
- if a journal article with the primary key could not be foundNoSuchArticleException
-
filterFindByG_A_NotST
public static List<JournalArticle> filterFindByG_A_NotST(long groupId, String articleId, int status) Returns all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status ≠ ?.- Parameters:
groupId
- the group IDarticleId
- the article IDstatus
- the status- Returns:
- the matching journal articles that the user has permission to view
-
filterFindByG_A_NotST
public static List<JournalArticle> filterFindByG_A_NotST(long groupId, String articleId, int status, int start, int end) Returns a range of all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status ≠ ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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)- Returns:
- the range of matching journal articles that the user has permission to view
-
filterFindByG_A_NotST
public static List<JournalArticle> filterFindByG_A_NotST(long groupId, String articleId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and articleId = ? and status ≠ ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching journal articles that the user has permission to view
-
filterFindByG_A_NotST_PrevAndNext
public static JournalArticle[] filterFindByG_A_NotST_PrevAndNext(long id, long groupId, String articleId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException 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 ≠ ?.- Parameters:
id
- the primary key of the current journal articlegroupId
- the group IDarticleId
- the article IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next journal article
- Throws:
NoSuchArticleException
- if a journal article with the primary key could not be foundNoSuchArticleException
-
removeByG_A_NotST
Removes all the journal articles where groupId = ? and articleId = ? and status ≠ ? from the database.- Parameters:
groupId
- the group IDarticleId
- the article IDstatus
- the status
-
countByG_A_NotST
Returns the number of journal articles where groupId = ? and articleId = ? and status ≠ ?.- Parameters:
groupId
- the group IDarticleId
- the article IDstatus
- the status- Returns:
- the number of matching journal articles
-
filterCountByG_A_NotST
Returns the number of journal articles that the user has permission to view where groupId = ? and articleId = ? and status ≠ ?.- Parameters:
groupId
- the group IDarticleId
- the article IDstatus
- the status- Returns:
- the number of matching journal articles that the user has permission to view
-
findByG_UT_ST
Returns all the journal articles where groupId = ? and urlTitle = ? and status = ?.- Parameters:
groupId
- the group IDurlTitle
- the url titlestatus
- the status- Returns:
- the matching journal articles
-
findByG_UT_ST
public 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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)- Returns:
- the range of matching journal articles
-
findByG_UT_ST
public static List<JournalArticle> findByG_UT_ST(long groupId, String urlTitle, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where groupId = ? and urlTitle = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching journal articles
-
findByG_UT_ST
public static List<JournalArticle> findByG_UT_ST(long groupId, String urlTitle, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where groupId = ? and urlTitle = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching journal articles
-
findByG_UT_ST_First
public static JournalArticle findByG_UT_ST_First(long groupId, String urlTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the first journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.- Parameters:
groupId
- the group IDurlTitle
- the url titlestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByG_UT_ST_First
public static JournalArticle fetchByG_UT_ST_First(long groupId, String urlTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.- Parameters:
groupId
- the group IDurlTitle
- the url titlestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article, or
null
if a matching journal article could not be found
-
findByG_UT_ST_Last
public static JournalArticle findByG_UT_ST_Last(long groupId, String urlTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the last journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.- Parameters:
groupId
- the group IDurlTitle
- the url titlestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByG_UT_ST_Last
public static JournalArticle fetchByG_UT_ST_Last(long groupId, String urlTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.- Parameters:
groupId
- the group IDurlTitle
- the url titlestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article, or
null
if a matching journal article could not be found
-
findByG_UT_ST_PrevAndNext
public static JournalArticle[] findByG_UT_ST_PrevAndNext(long id, long groupId, String urlTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.- Parameters:
id
- the primary key of the current journal articlegroupId
- the group IDurlTitle
- the url titlestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next journal article
- Throws:
NoSuchArticleException
- if a journal article with the primary key could not be foundNoSuchArticleException
-
filterFindByG_UT_ST
Returns all the journal articles that the user has permission to view where groupId = ? and urlTitle = ? and status = ?.- Parameters:
groupId
- the group IDurlTitle
- the url titlestatus
- the status- Returns:
- the matching journal articles that the user has permission to view
-
filterFindByG_UT_ST
public 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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)- Returns:
- the range of matching journal articles that the user has permission to view
-
filterFindByG_UT_ST
public static List<JournalArticle> filterFindByG_UT_ST(long groupId, String urlTitle, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and urlTitle = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching journal articles that the user has permission to view
-
filterFindByG_UT_ST_PrevAndNext
public static JournalArticle[] filterFindByG_UT_ST_PrevAndNext(long id, long groupId, String urlTitle, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException 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 = ?.- Parameters:
id
- the primary key of the current journal articlegroupId
- the group IDurlTitle
- the url titlestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next journal article
- Throws:
NoSuchArticleException
- if a journal article with the primary key could not be foundNoSuchArticleException
-
removeByG_UT_ST
Removes all the journal articles where groupId = ? and urlTitle = ? and status = ? from the database.- Parameters:
groupId
- the group IDurlTitle
- the url titlestatus
- the status
-
countByG_UT_ST
Returns the number of journal articles where groupId = ? and urlTitle = ? and status = ?.- Parameters:
groupId
- the group IDurlTitle
- the url titlestatus
- the status- Returns:
- the number of matching journal articles
-
filterCountByG_UT_ST
Returns the number of journal articles that the user has permission to view where groupId = ? and urlTitle = ? and status = ?.- Parameters:
groupId
- the group IDurlTitle
- the url titlestatus
- the status- Returns:
- the number of matching journal articles that the user has permission to view
-
findByC_V_ST
Returns all the journal articles where companyId = ? and version = ? and status = ?.- Parameters:
companyId
- the company IDversion
- the versionstatus
- the status- Returns:
- the matching journal articles
-
findByC_V_ST
public 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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)- Returns:
- the range of matching journal articles
-
findByC_V_ST
public static List<JournalArticle> findByC_V_ST(long companyId, double version, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where companyId = ? and version = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching journal articles
-
findByC_V_ST
public static List<JournalArticle> findByC_V_ST(long companyId, double version, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where companyId = ? and version = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching journal articles
-
findByC_V_ST_First
public static JournalArticle findByC_V_ST_First(long companyId, double version, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the first journal article in the ordered set where companyId = ? and version = ? and status = ?.- Parameters:
companyId
- the company IDversion
- the versionstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByC_V_ST_First
public static JournalArticle fetchByC_V_ST_First(long companyId, double version, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where companyId = ? and version = ? and status = ?.- Parameters:
companyId
- the company IDversion
- the versionstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article, or
null
if a matching journal article could not be found
-
findByC_V_ST_Last
public static JournalArticle findByC_V_ST_Last(long companyId, double version, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the last journal article in the ordered set where companyId = ? and version = ? and status = ?.- Parameters:
companyId
- the company IDversion
- the versionstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByC_V_ST_Last
public static JournalArticle fetchByC_V_ST_Last(long companyId, double version, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where companyId = ? and version = ? and status = ?.- Parameters:
companyId
- the company IDversion
- the versionstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article, or
null
if a matching journal article could not be found
-
findByC_V_ST_PrevAndNext
public static JournalArticle[] findByC_V_ST_PrevAndNext(long id, long companyId, double version, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and version = ? and status = ?.- Parameters:
id
- the primary key of the current journal articlecompanyId
- the company IDversion
- the versionstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next journal article
- Throws:
NoSuchArticleException
- if a journal article with the primary key could not be foundNoSuchArticleException
-
removeByC_V_ST
public 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.- Parameters:
companyId
- the company IDversion
- the versionstatus
- the status
-
countByC_V_ST
public static int countByC_V_ST(long companyId, double version, int status) Returns the number of journal articles where companyId = ? and version = ? and status = ?.- Parameters:
companyId
- the company IDversion
- the versionstatus
- the status- Returns:
- the number of matching journal articles
-
findByG_F_C_NotST
public static List<JournalArticle> findByG_F_C_NotST(long groupId, long folderId, long classNameId, int status) Returns all the journal articles where groupId = ? and folderId = ? and classNameId = ? and status ≠ ?.- Parameters:
groupId
- the group IDfolderId
- the folder IDclassNameId
- the class name IDstatus
- the status- Returns:
- the matching journal articles
-
findByG_F_C_NotST
public static List<JournalArticle> findByG_F_C_NotST(long groupId, long folderId, long classNameId, int status, int start, int end) Returns a range of all the journal articles where groupId = ? and folderId = ? and classNameId = ? and status ≠ ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDfolderId
- the folder IDclassNameId
- the class name IDstatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)- Returns:
- the range of matching journal articles
-
findByG_F_C_NotST
public static List<JournalArticle> findByG_F_C_NotST(long groupId, long folderId, long classNameId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles where groupId = ? and folderId = ? and classNameId = ? and status ≠ ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDfolderId
- the folder IDclassNameId
- the class name 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 (optionallynull
)- Returns:
- the ordered range of matching journal articles
-
findByG_F_C_NotST
public static List<JournalArticle> findByG_F_C_NotST(long groupId, long folderId, long classNameId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles where groupId = ? and folderId = ? and classNameId = ? and status ≠ ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDfolderId
- the folder IDclassNameId
- the class name 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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching journal articles
-
findByG_F_C_NotST_First
public static JournalArticle findByG_F_C_NotST_First(long groupId, long folderId, long classNameId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the first journal article in the ordered set where groupId = ? and folderId = ? and classNameId = ? and status ≠ ?.- Parameters:
groupId
- the group IDfolderId
- the folder IDclassNameId
- the class name IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByG_F_C_NotST_First
public static JournalArticle fetchByG_F_C_NotST_First(long groupId, long folderId, long classNameId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the first journal article in the ordered set where groupId = ? and folderId = ? and classNameId = ? and status ≠ ?.- Parameters:
groupId
- the group IDfolderId
- the folder IDclassNameId
- the class name IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching journal article, or
null
if a matching journal article could not be found
-
findByG_F_C_NotST_Last
public static JournalArticle findByG_F_C_NotST_Last(long groupId, long folderId, long classNameId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the last journal article in the ordered set where groupId = ? and folderId = ? and classNameId = ? and status ≠ ?.- Parameters:
groupId
- the group IDfolderId
- the folder IDclassNameId
- the class name IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article
- Throws:
NoSuchArticleException
- if a matching journal article could not be foundNoSuchArticleException
-
fetchByG_F_C_NotST_Last
public static JournalArticle fetchByG_F_C_NotST_Last(long groupId, long folderId, long classNameId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns the last journal article in the ordered set where groupId = ? and folderId = ? and classNameId = ? and status ≠ ?.- Parameters:
groupId
- the group IDfolderId
- the folder IDclassNameId
- the class name IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching journal article, or
null
if a matching journal article could not be found
-
findByG_F_C_NotST_PrevAndNext
public static JournalArticle[] findByG_F_C_NotST_PrevAndNext(long id, long groupId, long folderId, long classNameId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and folderId = ? and classNameId = ? and status ≠ ?.- Parameters:
id
- the primary key of the current journal articlegroupId
- the group IDfolderId
- the folder IDclassNameId
- the class name IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next journal article
- Throws:
NoSuchArticleException
- if a journal article with the primary key could not be foundNoSuchArticleException
-
filterFindByG_F_C_NotST
public static List<JournalArticle> filterFindByG_F_C_NotST(long groupId, long folderId, long classNameId, int status) Returns all the journal articles that the user has permission to view where groupId = ? and folderId = ? and classNameId = ? and status ≠ ?.- Parameters:
groupId
- the group IDfolderId
- the folder IDclassNameId
- the class name IDstatus
- the status- Returns:
- the matching journal articles that the user has permission to view
-
filterFindByG_F_C_NotST
public static List<JournalArticle> filterFindByG_F_C_NotST(long groupId, long folderId, long classNameId, int status, int start, int end) Returns a range of all the journal articles that the user has permission to view where groupId = ? and folderId = ? and classNameId = ? and status ≠ ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDfolderId
- the folder IDclassNameId
- the class name IDstatus
- the statusstart
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)- Returns:
- the range of matching journal articles that the user has permission to view
-
filterFindByG_F_C_NotST
public static List<JournalArticle> filterFindByG_F_C_NotST(long groupId, long folderId, long classNameId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and folderId = ? and classNameId = ? and status ≠ ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
groupId
- the group IDfolderId
- the folder IDclassNameId
- the class name 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 (optionallynull
)- Returns:
- the ordered range of matching journal articles that the user has permission to view
-
filterFindByG_F_C_NotST_PrevAndNext
public static JournalArticle[] filterFindByG_F_C_NotST_PrevAndNext(long id, long groupId, long folderId, long classNameId, int status, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) throws NoSuchArticleException Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and folderId = ? and classNameId = ? and status ≠ ?.- Parameters:
id
- the primary key of the current journal articlegroupId
- the group IDfolderId
- the folder IDclassNameId
- the class name IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next journal article
- Throws:
NoSuchArticleException
- if a journal article with the primary key could not be foundNoSuchArticleException
-
removeByG_F_C_NotST
public static void removeByG_F_C_NotST(long groupId, long folderId, long classNameId, int status) Removes all the journal articles where groupId = ? and folderId = ? and classNameId = ? and status ≠ ? from the database.- Parameters:
groupId
- the group IDfolderId
- the folder IDclassNameId
- the class name IDstatus
- the status
-
countByG_F_C_NotST
public static int countByG_F_C_NotST(long groupId, long folderId, long classNameId, int status) Returns the number of journal articles where groupId = ? and folderId = ? and classNameId = ? and status ≠ ?.- Parameters:
groupId
- the group IDfolderId
- the folder IDclassNameId
- the class name IDstatus
- the status- Returns:
- the number of matching journal articles
-
filterCountByG_F_C_NotST
public static int filterCountByG_F_C_NotST(long groupId, long folderId, long classNameId, int status) Returns the number of journal articles that the user has permission to view where groupId = ? and folderId = ? and classNameId = ? and status ≠ ?.- Parameters:
groupId
- the group IDfolderId
- the folder IDclassNameId
- the class name IDstatus
- the status- Returns:
- the number of matching journal articles that the user has permission to view
-
cacheResult
Caches the journal article in the entity cache if it is enabled.- Parameters:
journalArticle
- the journal article
-
cacheResult
Caches the journal articles in the entity cache if it is enabled.- Parameters:
journalArticles
- the journal articles
-
create
Creates a new journal article with the primary key. Does not add the journal article to the database.- Parameters:
id
- the primary key for the new journal article- Returns:
- the new journal article
-
remove
Removes the journal article with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
id
- the primary key of the journal article- Returns:
- the journal article that was removed
- Throws:
NoSuchArticleException
- if a journal article with the primary key could not be foundNoSuchArticleException
-
updateImpl
-
findByPrimaryKey
Returns the journal article with the primary key or throws aNoSuchArticleException
if it could not be found.- Parameters:
id
- the primary key of the journal article- Returns:
- the journal article
- Throws:
NoSuchArticleException
- if a journal article with the primary key could not be foundNoSuchArticleException
-
fetchByPrimaryKey
Returns the journal article with the primary key or returnsnull
if it could not be found.- Parameters:
id
- the primary key of the journal article- Returns:
- the journal article, or
null
if a journal article with the primary key could not be found
-
findAll
Returns all the journal articles.- Returns:
- the journal articles
-
findAll
Returns a range of all the journal articles.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
start
- the lower bound of the range of journal articlesend
- the upper bound of the range of journal articles (not inclusive)- Returns:
- the range of journal articles
-
findAll
public static List<JournalArticle> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator) Returns an ordered range of all the journal articles.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of journal articles
-
findAll
public static List<JournalArticle> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticle> orderByComparator, boolean useFinderCache) Returns an ordered range of all the journal articles.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromJournalArticleModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of journal articles
-
removeAll
public static void removeAll()Removes all the journal articles from the database. -
countAll
public static int countAll()Returns the number of journal articles.- Returns:
- the number of journal articles
-
getPersistence
-
setPersistence
-