Liferay 6.2.0

Uses of Interface
com.liferay.portlet.journal.model.JournalArticle

Packages that use JournalArticle
com.liferay.portlet.journal.model   
com.liferay.portlet.journal.service   
com.liferay.portlet.journal.service.persistence   
 

Uses of JournalArticle in com.liferay.portlet.journal.model
 

Classes in com.liferay.portlet.journal.model that implement JournalArticle
 class JournalArticleWrapper
           This class is a wrapper for JournalArticle.
 

Fields in com.liferay.portlet.journal.model with type parameters of type JournalArticle
static Accessor<JournalArticle,String> JournalArticle.ARTICLE_ID_ACCESSOR
           
 

Methods in com.liferay.portlet.journal.model that return JournalArticle
 JournalArticle JournalArticleWrapper.getWrappedJournalArticle()
          Deprecated. As of 6.1.0, replaced by JournalArticleWrapper.getWrappedModel()
 JournalArticle JournalArticleWrapper.getWrappedModel()
           
 JournalArticle JournalArticleWrapper.toEscapedModel()
           
abstract  JournalArticle JournalArticleModel.toEscapedModel()
           
 JournalArticle JournalArticleWrapper.toUnescapedModel()
           
abstract  JournalArticle JournalArticleModel.toUnescapedModel()
           
 

Methods in com.liferay.portlet.journal.model that return types with arguments of type JournalArticle
 CacheModel<JournalArticle> JournalArticleWrapper.toCacheModel()
           
abstract  CacheModel<JournalArticle> JournalArticleModel.toCacheModel()
           
 

Methods in com.liferay.portlet.journal.model with parameters of type JournalArticle
 int JournalArticleWrapper.compareTo(JournalArticle journalArticle)
           
abstract  int JournalArticleModel.compareTo(JournalArticle journalArticle)
           
static JournalArticleSoap JournalArticleSoap.toSoapModel(JournalArticle model)
           
static JournalArticleSoap[] JournalArticleSoap.toSoapModels(JournalArticle[] models)
           
static JournalArticleSoap[][] JournalArticleSoap.toSoapModels(JournalArticle[][] models)
           
 

Method parameters in com.liferay.portlet.journal.model with type arguments of type JournalArticle
static JournalArticleSoap[] JournalArticleSoap.toSoapModels(List<JournalArticle> models)
           
 

Constructors in com.liferay.portlet.journal.model with parameters of type JournalArticle
JournalArticleWrapper(JournalArticle journalArticle)
           
 

Uses of JournalArticle in com.liferay.portlet.journal.service
 

Methods in com.liferay.portlet.journal.service that return JournalArticle
abstract  JournalArticle JournalArticleLocalService.addArticle(long userId, long groupId, long folderId, long classNameId, long classPK, String articleId, boolean autoArticleId, double version, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, String type, String ddmStructureKey, String ddmTemplateKey, String layoutUuid, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, boolean smallImage, String smallImageURL, File smallImageFile, Map<String,byte[]> images, String articleURL, ServiceContext serviceContext)
          Adds a web content article with additional parameters.
static JournalArticle JournalArticleLocalServiceUtil.addArticle(long userId, long groupId, long folderId, long classNameId, long classPK, String articleId, boolean autoArticleId, double version, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, String type, String ddmStructureKey, String ddmTemplateKey, String layoutUuid, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, boolean smallImage, String smallImageURL, File smallImageFile, Map<String,byte[]> images, String articleURL, ServiceContext serviceContext)
          Adds a web content article with additional parameters.
 JournalArticle JournalArticleLocalServiceWrapper.addArticle(long userId, long groupId, long folderId, long classNameId, long classPK, String articleId, boolean autoArticleId, double version, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, String type, String ddmStructureKey, String ddmTemplateKey, String layoutUuid, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, boolean smallImage, String smallImageURL, File smallImageFile, Map<String,byte[]> images, String articleURL, ServiceContext serviceContext)
          Adds a web content article with additional parameters.
abstract  JournalArticle JournalArticleService.addArticle(long groupId, long folderId, long classNameId, long classPK, String articleId, boolean autoArticleId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, String type, String ddmStructureKey, String ddmTemplateKey, String layoutUuid, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, boolean smallImage, String smallImageURL, File smallFile, Map<String,byte[]> images, String articleURL, ServiceContext serviceContext)
          Adds a web content article with additional parameters.
 JournalArticle JournalArticleServiceWrapper.addArticle(long groupId, long folderId, long classNameId, long classPK, String articleId, boolean autoArticleId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, String type, String ddmStructureKey, String ddmTemplateKey, String layoutUuid, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, boolean smallImage, String smallImageURL, File smallFile, Map<String,byte[]> images, String articleURL, ServiceContext serviceContext)
          Adds a web content article with additional parameters.
static JournalArticle JournalArticleServiceUtil.addArticle(long groupId, long folderId, long classNameId, long classPK, String articleId, boolean autoArticleId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, String type, String ddmStructureKey, String ddmTemplateKey, String layoutUuid, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, boolean smallImage, String smallImageURL, File smallFile, Map<String,byte[]> images, String articleURL, ServiceContext serviceContext)
          Adds a web content article with additional parameters.
abstract  JournalArticle JournalArticleService.addArticle(long groupId, long folderId, long classNameId, long classPK, String articleId, boolean autoArticleId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, String type, String ddmStructureKey, String ddmTemplateKey, String layoutUuid, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, String articleURL, ServiceContext serviceContext)
          Adds a web content article without any images.
 JournalArticle JournalArticleServiceWrapper.addArticle(long groupId, long folderId, long classNameId, long classPK, String articleId, boolean autoArticleId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, String type, String ddmStructureKey, String ddmTemplateKey, String layoutUuid, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, String articleURL, ServiceContext serviceContext)
          Adds a web content article without any images.
static JournalArticle JournalArticleServiceUtil.addArticle(long groupId, long folderId, long classNameId, long classPK, String articleId, boolean autoArticleId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, String type, String ddmStructureKey, String ddmTemplateKey, String layoutUuid, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, String articleURL, ServiceContext serviceContext)
          Adds a web content article without any images.
abstract  JournalArticle JournalArticleLocalService.addArticle(long userId, long groupId, long folderId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, String ddmStructureKey, String ddmTemplateKey, ServiceContext serviceContext)
          Adds a web content article.
static JournalArticle JournalArticleLocalServiceUtil.addArticle(long userId, long groupId, long folderId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, String ddmStructureKey, String ddmTemplateKey, ServiceContext serviceContext)
          Adds a web content article.
 JournalArticle JournalArticleLocalServiceWrapper.addArticle(long userId, long groupId, long folderId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, String ddmStructureKey, String ddmTemplateKey, ServiceContext serviceContext)
          Adds a web content article.
abstract  JournalArticle JournalArticleLocalService.addJournalArticle(JournalArticle journalArticle)
          Adds the journal article to the database.
static JournalArticle JournalArticleLocalServiceUtil.addJournalArticle(JournalArticle journalArticle)
          Adds the journal article to the database.
 JournalArticle JournalArticleLocalServiceWrapper.addJournalArticle(JournalArticle journalArticle)
          Adds the journal article to the database.
abstract  JournalArticle JournalArticleLocalService.checkArticleResourcePrimKey(long groupId, String articleId, double version)
          Returns the web content article with the group, article ID, and version.
static JournalArticle JournalArticleLocalServiceUtil.checkArticleResourcePrimKey(long groupId, String articleId, double version)
          Returns the web content article with the group, article ID, and version.
 JournalArticle JournalArticleLocalServiceWrapper.checkArticleResourcePrimKey(long groupId, String articleId, double version)
          Returns the web content article with the group, article ID, and version.
abstract  JournalArticle JournalArticleLocalService.copyArticle(long userId, long groupId, String oldArticleId, String newArticleId, boolean autoArticleId, double version)
          Copies the web content article matching the group, article ID, and version.
static JournalArticle JournalArticleLocalServiceUtil.copyArticle(long userId, long groupId, String oldArticleId, String newArticleId, boolean autoArticleId, double version)
          Copies the web content article matching the group, article ID, and version.
 JournalArticle JournalArticleLocalServiceWrapper.copyArticle(long userId, long groupId, String oldArticleId, String newArticleId, boolean autoArticleId, double version)
          Copies the web content article matching the group, article ID, and version.
abstract  JournalArticle JournalArticleService.copyArticle(long groupId, String oldArticleId, String newArticleId, boolean autoArticleId, double version)
          Copies the web content article matching the group, article ID, and version.
 JournalArticle JournalArticleServiceWrapper.copyArticle(long groupId, String oldArticleId, String newArticleId, boolean autoArticleId, double version)
          Copies the web content article matching the group, article ID, and version.
static JournalArticle JournalArticleServiceUtil.copyArticle(long groupId, String oldArticleId, String newArticleId, boolean autoArticleId, double version)
          Copies the web content article matching the group, article ID, and version.
abstract  JournalArticle JournalArticleLocalService.createJournalArticle(long id)
          Creates a new journal article with the primary key.
static JournalArticle JournalArticleLocalServiceUtil.createJournalArticle(long id)
          Creates a new journal article with the primary key.
 JournalArticle JournalArticleLocalServiceWrapper.createJournalArticle(long id)
          Creates a new journal article with the primary key.
abstract  JournalArticle JournalArticleLocalService.deleteArticle(JournalArticle article)
          Deletes the web content article and its resources.
static JournalArticle JournalArticleLocalServiceUtil.deleteArticle(JournalArticle article)
          Deletes the web content article and its resources.
 JournalArticle JournalArticleLocalServiceWrapper.deleteArticle(JournalArticle article)
          Deletes the web content article and its resources.
abstract  JournalArticle JournalArticleLocalService.deleteArticle(JournalArticle article, String articleURL, ServiceContext serviceContext)
          Deletes the web content article and its resources, optionally sending email notifying denial of the article if it had not yet been approved.
static JournalArticle JournalArticleLocalServiceUtil.deleteArticle(JournalArticle article, String articleURL, ServiceContext serviceContext)
          Deletes the web content article and its resources, optionally sending email notifying denial of the article if it had not yet been approved.
 JournalArticle JournalArticleLocalServiceWrapper.deleteArticle(JournalArticle article, String articleURL, ServiceContext serviceContext)
          Deletes the web content article and its resources, optionally sending email notifying denial of the article if it had not yet been approved.
abstract  JournalArticle JournalArticleLocalService.deleteArticle(long groupId, String articleId, double version, String articleURL, ServiceContext serviceContext)
          Deletes the web content article and its resources matching the group, article ID, and version, optionally sending email notifying denial of the web content article if it had not yet been approved.
static JournalArticle JournalArticleLocalServiceUtil.deleteArticle(long groupId, String articleId, double version, String articleURL, ServiceContext serviceContext)
          Deletes the web content article and its resources matching the group, article ID, and version, optionally sending email notifying denial of the web content article if it had not yet been approved.
 JournalArticle JournalArticleLocalServiceWrapper.deleteArticle(long groupId, String articleId, double version, String articleURL, ServiceContext serviceContext)
          Deletes the web content article and its resources matching the group, article ID, and version, optionally sending email notifying denial of the web content article if it had not yet been approved.
abstract  JournalArticle JournalArticleLocalService.deleteJournalArticle(JournalArticle journalArticle)
          Deletes the journal article from the database.
static JournalArticle JournalArticleLocalServiceUtil.deleteJournalArticle(JournalArticle journalArticle)
          Deletes the journal article from the database.
 JournalArticle JournalArticleLocalServiceWrapper.deleteJournalArticle(JournalArticle journalArticle)
          Deletes the journal article from the database.
abstract  JournalArticle JournalArticleLocalService.deleteJournalArticle(long id)
          Deletes the journal article with the primary key from the database.
static JournalArticle JournalArticleLocalServiceUtil.deleteJournalArticle(long id)
          Deletes the journal article with the primary key from the database.
 JournalArticle JournalArticleLocalServiceWrapper.deleteJournalArticle(long id)
          Deletes the journal article with the primary key from the database.
abstract  JournalArticle JournalArticleLocalService.expireArticle(long userId, long groupId, String articleId, double version, String articleURL, ServiceContext serviceContext)
          Expires the web content article matching the group, article ID, and version.
static JournalArticle JournalArticleLocalServiceUtil.expireArticle(long userId, long groupId, String articleId, double version, String articleURL, ServiceContext serviceContext)
          Expires the web content article matching the group, article ID, and version.
 JournalArticle JournalArticleLocalServiceWrapper.expireArticle(long userId, long groupId, String articleId, double version, String articleURL, ServiceContext serviceContext)
          Expires the web content article matching the group, article ID, and version.
abstract  JournalArticle JournalArticleService.expireArticle(long groupId, String articleId, double version, String articleURL, ServiceContext serviceContext)
          Expires the web content article matching the group, article ID, and version.
 JournalArticle JournalArticleServiceWrapper.expireArticle(long groupId, String articleId, double version, String articleURL, ServiceContext serviceContext)
          Expires the web content article matching the group, article ID, and version.
static JournalArticle JournalArticleServiceUtil.expireArticle(long groupId, String articleId, double version, String articleURL, ServiceContext serviceContext)
          Expires the web content article matching the group, article ID, and version.
abstract  JournalArticle JournalArticleLocalService.fetchArticle(long groupId, String articleId)
           
static JournalArticle JournalArticleLocalServiceUtil.fetchArticle(long groupId, String articleId)
           
abstract  JournalArticle JournalArticleService.fetchArticle(long groupId, String articleId)
           
 JournalArticle JournalArticleServiceWrapper.fetchArticle(long groupId, String articleId)
           
static JournalArticle JournalArticleServiceUtil.fetchArticle(long groupId, String articleId)
           
 JournalArticle JournalArticleLocalServiceWrapper.fetchArticle(long groupId, String articleId)
           
abstract  JournalArticle JournalArticleLocalService.fetchArticle(long groupId, String articleId, double version)
          Returns the web content article matching the group, article ID, and version.
static JournalArticle JournalArticleLocalServiceUtil.fetchArticle(long groupId, String articleId, double version)
          Returns the web content article matching the group, article ID, and version.
 JournalArticle JournalArticleLocalServiceWrapper.fetchArticle(long groupId, String articleId, double version)
          Returns the web content article matching the group, article ID, and version.
abstract  JournalArticle JournalArticleLocalService.fetchArticleByUrlTitle(long groupId, String urlTitle)
           
static JournalArticle JournalArticleLocalServiceUtil.fetchArticleByUrlTitle(long groupId, String urlTitle)
           
 JournalArticle JournalArticleLocalServiceWrapper.fetchArticleByUrlTitle(long groupId, String urlTitle)
           
abstract  JournalArticle JournalArticleLocalService.fetchDisplayArticle(long groupId, String articleId)
           
static JournalArticle JournalArticleLocalServiceUtil.fetchDisplayArticle(long groupId, String articleId)
           
 JournalArticle JournalArticleLocalServiceWrapper.fetchDisplayArticle(long groupId, String articleId)
           
abstract  JournalArticle JournalArticleLocalService.fetchJournalArticle(long id)
           
static JournalArticle JournalArticleLocalServiceUtil.fetchJournalArticle(long id)
           
 JournalArticle JournalArticleLocalServiceWrapper.fetchJournalArticle(long id)
           
abstract  JournalArticle JournalArticleLocalService.fetchJournalArticleByUuidAndCompanyId(String uuid, long companyId)
          Returns the journal article with the matching UUID and company.
static JournalArticle JournalArticleLocalServiceUtil.fetchJournalArticleByUuidAndCompanyId(String uuid, long companyId)
          Returns the journal article with the matching UUID and company.
 JournalArticle JournalArticleLocalServiceWrapper.fetchJournalArticleByUuidAndCompanyId(String uuid, long companyId)
          Returns the journal article with the matching UUID and company.
abstract  JournalArticle JournalArticleLocalService.fetchJournalArticleByUuidAndGroupId(String uuid, long groupId)
          Returns the journal article matching the UUID and group.
static JournalArticle JournalArticleLocalServiceUtil.fetchJournalArticleByUuidAndGroupId(String uuid, long groupId)
          Returns the journal article matching the UUID and group.
 JournalArticle JournalArticleLocalServiceWrapper.fetchJournalArticleByUuidAndGroupId(String uuid, long groupId)
          Returns the journal article matching the UUID and group.
abstract  JournalArticle JournalArticleLocalService.fetchLatestArticle(long resourcePrimKey)
           
static JournalArticle JournalArticleLocalServiceUtil.fetchLatestArticle(long resourcePrimKey)
           
 JournalArticle JournalArticleLocalServiceWrapper.fetchLatestArticle(long resourcePrimKey)
           
abstract  JournalArticle JournalArticleLocalService.fetchLatestArticle(long resourcePrimKey, int status)
           
static JournalArticle JournalArticleLocalServiceUtil.fetchLatestArticle(long resourcePrimKey, int status)
           
 JournalArticle JournalArticleLocalServiceWrapper.fetchLatestArticle(long resourcePrimKey, int status)
           
abstract  JournalArticle JournalArticleLocalService.fetchLatestArticle(long resourcePrimKey, int[] statuses)
           
static JournalArticle JournalArticleLocalServiceUtil.fetchLatestArticle(long resourcePrimKey, int[] statuses)
           
 JournalArticle JournalArticleLocalServiceWrapper.fetchLatestArticle(long resourcePrimKey, int[] statuses)
           
abstract  JournalArticle JournalArticleLocalService.fetchLatestArticle(long resourcePrimKey, int status, boolean preferApproved)
           
static JournalArticle JournalArticleLocalServiceUtil.fetchLatestArticle(long resourcePrimKey, int status, boolean preferApproved)
           
 JournalArticle JournalArticleLocalServiceWrapper.fetchLatestArticle(long resourcePrimKey, int status, boolean preferApproved)
           
abstract  JournalArticle JournalArticleLocalService.fetchLatestArticle(long groupId, String articleId, int status)
           
static JournalArticle JournalArticleLocalServiceUtil.fetchLatestArticle(long groupId, String articleId, int status)
           
 JournalArticle JournalArticleLocalServiceWrapper.fetchLatestArticle(long groupId, String articleId, int status)
           
abstract  JournalArticle JournalArticleLocalService.fetchLatestArticleByUrlTitle(long groupId, String urlTitle, int status)
           
static JournalArticle JournalArticleLocalServiceUtil.fetchLatestArticleByUrlTitle(long groupId, String urlTitle, int status)
           
 JournalArticle JournalArticleLocalServiceWrapper.fetchLatestArticleByUrlTitle(long groupId, String urlTitle, int status)
           
abstract  JournalArticle JournalArticleLocalService.fetchLatestIndexableArticle(long resourcePrimKey)
          Returns the latest indexable web content article matching the resource primary key.
static JournalArticle JournalArticleLocalServiceUtil.fetchLatestIndexableArticle(long resourcePrimKey)
          Returns the latest indexable web content article matching the resource primary key.
 JournalArticle JournalArticleLocalServiceWrapper.fetchLatestIndexableArticle(long resourcePrimKey)
          Returns the latest indexable web content article matching the resource primary key.
abstract  JournalArticle JournalArticleLocalService.getArticle(long id)
          Returns the web content article with the ID.
static JournalArticle JournalArticleLocalServiceUtil.getArticle(long id)
          Returns the web content article with the ID.
abstract  JournalArticle JournalArticleService.getArticle(long id)
          Returns the web content article with the ID.
 JournalArticle JournalArticleServiceWrapper.getArticle(long id)
          Returns the web content article with the ID.
static JournalArticle JournalArticleServiceUtil.getArticle(long id)
          Returns the web content article with the ID.
 JournalArticle JournalArticleLocalServiceWrapper.getArticle(long id)
          Returns the web content article with the ID.
abstract  JournalArticle JournalArticleLocalService.getArticle(long groupId, String articleId)
          Returns the latest approved web content article, or the latest unapproved article if none are approved.
static JournalArticle JournalArticleLocalServiceUtil.getArticle(long groupId, String articleId)
          Returns the latest approved web content article, or the latest unapproved article if none are approved.
abstract  JournalArticle JournalArticleService.getArticle(long groupId, String articleId)
          Returns the latest approved web content article, or the latest unapproved article if none are approved.
 JournalArticle JournalArticleServiceWrapper.getArticle(long groupId, String articleId)
          Returns the latest approved web content article, or the latest unapproved article if none are approved.
static JournalArticle JournalArticleServiceUtil.getArticle(long groupId, String articleId)
          Returns the latest approved web content article, or the latest unapproved article if none are approved.
 JournalArticle JournalArticleLocalServiceWrapper.getArticle(long groupId, String articleId)
          Returns the latest approved web content article, or the latest unapproved article if none are approved.
abstract  JournalArticle JournalArticleLocalService.getArticle(long groupId, String articleId, double version)
          Returns the web content article matching the group, article ID, and version.
static JournalArticle JournalArticleLocalServiceUtil.getArticle(long groupId, String articleId, double version)
          Returns the web content article matching the group, article ID, and version.
abstract  JournalArticle JournalArticleService.getArticle(long groupId, String articleId, double version)
          Returns the web content article matching the group, article ID, and version.
 JournalArticle JournalArticleServiceWrapper.getArticle(long groupId, String articleId, double version)
          Returns the web content article matching the group, article ID, and version.
static JournalArticle JournalArticleServiceUtil.getArticle(long groupId, String articleId, double version)
          Returns the web content article matching the group, article ID, and version.
 JournalArticle JournalArticleLocalServiceWrapper.getArticle(long groupId, String articleId, double version)
          Returns the web content article matching the group, article ID, and version.
abstract  JournalArticle JournalArticleLocalService.getArticle(long groupId, String className, long classPK)
          Returns the web content article matching the group, class name, and class PK.
static JournalArticle JournalArticleLocalServiceUtil.getArticle(long groupId, String className, long classPK)
          Returns the web content article matching the group, class name, and class PK.
abstract  JournalArticle JournalArticleService.getArticle(long groupId, String className, long classPK)
          Returns the web content article matching the group, class name, and class PK.
 JournalArticle JournalArticleServiceWrapper.getArticle(long groupId, String className, long classPK)
          Returns the web content article matching the group, class name, and class PK.
static JournalArticle JournalArticleServiceUtil.getArticle(long groupId, String className, long classPK)
          Returns the web content article matching the group, class name, and class PK.
 JournalArticle JournalArticleLocalServiceWrapper.getArticle(long groupId, String className, long classPK)
          Returns the web content article matching the group, class name, and class PK.
abstract  JournalArticle JournalArticleLocalService.getArticleByUrlTitle(long groupId, String urlTitle)
          Returns the latest web content article that is approved, or the latest unapproved article if none are approved.
static JournalArticle JournalArticleLocalServiceUtil.getArticleByUrlTitle(long groupId, String urlTitle)
          Returns the latest web content article that is approved, or the latest unapproved article if none are approved.
abstract  JournalArticle JournalArticleService.getArticleByUrlTitle(long groupId, String urlTitle)
          Returns the latest web content article that is approved, or the latest unapproved article if none are approved.
 JournalArticle JournalArticleServiceWrapper.getArticleByUrlTitle(long groupId, String urlTitle)
          Returns the latest web content article that is approved, or the latest unapproved article if none are approved.
static JournalArticle JournalArticleServiceUtil.getArticleByUrlTitle(long groupId, String urlTitle)
          Returns the latest web content article that is approved, or the latest unapproved article if none are approved.
 JournalArticle JournalArticleLocalServiceWrapper.getArticleByUrlTitle(long groupId, String urlTitle)
          Returns the latest web content article that is approved, or the latest unapproved article if none are approved.
abstract  JournalArticle JournalArticleLocalService.getDisplayArticle(long groupId, String articleId)
          Returns the matching web content article currently displayed or next to be displayed if no article is currently displayed.
static JournalArticle JournalArticleLocalServiceUtil.getDisplayArticle(long groupId, String articleId)
          Returns the matching web content article currently displayed or next to be displayed if no article is currently displayed.
 JournalArticle JournalArticleLocalServiceWrapper.getDisplayArticle(long groupId, String articleId)
          Returns the matching web content article currently displayed or next to be displayed if no article is currently displayed.
abstract  JournalArticle JournalArticleLocalService.getDisplayArticleByUrlTitle(long groupId, String urlTitle)
          Returns the web content article matching the URL title that is currently displayed or next to be displayed if no article is currently displayed.
static JournalArticle JournalArticleLocalServiceUtil.getDisplayArticleByUrlTitle(long groupId, String urlTitle)
          Returns the web content article matching the URL title that is currently displayed or next to be displayed if no article is currently displayed.
abstract  JournalArticle JournalArticleService.getDisplayArticleByUrlTitle(long groupId, String urlTitle)
          Returns the web content article matching the URL title that is currently displayed or next to be displayed if no article is currently displayed.
 JournalArticle JournalArticleServiceWrapper.getDisplayArticleByUrlTitle(long groupId, String urlTitle)
          Returns the web content article matching the URL title that is currently displayed or next to be displayed if no article is currently displayed.
static JournalArticle JournalArticleServiceUtil.getDisplayArticleByUrlTitle(long groupId, String urlTitle)
          Returns the web content article matching the URL title that is currently displayed or next to be displayed if no article is currently displayed.
 JournalArticle JournalArticleLocalServiceWrapper.getDisplayArticleByUrlTitle(long groupId, String urlTitle)
          Returns the web content article matching the URL title that is currently displayed or next to be displayed if no article is currently displayed.
abstract  JournalArticle JournalArticleLocalService.getJournalArticle(long id)
          Returns the journal article with the primary key.
static JournalArticle JournalArticleLocalServiceUtil.getJournalArticle(long id)
          Returns the journal article with the primary key.
 JournalArticle JournalArticleLocalServiceWrapper.getJournalArticle(long id)
          Returns the journal article with the primary key.
abstract  JournalArticle JournalArticleLocalService.getJournalArticleByUuidAndCompanyId(String uuid, long companyId)
          Returns the journal article with the matching UUID and company.
static JournalArticle JournalArticleLocalServiceUtil.getJournalArticleByUuidAndCompanyId(String uuid, long companyId)
          Returns the journal article with the matching UUID and company.
 JournalArticle JournalArticleLocalServiceWrapper.getJournalArticleByUuidAndCompanyId(String uuid, long companyId)
          Returns the journal article with the matching UUID and company.
abstract  JournalArticle JournalArticleLocalService.getJournalArticleByUuidAndGroupId(String uuid, long groupId)
          Returns the journal article matching the UUID and group.
static JournalArticle JournalArticleLocalServiceUtil.getJournalArticleByUuidAndGroupId(String uuid, long groupId)
          Returns the journal article matching the UUID and group.
 JournalArticle JournalArticleLocalServiceWrapper.getJournalArticleByUuidAndGroupId(String uuid, long groupId)
          Returns the journal article matching the UUID and group.
abstract  JournalArticle JournalArticleLocalService.getLatestArticle(long resourcePrimKey)
          Returns the latest web content article matching the resource primary key, preferring articles with approved workflow status.
static JournalArticle JournalArticleLocalServiceUtil.getLatestArticle(long resourcePrimKey)
          Returns the latest web content article matching the resource primary key, preferring articles with approved workflow status.
abstract  JournalArticle JournalArticleService.getLatestArticle(long resourcePrimKey)
          Returns the latest web content article matching the resource primary key, preferring articles with approved workflow status.
 JournalArticle JournalArticleServiceWrapper.getLatestArticle(long resourcePrimKey)
          Returns the latest web content article matching the resource primary key, preferring articles with approved workflow status.
static JournalArticle JournalArticleServiceUtil.getLatestArticle(long resourcePrimKey)
          Returns the latest web content article matching the resource primary key, preferring articles with approved workflow status.
 JournalArticle JournalArticleLocalServiceWrapper.getLatestArticle(long resourcePrimKey)
          Returns the latest web content article matching the resource primary key, preferring articles with approved workflow status.
abstract  JournalArticle JournalArticleLocalService.getLatestArticle(long resourcePrimKey, int status)
          Returns the latest web content article matching the resource primary key and workflow status, preferring articles with approved workflow status.
static JournalArticle JournalArticleLocalServiceUtil.getLatestArticle(long resourcePrimKey, int status)
          Returns the latest web content article matching the resource primary key and workflow status, preferring articles with approved workflow status.
 JournalArticle JournalArticleLocalServiceWrapper.getLatestArticle(long resourcePrimKey, int status)
          Returns the latest web content article matching the resource primary key and workflow status, preferring articles with approved workflow status.
abstract  JournalArticle JournalArticleLocalService.getLatestArticle(long resourcePrimKey, int status, boolean preferApproved)
          Returns the latest web content article matching the resource primary key and workflow status, optionally preferring articles with approved workflow status.
static JournalArticle JournalArticleLocalServiceUtil.getLatestArticle(long resourcePrimKey, int status, boolean preferApproved)
          Returns the latest web content article matching the resource primary key and workflow status, optionally preferring articles with approved workflow status.
 JournalArticle JournalArticleLocalServiceWrapper.getLatestArticle(long resourcePrimKey, int status, boolean preferApproved)
          Returns the latest web content article matching the resource primary key and workflow status, optionally preferring articles with approved workflow status.
abstract  JournalArticle JournalArticleLocalService.getLatestArticle(long groupId, String articleId)
          Returns the latest web content article with the group and article ID.
static JournalArticle JournalArticleLocalServiceUtil.getLatestArticle(long groupId, String articleId)
          Returns the latest web content article with the group and article ID.
 JournalArticle JournalArticleLocalServiceWrapper.getLatestArticle(long groupId, String articleId)
          Returns the latest web content article with the group and article ID.
abstract  JournalArticle JournalArticleLocalService.getLatestArticle(long groupId, String articleId, int status)
          Returns the latest web content article matching the group, article ID, and workflow status.
static JournalArticle JournalArticleLocalServiceUtil.getLatestArticle(long groupId, String articleId, int status)
          Returns the latest web content article matching the group, article ID, and workflow status.
abstract  JournalArticle JournalArticleService.getLatestArticle(long groupId, String articleId, int status)
          Returns the latest web content article matching the group, article ID, and workflow status.
 JournalArticle JournalArticleServiceWrapper.getLatestArticle(long groupId, String articleId, int status)
          Returns the latest web content article matching the group, article ID, and workflow status.
static JournalArticle JournalArticleServiceUtil.getLatestArticle(long groupId, String articleId, int status)
          Returns the latest web content article matching the group, article ID, and workflow status.
 JournalArticle JournalArticleLocalServiceWrapper.getLatestArticle(long groupId, String articleId, int status)
          Returns the latest web content article matching the group, article ID, and workflow status.
abstract  JournalArticle JournalArticleLocalService.getLatestArticle(long groupId, String className, long classPK)
          Returns the latest web content article matching the group, class name ID, and class PK.
static JournalArticle JournalArticleLocalServiceUtil.getLatestArticle(long groupId, String className, long classPK)
          Returns the latest web content article matching the group, class name ID, and class PK.
abstract  JournalArticle JournalArticleService.getLatestArticle(long groupId, String className, long classPK)
          Returns the latest web content article matching the group, class name ID, and class PK.
 JournalArticle JournalArticleServiceWrapper.getLatestArticle(long groupId, String className, long classPK)
          Returns the latest web content article matching the group, class name ID, and class PK.
static JournalArticle JournalArticleServiceUtil.getLatestArticle(long groupId, String className, long classPK)
          Returns the latest web content article matching the group, class name ID, and class PK.
 JournalArticle JournalArticleLocalServiceWrapper.getLatestArticle(long groupId, String className, long classPK)
          Returns the latest web content article matching the group, class name ID, and class PK.
abstract  JournalArticle JournalArticleLocalService.getLatestArticleByUrlTitle(long groupId, String urlTitle, int status)
          Returns the latest web content article matching the group, URL title, and workflow status.
static JournalArticle JournalArticleLocalServiceUtil.getLatestArticleByUrlTitle(long groupId, String urlTitle, int status)
          Returns the latest web content article matching the group, URL title, and workflow status.
 JournalArticle JournalArticleLocalServiceWrapper.getLatestArticleByUrlTitle(long groupId, String urlTitle, int status)
          Returns the latest web content article matching the group, URL title, and workflow status.
abstract  JournalArticle JournalArticleLocalService.getOldestArticle(long groupId, String articleId)
           
static JournalArticle JournalArticleLocalServiceUtil.getOldestArticle(long groupId, String articleId)
           
 JournalArticle JournalArticleLocalServiceWrapper.getOldestArticle(long groupId, String articleId)
           
abstract  JournalArticle JournalArticleLocalService.getOldestArticle(long groupId, String articleId, int status)
           
static JournalArticle JournalArticleLocalServiceUtil.getOldestArticle(long groupId, String articleId, int status)
           
 JournalArticle JournalArticleLocalServiceWrapper.getOldestArticle(long groupId, String articleId, int status)
           
abstract  JournalArticle JournalArticleLocalService.moveArticle(long groupId, String articleId, long newFolderId)
          Moves the web content article matching the group and article ID to a new folder.
static JournalArticle JournalArticleLocalServiceUtil.moveArticle(long groupId, String articleId, long newFolderId)
          Moves the web content article matching the group and article ID to a new folder.
 JournalArticle JournalArticleLocalServiceWrapper.moveArticle(long groupId, String articleId, long newFolderId)
          Moves the web content article matching the group and article ID to a new folder.
abstract  JournalArticle JournalArticleLocalService.moveArticleFromTrash(long userId, long groupId, JournalArticle article, long newFolderId, ServiceContext serviceContext)
          Moves the web content article from the Recycle Bin to a new folder.
static JournalArticle JournalArticleLocalServiceUtil.moveArticleFromTrash(long userId, long groupId, JournalArticle article, long newFolderId, ServiceContext serviceContext)
          Moves the web content article from the Recycle Bin to a new folder.
 JournalArticle JournalArticleLocalServiceWrapper.moveArticleFromTrash(long userId, long groupId, JournalArticle article, long newFolderId, ServiceContext serviceContext)
          Moves the web content article from the Recycle Bin to a new folder.
abstract  JournalArticle JournalArticleService.moveArticleFromTrash(long groupId, long resourcePrimKey, long newFolderId, ServiceContext serviceContext)
          Moves the web content article from the Recycle Bin to the folder.
 JournalArticle JournalArticleServiceWrapper.moveArticleFromTrash(long groupId, long resourcePrimKey, long newFolderId, ServiceContext serviceContext)
          Moves the web content article from the Recycle Bin to the folder.
static JournalArticle JournalArticleServiceUtil.moveArticleFromTrash(long groupId, long resourcePrimKey, long newFolderId, ServiceContext serviceContext)
          Moves the web content article from the Recycle Bin to the folder.
abstract  JournalArticle JournalArticleService.moveArticleFromTrash(long groupId, String articleId, long newFolderId, ServiceContext serviceContext)
          Moves the web content article from the Recycle Bin to the folder.
 JournalArticle JournalArticleServiceWrapper.moveArticleFromTrash(long groupId, String articleId, long newFolderId, ServiceContext serviceContext)
          Moves the web content article from the Recycle Bin to the folder.
static JournalArticle JournalArticleServiceUtil.moveArticleFromTrash(long groupId, String articleId, long newFolderId, ServiceContext serviceContext)
          Moves the web content article from the Recycle Bin to the folder.
abstract  JournalArticle JournalArticleLocalService.moveArticleToTrash(long userId, JournalArticle article)
          Moves the latest version of the web content article matching the group and article ID to the recycle bin.
static JournalArticle JournalArticleLocalServiceUtil.moveArticleToTrash(long userId, JournalArticle article)
          Moves the latest version of the web content article matching the group and article ID to the recycle bin.
 JournalArticle JournalArticleLocalServiceWrapper.moveArticleToTrash(long userId, JournalArticle article)
          Moves the latest version of the web content article matching the group and article ID to the recycle bin.
abstract  JournalArticle JournalArticleLocalService.moveArticleToTrash(long userId, long groupId, String articleId)
          Moves the latest version of the web content article matching the group and article ID to the recycle bin.
static JournalArticle JournalArticleLocalServiceUtil.moveArticleToTrash(long userId, long groupId, String articleId)
          Moves the latest version of the web content article matching the group and article ID to the recycle bin.
 JournalArticle JournalArticleLocalServiceWrapper.moveArticleToTrash(long userId, long groupId, String articleId)
          Moves the latest version of the web content article matching the group and article ID to the recycle bin.
abstract  JournalArticle JournalArticleService.moveArticleToTrash(long groupId, String articleId)
          Moves the latest version of the web content article matching the group and article ID to the recycle bin.
 JournalArticle JournalArticleServiceWrapper.moveArticleToTrash(long groupId, String articleId)
          Moves the latest version of the web content article matching the group and article ID to the recycle bin.
static JournalArticle JournalArticleServiceUtil.moveArticleToTrash(long groupId, String articleId)
          Moves the latest version of the web content article matching the group and article ID to the recycle bin.
abstract  JournalArticle JournalArticleLocalService.removeArticleLocale(long groupId, String articleId, double version, String languageId)
          Removes the web content of the web content article matching the group, article ID, and version, and language.
static JournalArticle JournalArticleLocalServiceUtil.removeArticleLocale(long groupId, String articleId, double version, String languageId)
          Removes the web content of the web content article matching the group, article ID, and version, and language.
abstract  JournalArticle JournalArticleService.removeArticleLocale(long groupId, String articleId, double version, String languageId)
          Removes the web content of the web content article matching the group, article ID, and version, and language.
 JournalArticle JournalArticleServiceWrapper.removeArticleLocale(long groupId, String articleId, double version, String languageId)
          Removes the web content of the web content article matching the group, article ID, and version, and language.
static JournalArticle JournalArticleServiceUtil.removeArticleLocale(long groupId, String articleId, double version, String languageId)
          Removes the web content of the web content article matching the group, article ID, and version, and language.
 JournalArticle JournalArticleLocalServiceWrapper.removeArticleLocale(long groupId, String articleId, double version, String languageId)
          Removes the web content of the web content article matching the group, article ID, and version, and language.
abstract  JournalArticle JournalArticleLocalService.restoreArticleFromTrash(long userId, JournalArticle article)
          Restores the web content article from the Recycle Bin.
static JournalArticle JournalArticleLocalServiceUtil.restoreArticleFromTrash(long userId, JournalArticle article)
          Restores the web content article from the Recycle Bin.
 JournalArticle JournalArticleLocalServiceWrapper.restoreArticleFromTrash(long userId, JournalArticle article)
          Restores the web content article from the Recycle Bin.
abstract  JournalArticle JournalArticleLocalService.updateArticle(long userId, long groupId, long folderId, String articleId, double version, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, String layoutUuid, ServiceContext serviceContext)
          Updates the web content article matching the version, replacing its folder, title, description, content, and layout UUID.
static JournalArticle JournalArticleLocalServiceUtil.updateArticle(long userId, long groupId, long folderId, String articleId, double version, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, String layoutUuid, ServiceContext serviceContext)
          Updates the web content article matching the version, replacing its folder, title, description, content, and layout UUID.
abstract  JournalArticle JournalArticleService.updateArticle(long userId, long groupId, long folderId, String articleId, double version, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, String layoutUuid, ServiceContext serviceContext)
          Updates the web content article matching the version, replacing its folder, title, description, content, and layout UUID.
 JournalArticle JournalArticleServiceWrapper.updateArticle(long userId, long groupId, long folderId, String articleId, double version, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, String layoutUuid, ServiceContext serviceContext)
          Updates the web content article matching the version, replacing its folder, title, description, content, and layout UUID.
static JournalArticle JournalArticleServiceUtil.updateArticle(long userId, long groupId, long folderId, String articleId, double version, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, String layoutUuid, ServiceContext serviceContext)
          Updates the web content article matching the version, replacing its folder, title, description, content, and layout UUID.
 JournalArticle JournalArticleLocalServiceWrapper.updateArticle(long userId, long groupId, long folderId, String articleId, double version, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, String layoutUuid, ServiceContext serviceContext)
          Updates the web content article matching the version, replacing its folder, title, description, content, and layout UUID.
abstract  JournalArticle JournalArticleLocalService.updateArticle(long userId, long groupId, long folderId, String articleId, double version, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, String type, String ddmStructureKey, String ddmTemplateKey, String layoutUuid, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, boolean smallImage, String smallImageURL, File smallImageFile, Map<String,byte[]> images, String articleURL, ServiceContext serviceContext)
          Updates the web content article with additional parameters.
static JournalArticle JournalArticleLocalServiceUtil.updateArticle(long userId, long groupId, long folderId, String articleId, double version, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, String type, String ddmStructureKey, String ddmTemplateKey, String layoutUuid, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, boolean smallImage, String smallImageURL, File smallImageFile, Map<String,byte[]> images, String articleURL, ServiceContext serviceContext)
          Updates the web content article with additional parameters.
 JournalArticle JournalArticleLocalServiceWrapper.updateArticle(long userId, long groupId, long folderId, String articleId, double version, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, String type, String ddmStructureKey, String ddmTemplateKey, String layoutUuid, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, boolean smallImage, String smallImageURL, File smallImageFile, Map<String,byte[]> images, String articleURL, ServiceContext serviceContext)
          Updates the web content article with additional parameters.
abstract  JournalArticle JournalArticleLocalService.updateArticle(long userId, long groupId, long folderId, String articleId, double version, String content, ServiceContext serviceContext)
          Updates the web content article matching the version, replacing its folder and content.
static JournalArticle JournalArticleLocalServiceUtil.updateArticle(long userId, long groupId, long folderId, String articleId, double version, String content, ServiceContext serviceContext)
          Updates the web content article matching the version, replacing its folder and content.
 JournalArticle JournalArticleLocalServiceWrapper.updateArticle(long userId, long groupId, long folderId, String articleId, double version, String content, ServiceContext serviceContext)
          Updates the web content article matching the version, replacing its folder and content.
abstract  JournalArticle JournalArticleService.updateArticle(long groupId, long folderId, String articleId, double version, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, String type, String ddmStructureKey, String ddmTemplateKey, String layoutUuid, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, boolean smallImage, String smallImageURL, File smallFile, Map<String,byte[]> images, String articleURL, ServiceContext serviceContext)
          Updates the web content article with additional parameters.
 JournalArticle JournalArticleServiceWrapper.updateArticle(long groupId, long folderId, String articleId, double version, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, String type, String ddmStructureKey, String ddmTemplateKey, String layoutUuid, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, boolean smallImage, String smallImageURL, File smallFile, Map<String,byte[]> images, String articleURL, ServiceContext serviceContext)
          Updates the web content article with additional parameters.
static JournalArticle JournalArticleServiceUtil.updateArticle(long groupId, long folderId, String articleId, double version, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, String type, String ddmStructureKey, String ddmTemplateKey, String layoutUuid, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, boolean smallImage, String smallImageURL, File smallFile, Map<String,byte[]> images, String articleURL, ServiceContext serviceContext)
          Updates the web content article with additional parameters.
abstract  JournalArticle JournalArticleService.updateArticle(long groupId, long folderId, String articleId, double version, String content, ServiceContext serviceContext)
          Updates the web content article matching the version, replacing its folder and content.
 JournalArticle JournalArticleServiceWrapper.updateArticle(long groupId, long folderId, String articleId, double version, String content, ServiceContext serviceContext)
          Updates the web content article matching the version, replacing its folder and content.
static JournalArticle JournalArticleServiceUtil.updateArticle(long groupId, long folderId, String articleId, double version, String content, ServiceContext serviceContext)
          Updates the web content article matching the version, replacing its folder and content.
abstract  JournalArticle JournalArticleLocalService.updateArticleTranslation(long groupId, String articleId, double version, Locale locale, String title, String description, String content, Map<String,byte[]> images)
          Deprecated. As of 6.2.0, replaced by JournalArticleLocalService.updateArticleTranslation(long, String, double, Locale, String, String, String, Map, ServiceContext)
static JournalArticle JournalArticleLocalServiceUtil.updateArticleTranslation(long groupId, String articleId, double version, Locale locale, String title, String description, String content, Map<String,byte[]> images)
          Deprecated. As of 6.2.0, replaced by JournalArticleLocalServiceUtil.updateArticleTranslation(long, String, double, Locale, String, String, String, Map, ServiceContext)
abstract  JournalArticle JournalArticleService.updateArticleTranslation(long groupId, String articleId, double version, Locale locale, String title, String description, String content, Map<String,byte[]> images)
          Deprecated. As of 6.2.0, replaced by JournalArticleService.updateArticleTranslation(long, String, double, Locale, String, String, String, Map, ServiceContext)
 JournalArticle JournalArticleServiceWrapper.updateArticleTranslation(long groupId, String articleId, double version, Locale locale, String title, String description, String content, Map<String,byte[]> images)
          Deprecated. As of 6.2.0, replaced by JournalArticleServiceWrapper.updateArticleTranslation(long, String, double, Locale, String, String, String, Map, ServiceContext)
static JournalArticle JournalArticleServiceUtil.updateArticleTranslation(long groupId, String articleId, double version, Locale locale, String title, String description, String content, Map<String,byte[]> images)
          Deprecated. As of 6.2.0, replaced by JournalArticleServiceUtil.updateArticleTranslation(long, String, double, Locale, String, String, String, Map, ServiceContext)
 JournalArticle JournalArticleLocalServiceWrapper.updateArticleTranslation(long groupId, String articleId, double version, Locale locale, String title, String description, String content, Map<String,byte[]> images)
          Deprecated. As of 6.2.0, replaced by JournalArticleLocalServiceWrapper.updateArticleTranslation(long, String, double, Locale, String, String, String, Map, ServiceContext)
abstract  JournalArticle JournalArticleLocalService.updateArticleTranslation(long groupId, String articleId, double version, Locale locale, String title, String description, String content, Map<String,byte[]> images, ServiceContext serviceContext)
          Updates the translation of the web content article.
static JournalArticle JournalArticleLocalServiceUtil.updateArticleTranslation(long groupId, String articleId, double version, Locale locale, String title, String description, String content, Map<String,byte[]> images, ServiceContext serviceContext)
          Updates the translation of the web content article.
abstract  JournalArticle JournalArticleService.updateArticleTranslation(long groupId, String articleId, double version, Locale locale, String title, String description, String content, Map<String,byte[]> images, ServiceContext serviceContext)
          Updates the translation of the web content article.
 JournalArticle JournalArticleServiceWrapper.updateArticleTranslation(long groupId, String articleId, double version, Locale locale, String title, String description, String content, Map<String,byte[]> images, ServiceContext serviceContext)
          Updates the translation of the web content article.
static JournalArticle JournalArticleServiceUtil.updateArticleTranslation(long groupId, String articleId, double version, Locale locale, String title, String description, String content, Map<String,byte[]> images, ServiceContext serviceContext)
          Updates the translation of the web content article.
 JournalArticle JournalArticleLocalServiceWrapper.updateArticleTranslation(long groupId, String articleId, double version, Locale locale, String title, String description, String content, Map<String,byte[]> images, ServiceContext serviceContext)
          Updates the translation of the web content article.
abstract  JournalArticle JournalArticleLocalService.updateContent(long groupId, String articleId, double version, String content)
          Updates the web content article matching the group, article ID, and version, replacing its content.
static JournalArticle JournalArticleLocalServiceUtil.updateContent(long groupId, String articleId, double version, String content)
          Updates the web content article matching the group, article ID, and version, replacing its content.
abstract  JournalArticle JournalArticleService.updateContent(long groupId, String articleId, double version, String content)
          Updates the web content article matching the group, article ID, and version, replacing its content.
 JournalArticle JournalArticleServiceWrapper.updateContent(long groupId, String articleId, double version, String content)
          Updates the web content article matching the group, article ID, and version, replacing its content.
static JournalArticle JournalArticleServiceUtil.updateContent(long groupId, String articleId, double version, String content)
          Updates the web content article matching the group, article ID, and version, replacing its content.
 JournalArticle JournalArticleLocalServiceWrapper.updateContent(long groupId, String articleId, double version, String content)
          Updates the web content article matching the group, article ID, and version, replacing its content.
abstract  JournalArticle JournalArticleLocalService.updateJournalArticle(JournalArticle journalArticle)
          Updates the journal article in the database or adds it if it does not yet exist.
static JournalArticle JournalArticleLocalServiceUtil.updateJournalArticle(JournalArticle journalArticle)
          Updates the journal article in the database or adds it if it does not yet exist.
 JournalArticle JournalArticleLocalServiceWrapper.updateJournalArticle(JournalArticle journalArticle)
          Updates the journal article in the database or adds it if it does not yet exist.
abstract  JournalArticle JournalArticleLocalService.updateStatus(long userId, JournalArticle article, int status, String articleURL, Map<String,Serializable> workflowContext, ServiceContext serviceContext)
          Updates the workflow status of the web content article.
static JournalArticle JournalArticleLocalServiceUtil.updateStatus(long userId, JournalArticle article, int status, String articleURL, Map<String,Serializable> workflowContext, ServiceContext serviceContext)
          Updates the workflow status of the web content article.
 JournalArticle JournalArticleLocalServiceWrapper.updateStatus(long userId, JournalArticle article, int status, String articleURL, Map<String,Serializable> workflowContext, ServiceContext serviceContext)
          Updates the workflow status of the web content article.
abstract  JournalArticle JournalArticleLocalService.updateStatus(long userId, long classPK, int status, Map<String,Serializable> workflowContext, ServiceContext serviceContext)
          Updates the workflow status of the web content article matching the class PK.
static JournalArticle JournalArticleLocalServiceUtil.updateStatus(long userId, long classPK, int status, Map<String,Serializable> workflowContext, ServiceContext serviceContext)
          Updates the workflow status of the web content article matching the class PK.
 JournalArticle JournalArticleLocalServiceWrapper.updateStatus(long userId, long classPK, int status, Map<String,Serializable> workflowContext, ServiceContext serviceContext)
          Updates the workflow status of the web content article matching the class PK.
abstract  JournalArticle JournalArticleLocalService.updateStatus(long userId, long groupId, String articleId, double version, int status, String articleURL, Map<String,Serializable> workflowContext, ServiceContext serviceContext)
          Updates the workflow status of the web content article matching the group, article ID, and version.
static JournalArticle JournalArticleLocalServiceUtil.updateStatus(long userId, long groupId, String articleId, double version, int status, String articleURL, Map<String,Serializable> workflowContext, ServiceContext serviceContext)
          Updates the workflow status of the web content article matching the group, article ID, and version.
 JournalArticle JournalArticleLocalServiceWrapper.updateStatus(long userId, long groupId, String articleId, double version, int status, String articleURL, Map<String,Serializable> workflowContext, ServiceContext serviceContext)
          Updates the workflow status of the web content article matching the group, article ID, and version.
abstract  JournalArticle JournalArticleService.updateStatus(long groupId, String articleId, double version, int status, String articleURL, ServiceContext serviceContext)
          Updates the workflow status of the web content article matching the group, article ID, and version.
 JournalArticle JournalArticleServiceWrapper.updateStatus(long groupId, String articleId, double version, int status, String articleURL, ServiceContext serviceContext)
          Updates the workflow status of the web content article matching the group, article ID, and version.
static JournalArticle JournalArticleServiceUtil.updateStatus(long groupId, String articleId, double version, int status, String articleURL, ServiceContext serviceContext)
          Updates the workflow status of the web content article matching the group, article ID, and version.
 

Methods in com.liferay.portlet.journal.service that return types with arguments of type JournalArticle
abstract  List<JournalArticle> JournalArticleLocalService.getArticles()
          Returns all the web content articles present in the system.
static List<JournalArticle> JournalArticleLocalServiceUtil.getArticles()
          Returns all the web content articles present in the system.
 List<JournalArticle> JournalArticleLocalServiceWrapper.getArticles()
          Returns all the web content articles present in the system.
abstract  List<JournalArticle> JournalArticleLocalService.getArticles(long groupId)
          Returns all the web content articles belonging to the group.
static List<JournalArticle> JournalArticleLocalServiceUtil.getArticles(long groupId)
          Returns all the web content articles belonging to the group.
 List<JournalArticle> JournalArticleLocalServiceWrapper.getArticles(long groupId)
          Returns all the web content articles belonging to the group.
abstract  List<JournalArticle> JournalArticleLocalService.getArticles(long groupId, int start, int end)
          Returns a range of all the web content articles belonging to the group.
static List<JournalArticle> JournalArticleLocalServiceUtil.getArticles(long groupId, int start, int end)
          Returns a range of all the web content articles belonging to the group.
 List<JournalArticle> JournalArticleLocalServiceWrapper.getArticles(long groupId, int start, int end)
          Returns a range of all the web content articles belonging to the group.
abstract  List<JournalArticle> JournalArticleLocalService.getArticles(long groupId, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles belonging to the group.
static List<JournalArticle> JournalArticleLocalServiceUtil.getArticles(long groupId, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles belonging to the group.
 List<JournalArticle> JournalArticleLocalServiceWrapper.getArticles(long groupId, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles belonging to the group.
abstract  List<JournalArticle> JournalArticleLocalService.getArticles(long groupId, long folderId)
          Returns all the web content articles matching the group and folder.
static List<JournalArticle> JournalArticleLocalServiceUtil.getArticles(long groupId, long folderId)
          Returns all the web content articles matching the group and folder.
abstract  List<JournalArticle> JournalArticleService.getArticles(long groupId, long folderId)
          Returns all the web content articles matching the group and folder.
 List<JournalArticle> JournalArticleServiceWrapper.getArticles(long groupId, long folderId)
          Returns all the web content articles matching the group and folder.
static List<JournalArticle> JournalArticleServiceUtil.getArticles(long groupId, long folderId)
          Returns all the web content articles matching the group and folder.
 List<JournalArticle> JournalArticleLocalServiceWrapper.getArticles(long groupId, long folderId)
          Returns all the web content articles matching the group and folder.
abstract  List<JournalArticle> JournalArticleLocalService.getArticles(long groupId, long folderId, int start, int end)
          Returns a range of all the web content articles matching the group and folder.
static List<JournalArticle> JournalArticleLocalServiceUtil.getArticles(long groupId, long folderId, int start, int end)
          Returns a range of all the web content articles matching the group and folder.
 List<JournalArticle> JournalArticleLocalServiceWrapper.getArticles(long groupId, long folderId, int start, int end)
          Returns a range of all the web content articles matching the group and folder.
abstract  List<JournalArticle> JournalArticleLocalService.getArticles(long groupId, long folderId, int status, int start, int end)
           
static List<JournalArticle> JournalArticleLocalServiceUtil.getArticles(long groupId, long folderId, int status, int start, int end)
           
 List<JournalArticle> JournalArticleLocalServiceWrapper.getArticles(long groupId, long folderId, int status, int start, int end)
           
abstract  List<JournalArticle> JournalArticleLocalService.getArticles(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the web content articles matching the group and folder.
static List<JournalArticle> JournalArticleLocalServiceUtil.getArticles(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the web content articles matching the group and folder.
abstract  List<JournalArticle> JournalArticleService.getArticles(long groupId, long folderId, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the group and folder.
 List<JournalArticle> JournalArticleServiceWrapper.getArticles(long groupId, long folderId, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the group and folder.
static List<JournalArticle> JournalArticleServiceUtil.getArticles(long groupId, long folderId, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the group and folder.
 List<JournalArticle> JournalArticleLocalServiceWrapper.getArticles(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the web content articles matching the group and folder.
abstract  List<JournalArticle> JournalArticleLocalService.getArticles(long groupId, String articleId)
          Returns all the web content articles matching the group and article ID.
static List<JournalArticle> JournalArticleLocalServiceUtil.getArticles(long groupId, String articleId)
          Returns all the web content articles matching the group and article ID.
 List<JournalArticle> JournalArticleLocalServiceWrapper.getArticles(long groupId, String articleId)
          Returns all the web content articles matching the group and article ID.
abstract  List<JournalArticle> JournalArticleLocalService.getArticles(long groupId, String articleId, int start, int end, OrderByComparator orderByComparator)
           
static List<JournalArticle> JournalArticleLocalServiceUtil.getArticles(long groupId, String articleId, int start, int end, OrderByComparator orderByComparator)
           
 List<JournalArticle> JournalArticleLocalServiceWrapper.getArticles(long groupId, String articleId, int start, int end, OrderByComparator orderByComparator)
           
abstract  List<JournalArticle> JournalArticleService.getArticlesByArticleId(long groupId, String articleId, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the group and article ID.
 List<JournalArticle> JournalArticleServiceWrapper.getArticlesByArticleId(long groupId, String articleId, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the group and article ID.
static List<JournalArticle> JournalArticleServiceUtil.getArticlesByArticleId(long groupId, String articleId, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the group and article ID.
abstract  List<JournalArticle> JournalArticleService.getArticlesByLayoutUuid(long groupId, String layoutUuid)
          Returns all the web content articles matching the group and layout UUID.
 List<JournalArticle> JournalArticleServiceWrapper.getArticlesByLayoutUuid(long groupId, String layoutUuid)
          Returns all the web content articles matching the group and layout UUID.
static List<JournalArticle> JournalArticleServiceUtil.getArticlesByLayoutUuid(long groupId, String layoutUuid)
          Returns all the web content articles matching the group and layout UUID.
abstract  List<JournalArticle> JournalArticleLocalService.getArticlesByResourcePrimKey(long resourcePrimKey)
           
static List<JournalArticle> JournalArticleLocalServiceUtil.getArticlesByResourcePrimKey(long resourcePrimKey)
           
 List<JournalArticle> JournalArticleLocalServiceWrapper.getArticlesByResourcePrimKey(long resourcePrimKey)
           
abstract  List<JournalArticle> JournalArticleLocalService.getArticlesBySmallImageId(long smallImageId)
          Returns all the web content articles matching the small image ID.
static List<JournalArticle> JournalArticleLocalServiceUtil.getArticlesBySmallImageId(long smallImageId)
          Returns all the web content articles matching the small image ID.
 List<JournalArticle> JournalArticleLocalServiceWrapper.getArticlesBySmallImageId(long smallImageId)
          Returns all the web content articles matching the small image ID.
abstract  List<JournalArticle> JournalArticleService.getArticlesByStructureId(long groupId, long classNameId, String ddmStructureKey, int status, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the group, class name ID, DDM structure key, and workflow status.
 List<JournalArticle> JournalArticleServiceWrapper.getArticlesByStructureId(long groupId, long classNameId, String ddmStructureKey, int status, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the group, class name ID, DDM structure key, and workflow status.
static List<JournalArticle> JournalArticleServiceUtil.getArticlesByStructureId(long groupId, long classNameId, String ddmStructureKey, int status, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the group, class name ID, DDM structure key, and workflow status.
abstract  List<JournalArticle> JournalArticleService.getArticlesByStructureId(long groupId, String ddmStructureKey, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the group, default class name ID, and DDM structure key.
 List<JournalArticle> JournalArticleServiceWrapper.getArticlesByStructureId(long groupId, String ddmStructureKey, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the group, default class name ID, and DDM structure key.
static List<JournalArticle> JournalArticleServiceUtil.getArticlesByStructureId(long groupId, String ddmStructureKey, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the group, default class name ID, and DDM structure key.
abstract  List<JournalArticle> JournalArticleLocalService.getCompanyArticles(long companyId, double version, int status, int start, int end)
          Returns an ordered range of all the web content articles matching the company, version, and workflow status.
static List<JournalArticle> JournalArticleLocalServiceUtil.getCompanyArticles(long companyId, double version, int status, int start, int end)
          Returns an ordered range of all the web content articles matching the company, version, and workflow status.
 List<JournalArticle> JournalArticleLocalServiceWrapper.getCompanyArticles(long companyId, double version, int status, int start, int end)
          Returns an ordered range of all the web content articles matching the company, version, and workflow status.
abstract  List<JournalArticle> JournalArticleLocalService.getCompanyArticles(long companyId, int status, int start, int end)
          Returns an ordered range of all the web content articles matching the company and workflow status.
static List<JournalArticle> JournalArticleLocalServiceUtil.getCompanyArticles(long companyId, int status, int start, int end)
          Returns an ordered range of all the web content articles matching the company and workflow status.
 List<JournalArticle> JournalArticleLocalServiceWrapper.getCompanyArticles(long companyId, int status, int start, int end)
          Returns an ordered range of all the web content articles matching the company and workflow status.
abstract  List<JournalArticle> JournalArticleService.getGroupArticles(long groupId, long userId, long rootFolderId, int status, boolean includeOwner, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the web content articles matching the group, user, the root folder or any of its subfolders.
 List<JournalArticle> JournalArticleServiceWrapper.getGroupArticles(long groupId, long userId, long rootFolderId, int status, boolean includeOwner, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the web content articles matching the group, user, the root folder or any of its subfolders.
static List<JournalArticle> JournalArticleServiceUtil.getGroupArticles(long groupId, long userId, long rootFolderId, int status, boolean includeOwner, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the web content articles matching the group, user, the root folder or any of its subfolders.
abstract  List<JournalArticle> JournalArticleService.getGroupArticles(long groupId, long userId, long rootFolderId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the web content articles matching the group, user, the root folder or any of its subfolders.
 List<JournalArticle> JournalArticleServiceWrapper.getGroupArticles(long groupId, long userId, long rootFolderId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the web content articles matching the group, user, the root folder or any of its subfolders.
static List<JournalArticle> JournalArticleServiceUtil.getGroupArticles(long groupId, long userId, long rootFolderId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the web content articles matching the group, user, the root folder or any of its subfolders.
abstract  List<JournalArticle> JournalArticleService.getGroupArticles(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the web content articles matching the group, user, the root folder or any of its subfolders.
 List<JournalArticle> JournalArticleServiceWrapper.getGroupArticles(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the web content articles matching the group, user, the root folder or any of its subfolders.
static List<JournalArticle> JournalArticleServiceUtil.getGroupArticles(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the web content articles matching the group, user, the root folder or any of its subfolders.
abstract  List<JournalArticle> JournalArticleLocalService.getIndexableArticlesByDDMStructureKey(String[] ddmStructureKeys)
           
static List<JournalArticle> JournalArticleLocalServiceUtil.getIndexableArticlesByDDMStructureKey(String[] ddmStructureKeys)
           
 List<JournalArticle> JournalArticleLocalServiceWrapper.getIndexableArticlesByDDMStructureKey(String[] ddmStructureKeys)
           
abstract  List<JournalArticle> JournalArticleLocalService.getIndexableArticlesByResourcePrimKey(long resourcePrimKey)
           
static List<JournalArticle> JournalArticleLocalServiceUtil.getIndexableArticlesByResourcePrimKey(long resourcePrimKey)
           
 List<JournalArticle> JournalArticleLocalServiceWrapper.getIndexableArticlesByResourcePrimKey(long resourcePrimKey)
           
abstract  List<JournalArticle> JournalArticleLocalService.getJournalArticles(int start, int end)
          Returns a range of all the journal articles.
static List<JournalArticle> JournalArticleLocalServiceUtil.getJournalArticles(int start, int end)
          Returns a range of all the journal articles.
 List<JournalArticle> JournalArticleLocalServiceWrapper.getJournalArticles(int start, int end)
          Returns a range of all the journal articles.
abstract  List<JournalArticle> JournalArticleService.getLayoutArticles(long groupId)
           
 List<JournalArticle> JournalArticleServiceWrapper.getLayoutArticles(long groupId)
           
static List<JournalArticle> JournalArticleServiceUtil.getLayoutArticles(long groupId)
           
abstract  List<JournalArticle> JournalArticleLocalService.getStructureArticles(long groupId, String ddmStructureKey)
          Returns the web content articles matching the group and DDM structure key.
static List<JournalArticle> JournalArticleLocalServiceUtil.getStructureArticles(long groupId, String ddmStructureKey)
          Returns the web content articles matching the group and DDM structure key.
 List<JournalArticle> JournalArticleLocalServiceWrapper.getStructureArticles(long groupId, String ddmStructureKey)
          Returns the web content articles matching the group and DDM structure key.
abstract  List<JournalArticle> JournalArticleLocalService.getStructureArticles(long groupId, String ddmStructureKey, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the group and DDM structure key.
static List<JournalArticle> JournalArticleLocalServiceUtil.getStructureArticles(long groupId, String ddmStructureKey, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the group and DDM structure key.
 List<JournalArticle> JournalArticleLocalServiceWrapper.getStructureArticles(long groupId, String ddmStructureKey, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the group and DDM structure key.
abstract  List<JournalArticle> JournalArticleLocalService.getStructureArticles(String[] ddmStructureKeys)
           
static List<JournalArticle> JournalArticleLocalServiceUtil.getStructureArticles(String[] ddmStructureKeys)
           
 List<JournalArticle> JournalArticleLocalServiceWrapper.getStructureArticles(String[] ddmStructureKeys)
           
abstract  List<JournalArticle> JournalArticleLocalService.getTemplateArticles(long groupId, String ddmTemplateKey)
          Returns the web content articles matching the group and DDM template key.
static List<JournalArticle> JournalArticleLocalServiceUtil.getTemplateArticles(long groupId, String ddmTemplateKey)
          Returns the web content articles matching the group and DDM template key.
 List<JournalArticle> JournalArticleLocalServiceWrapper.getTemplateArticles(long groupId, String ddmTemplateKey)
          Returns the web content articles matching the group and DDM template key.
abstract  List<JournalArticle> JournalArticleLocalService.getTemplateArticles(long groupId, String ddmTemplateKey, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the group and DDM template key.
static List<JournalArticle> JournalArticleLocalServiceUtil.getTemplateArticles(long groupId, String ddmTemplateKey, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the group and DDM template key.
 List<JournalArticle> JournalArticleLocalServiceWrapper.getTemplateArticles(long groupId, String ddmTemplateKey, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the group and DDM template key.
abstract  List<JournalArticle> JournalArticleLocalService.search(long groupId, List<Long> folderIds, int status, int start, int end)
           
static List<JournalArticle> JournalArticleLocalServiceUtil.search(long groupId, List<Long> folderIds, int status, int start, int end)
           
 List<JournalArticle> JournalArticleLocalServiceWrapper.search(long groupId, List<Long> folderIds, int status, int start, int end)
           
abstract  List<JournalArticle> JournalArticleLocalService.search(long groupId, long folderId, int status, int start, int end)
           
static List<JournalArticle> JournalArticleLocalServiceUtil.search(long groupId, long folderId, int status, int start, int end)
           
 List<JournalArticle> JournalArticleLocalServiceWrapper.search(long groupId, long folderId, int status, int start, int end)
           
abstract  List<JournalArticle> JournalArticleLocalService.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String keywords, Double version, String type, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the parameters without using the indexer, including a keywords parameter for matching with the article's ID, title, description, and content, a DDM structure key parameter, and a DDM template key parameter.
static List<JournalArticle> JournalArticleLocalServiceUtil.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String keywords, Double version, String type, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the parameters without using the indexer, including a keywords parameter for matching with the article's ID, title, description, and content, a DDM structure key parameter, and a DDM template key parameter.
abstract  List<JournalArticle> JournalArticleService.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String keywords, Double version, String type, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the parameters, including a keywords parameter for matching with the article's ID, title, description, and content, a DDM structure key parameter, and a DDM template key parameter.
 List<JournalArticle> JournalArticleServiceWrapper.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String keywords, Double version, String type, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the parameters, including a keywords parameter for matching with the article's ID, title, description, and content, a DDM structure key parameter, and a DDM template key parameter.
static List<JournalArticle> JournalArticleServiceUtil.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String keywords, Double version, String type, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the parameters, including a keywords parameter for matching with the article's ID, title, description, and content, a DDM structure key parameter, and a DDM template key parameter.
 List<JournalArticle> JournalArticleLocalServiceWrapper.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String keywords, Double version, String type, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the parameters without using the indexer, including a keywords parameter for matching with the article's ID, title, description, and content, a DDM structure key parameter, and a DDM template key parameter.
abstract  List<JournalArticle> JournalArticleLocalService.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String type, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the parameters without using the indexer, including keyword parameters for article ID, title, description, and content, a DDM structure keys (plural) parameter, a DDM template keys (plural) parameter, and an AND operator switch.
static List<JournalArticle> JournalArticleLocalServiceUtil.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String type, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the parameters without using the indexer, including keyword parameters for article ID, title, description, and content, a DDM structure keys (plural) parameter, a DDM template keys (plural) parameter, and an AND operator switch.
abstract  List<JournalArticle> JournalArticleService.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String type, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the parameters, including keyword parameters for article ID, title, description, and content, a DDM structure keys (plural) parameter, a DDM template keys (plural) parameter, and an AND operator switch.
 List<JournalArticle> JournalArticleServiceWrapper.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String type, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the parameters, including keyword parameters for article ID, title, description, and content, a DDM structure keys (plural) parameter, a DDM template keys (plural) parameter, and an AND operator switch.
static List<JournalArticle> JournalArticleServiceUtil.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String type, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the parameters, including keyword parameters for article ID, title, description, and content, a DDM structure keys (plural) parameter, a DDM template keys (plural) parameter, and an AND operator switch.
 List<JournalArticle> JournalArticleLocalServiceWrapper.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String type, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the parameters without using the indexer, including keyword parameters for article ID, title, description, and content, a DDM structure keys (plural) parameter, a DDM template keys (plural) parameter, and an AND operator switch.
abstract  List<JournalArticle> JournalArticleLocalService.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String type, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the parameters without using the indexer, including keyword parameters for article ID, title, description, and content, a DDM structure key parameter, a DDM template key parameter, and an AND operator switch.
static List<JournalArticle> JournalArticleLocalServiceUtil.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String type, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the parameters without using the indexer, including keyword parameters for article ID, title, description, and content, a DDM structure key parameter, a DDM template key parameter, and an AND operator switch.
abstract  List<JournalArticle> JournalArticleService.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String type, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the parameters, including keyword parameters for article ID, title, description, and content, a DDM structure key parameter, a DDM template key parameter, and an AND operator switch.
 List<JournalArticle> JournalArticleServiceWrapper.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String type, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the parameters, including keyword parameters for article ID, title, description, and content, a DDM structure key parameter, a DDM template key parameter, and an AND operator switch.
static List<JournalArticle> JournalArticleServiceUtil.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String type, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the parameters, including keyword parameters for article ID, title, description, and content, a DDM structure key parameter, a DDM template key parameter, and an AND operator switch.
 List<JournalArticle> JournalArticleLocalServiceWrapper.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String type, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the web content articles matching the parameters without using the indexer, including keyword parameters for article ID, title, description, and content, a DDM structure key parameter, a DDM template key parameter, and an AND operator switch.
 

Methods in com.liferay.portlet.journal.service with parameters of type JournalArticle
abstract  void JournalArticleLocalService.addArticleResources(JournalArticle article, boolean addGroupPermissions, boolean addGuestPermissions)
          Adds the resources to the web content article.
static void JournalArticleLocalServiceUtil.addArticleResources(JournalArticle article, boolean addGroupPermissions, boolean addGuestPermissions)
          Adds the resources to the web content article.
 void JournalArticleLocalServiceWrapper.addArticleResources(JournalArticle article, boolean addGroupPermissions, boolean addGuestPermissions)
          Adds the resources to the web content article.
abstract  void JournalArticleLocalService.addArticleResources(JournalArticle article, String[] groupPermissions, String[] guestPermissions)
          Adds the model resources with the permissions to the web content article.
static void JournalArticleLocalServiceUtil.addArticleResources(JournalArticle article, String[] groupPermissions, String[] guestPermissions)
          Adds the model resources with the permissions to the web content article.
 void JournalArticleLocalServiceWrapper.addArticleResources(JournalArticle article, String[] groupPermissions, String[] guestPermissions)
          Adds the model resources with the permissions to the web content article.
abstract  JournalArticle JournalArticleLocalService.addJournalArticle(JournalArticle journalArticle)
          Adds the journal article to the database.
static JournalArticle JournalArticleLocalServiceUtil.addJournalArticle(JournalArticle journalArticle)
          Adds the journal article to the database.
 JournalArticle JournalArticleLocalServiceWrapper.addJournalArticle(JournalArticle journalArticle)
          Adds the journal article to the database.
abstract  JournalArticle JournalArticleLocalService.deleteArticle(JournalArticle article)
          Deletes the web content article and its resources.
static JournalArticle JournalArticleLocalServiceUtil.deleteArticle(JournalArticle article)
          Deletes the web content article and its resources.
 JournalArticle JournalArticleLocalServiceWrapper.deleteArticle(JournalArticle article)
          Deletes the web content article and its resources.
abstract  JournalArticle JournalArticleLocalService.deleteArticle(JournalArticle article, String articleURL, ServiceContext serviceContext)
          Deletes the web content article and its resources, optionally sending email notifying denial of the article if it had not yet been approved.
static JournalArticle JournalArticleLocalServiceUtil.deleteArticle(JournalArticle article, String articleURL, ServiceContext serviceContext)
          Deletes the web content article and its resources, optionally sending email notifying denial of the article if it had not yet been approved.
 JournalArticle JournalArticleLocalServiceWrapper.deleteArticle(JournalArticle article, String articleURL, ServiceContext serviceContext)
          Deletes the web content article and its resources, optionally sending email notifying denial of the article if it had not yet been approved.
abstract  JournalArticle JournalArticleLocalService.deleteJournalArticle(JournalArticle journalArticle)
          Deletes the journal article from the database.
static JournalArticle JournalArticleLocalServiceUtil.deleteJournalArticle(JournalArticle journalArticle)
          Deletes the journal article from the database.
 JournalArticle JournalArticleLocalServiceWrapper.deleteJournalArticle(JournalArticle journalArticle)
          Deletes the journal article from the database.
abstract  String JournalArticleLocalService.getArticleContent(JournalArticle article, String ddmTemplateKey, String viewMode, String languageId, ThemeDisplay themeDisplay)
          Returns the web content associated with the web content article and DDM template.
static String JournalArticleLocalServiceUtil.getArticleContent(JournalArticle article, String ddmTemplateKey, String viewMode, String languageId, ThemeDisplay themeDisplay)
          Returns the web content associated with the web content article and DDM template.
 String JournalArticleLocalServiceWrapper.getArticleContent(JournalArticle article, String ddmTemplateKey, String viewMode, String languageId, ThemeDisplay themeDisplay)
          Returns the web content associated with the web content article and DDM template.
abstract  JournalArticleDisplay JournalArticleLocalService.getArticleDisplay(JournalArticle article, String ddmTemplateKey, String viewMode, String languageId, int page, String xmlRequest, ThemeDisplay themeDisplay)
          Returns a web content article display for the specified page of the latest version of the web content article, optionally based on the DDM template if the article is template driven.
static JournalArticleDisplay JournalArticleLocalServiceUtil.getArticleDisplay(JournalArticle article, String ddmTemplateKey, String viewMode, String languageId, int page, String xmlRequest, ThemeDisplay themeDisplay)
          Returns a web content article display for the specified page of the latest version of the web content article, optionally based on the DDM template if the article is template driven.
 JournalArticleDisplay JournalArticleLocalServiceWrapper.getArticleDisplay(JournalArticle article, String ddmTemplateKey, String viewMode, String languageId, int page, String xmlRequest, ThemeDisplay themeDisplay)
          Returns a web content article display for the specified page of the latest version of the web content article, optionally based on the DDM template if the article is template driven.
abstract  JournalArticle JournalArticleLocalService.moveArticleFromTrash(long userId, long groupId, JournalArticle article, long newFolderId, ServiceContext serviceContext)
          Moves the web content article from the Recycle Bin to a new folder.
static JournalArticle JournalArticleLocalServiceUtil.moveArticleFromTrash(long userId, long groupId, JournalArticle article, long newFolderId, ServiceContext serviceContext)
          Moves the web content article from the Recycle Bin to a new folder.
 JournalArticle JournalArticleLocalServiceWrapper.moveArticleFromTrash(long userId, long groupId, JournalArticle article, long newFolderId, ServiceContext serviceContext)
          Moves the web content article from the Recycle Bin to a new folder.
abstract  JournalArticle JournalArticleLocalService.moveArticleToTrash(long userId, JournalArticle article)
          Moves the latest version of the web content article matching the group and article ID to the recycle bin.
static JournalArticle JournalArticleLocalServiceUtil.moveArticleToTrash(long userId, JournalArticle article)
          Moves the latest version of the web content article matching the group and article ID to the recycle bin.
 JournalArticle JournalArticleLocalServiceWrapper.moveArticleToTrash(long userId, JournalArticle article)
          Moves the latest version of the web content article matching the group and article ID to the recycle bin.
abstract  JournalArticle JournalArticleLocalService.restoreArticleFromTrash(long userId, JournalArticle article)
          Restores the web content article from the Recycle Bin.
static JournalArticle JournalArticleLocalServiceUtil.restoreArticleFromTrash(long userId, JournalArticle article)
          Restores the web content article from the Recycle Bin.
 JournalArticle JournalArticleLocalServiceWrapper.restoreArticleFromTrash(long userId, JournalArticle article)
          Restores the web content article from the Recycle Bin.
abstract  void JournalArticleLocalService.updateAsset(long userId, JournalArticle article, long[] assetCategoryIds, String[] assetTagNames, long[] assetLinkEntryIds)
          Updates the web content article's asset with the new asset categories, tag names, and link entries, removing and adding them as necessary.
static void JournalArticleLocalServiceUtil.updateAsset(long userId, JournalArticle article, long[] assetCategoryIds, String[] assetTagNames, long[] assetLinkEntryIds)
          Updates the web content article's asset with the new asset categories, tag names, and link entries, removing and adding them as necessary.
 void JournalArticleLocalServiceWrapper.updateAsset(long userId, JournalArticle article, long[] assetCategoryIds, String[] assetTagNames, long[] assetLinkEntryIds)
          Updates the web content article's asset with the new asset categories, tag names, and link entries, removing and adding them as necessary.
abstract  JournalArticle JournalArticleLocalService.updateJournalArticle(JournalArticle journalArticle)
          Updates the journal article in the database or adds it if it does not yet exist.
static JournalArticle JournalArticleLocalServiceUtil.updateJournalArticle(JournalArticle journalArticle)
          Updates the journal article in the database or adds it if it does not yet exist.
 JournalArticle JournalArticleLocalServiceWrapper.updateJournalArticle(JournalArticle journalArticle)
          Updates the journal article in the database or adds it if it does not yet exist.
abstract  JournalArticle JournalArticleLocalService.updateStatus(long userId, JournalArticle article, int status, String articleURL, Map<String,Serializable> workflowContext, ServiceContext serviceContext)
          Updates the workflow status of the web content article.
static JournalArticle JournalArticleLocalServiceUtil.updateStatus(long userId, JournalArticle article, int status, String articleURL, Map<String,Serializable> workflowContext, ServiceContext serviceContext)
          Updates the workflow status of the web content article.
 JournalArticle JournalArticleLocalServiceWrapper.updateStatus(long userId, JournalArticle article, int status, String articleURL, Map<String,Serializable> workflowContext, ServiceContext serviceContext)
          Updates the workflow status of the web content article.
 

Uses of JournalArticle in com.liferay.portlet.journal.service.persistence
 

Methods in com.liferay.portlet.journal.service.persistence that return JournalArticle
static JournalArticle JournalArticleUtil.create(long id)
          Creates a new journal article with the primary key.
abstract  JournalArticle JournalArticlePersistence.create(long id)
          Creates a new journal article with the primary key.
static JournalArticle JournalArticleUtil.fetchByC_NotST_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and status ≠ ?.
abstract  JournalArticle JournalArticlePersistence.fetchByC_NotST_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and status ≠ ?.
static JournalArticle JournalArticleUtil.fetchByC_NotST_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and status ≠ ?.
abstract  JournalArticle JournalArticlePersistence.fetchByC_NotST_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and status ≠ ?.
static JournalArticle JournalArticleUtil.fetchByC_ST_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and status = ?.
abstract  JournalArticle JournalArticlePersistence.fetchByC_ST_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByC_ST_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and status = ?.
abstract  JournalArticle JournalArticlePersistence.fetchByC_ST_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByC_T_First(long classNameId, String templateId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where classNameId = ? and templateId = ?.
abstract  JournalArticle JournalArticlePersistence.fetchByC_T_First(long classNameId, String templateId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where classNameId = ? and templateId = ?.
static JournalArticle JournalArticleUtil.fetchByC_T_Last(long classNameId, String templateId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where classNameId = ? and templateId = ?.
abstract  JournalArticle JournalArticlePersistence.fetchByC_T_Last(long classNameId, String templateId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where classNameId = ? and templateId = ?.
static JournalArticle JournalArticleUtil.fetchByC_V_First(long companyId, double version, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and version = ?.
abstract  JournalArticle JournalArticlePersistence.fetchByC_V_First(long companyId, double version, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and version = ?.
static JournalArticle JournalArticleUtil.fetchByC_V_Last(long companyId, double version, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and version = ?.
abstract  JournalArticle JournalArticlePersistence.fetchByC_V_Last(long companyId, double version, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and version = ?.
static JournalArticle JournalArticleUtil.fetchByC_V_ST_First(long companyId, double version, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and version = ? and status = ?.
abstract  JournalArticle JournalArticlePersistence.fetchByC_V_ST_First(long companyId, double version, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and version = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByC_V_ST_Last(long companyId, double version, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and version = ? and status = ?.
abstract  JournalArticle JournalArticlePersistence.fetchByC_V_ST_Last(long companyId, double version, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and version = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where companyId = ?.
abstract  JournalArticle JournalArticlePersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where companyId = ?.
static JournalArticle JournalArticleUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where companyId = ?.
abstract  JournalArticle JournalArticlePersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where companyId = ?.
static JournalArticle JournalArticleUtil.fetchByG_A_First(long groupId, String articleId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ?.
abstract  JournalArticle JournalArticlePersistence.fetchByG_A_First(long groupId, String articleId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ?.
static JournalArticle JournalArticleUtil.fetchByG_A_Last(long groupId, String articleId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ?.
abstract  JournalArticle JournalArticlePersistence.fetchByG_A_Last(long groupId, String articleId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ?.
static JournalArticle JournalArticleUtil.fetchByG_A_NotST_First(long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.
abstract  JournalArticle JournalArticlePersistence.fetchByG_A_NotST_First(long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.
static JournalArticle JournalArticleUtil.fetchByG_A_NotST_Last(long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.
abstract  JournalArticle JournalArticlePersistence.fetchByG_A_NotST_Last(long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.
static JournalArticle JournalArticleUtil.fetchByG_A_ST_First(long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
abstract  JournalArticle JournalArticlePersistence.fetchByG_A_ST_First(long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByG_A_ST_Last(long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
abstract  JournalArticle JournalArticlePersistence.fetchByG_A_ST_Last(long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByG_A_V(long groupId, String articleId, double version)
          Returns the journal article where groupId = ? and articleId = ? and version = ? or returns null if it could not be found.
abstract  JournalArticle JournalArticlePersistence.fetchByG_A_V(long groupId, String articleId, double version)
          Returns the journal article where groupId = ? and articleId = ? and version = ? or returns null if it could not be found.
static JournalArticle JournalArticleUtil.fetchByG_A_V(long groupId, String articleId, double version, boolean retrieveFromCache)
          Returns the journal article where groupId = ? and articleId = ? and version = ? or returns null if it could not be found, optionally using the finder cache.
abstract  JournalArticle JournalArticlePersistence.fetchByG_A_V(long groupId, String articleId, double version, boolean retrieveFromCache)
          Returns the journal article where groupId = ? and articleId = ? and version = ? or returns null if it could not be found, optionally using the finder cache.
static JournalArticle JournalArticleUtil.fetchByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
abstract  JournalArticle JournalArticlePersistence.fetchByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static JournalArticle JournalArticleUtil.fetchByG_C_C_Last(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
abstract  JournalArticle JournalArticlePersistence.fetchByG_C_C_Last(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static JournalArticle JournalArticleUtil.fetchByG_C_L_First(long groupId, long classNameId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
abstract  JournalArticle JournalArticlePersistence.fetchByG_C_L_First(long groupId, long classNameId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
static JournalArticle JournalArticleUtil.fetchByG_C_L_Last(long groupId, long classNameId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
abstract  JournalArticle JournalArticlePersistence.fetchByG_C_L_Last(long groupId, long classNameId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
static JournalArticle JournalArticleUtil.fetchByG_C_S(long groupId, long classNameId, String structureId)
          Returns the journal article where groupId = ? and classNameId = ? and structureId = ? or returns null if it could not be found.
abstract  JournalArticle JournalArticlePersistence.fetchByG_C_S(long groupId, long classNameId, String structureId)
          Returns the journal article where groupId = ? and classNameId = ? and structureId = ? or returns null if it could not be found.
static JournalArticle JournalArticleUtil.fetchByG_C_S(long groupId, long classNameId, String structureId, boolean retrieveFromCache)
          Returns the journal article where groupId = ? and classNameId = ? and structureId = ? or returns null if it could not be found, optionally using the finder cache.
abstract  JournalArticle JournalArticlePersistence.fetchByG_C_S(long groupId, long classNameId, String structureId, boolean retrieveFromCache)
          Returns the journal article where groupId = ? and classNameId = ? and structureId = ? or returns null if it could not be found, optionally using the finder cache.
static JournalArticle JournalArticleUtil.fetchByG_C_T_First(long groupId, long classNameId, String templateId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and templateId = ?.
abstract  JournalArticle JournalArticlePersistence.fetchByG_C_T_First(long groupId, long classNameId, String templateId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and templateId = ?.
static JournalArticle JournalArticleUtil.fetchByG_C_T_Last(long groupId, long classNameId, String templateId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and templateId = ?.
abstract  JournalArticle JournalArticlePersistence.fetchByG_C_T_Last(long groupId, long classNameId, String templateId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and templateId = ?.
static JournalArticle JournalArticleUtil.fetchByG_F_First(long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and folderId = ?.
abstract  JournalArticle JournalArticlePersistence.fetchByG_F_First(long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and folderId = ?.
static JournalArticle JournalArticleUtil.fetchByG_F_Last(long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and folderId = ?.
abstract  JournalArticle JournalArticlePersistence.fetchByG_F_Last(long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and folderId = ?.
static JournalArticle JournalArticleUtil.fetchByG_F_ST_First(long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and folderId = ? and status = ?.
abstract  JournalArticle JournalArticlePersistence.fetchByG_F_ST_First(long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and folderId = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByG_F_ST_Last(long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and folderId = ? and status = ?.
abstract  JournalArticle JournalArticlePersistence.fetchByG_F_ST_Last(long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and folderId = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByG_L_First(long groupId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and layoutUuid = ?.
abstract  JournalArticle JournalArticlePersistence.fetchByG_L_First(long groupId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and layoutUuid = ?.
static JournalArticle JournalArticleUtil.fetchByG_L_Last(long groupId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and layoutUuid = ?.
abstract  JournalArticle JournalArticlePersistence.fetchByG_L_Last(long groupId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and layoutUuid = ?.
static JournalArticle JournalArticleUtil.fetchByG_NotL_First(long groupId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and layoutUuid ≠ ?.
abstract  JournalArticle JournalArticlePersistence.fetchByG_NotL_First(long groupId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and layoutUuid ≠ ?.
static JournalArticle JournalArticleUtil.fetchByG_NotL_Last(long groupId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and layoutUuid ≠ ?.
abstract  JournalArticle JournalArticlePersistence.fetchByG_NotL_Last(long groupId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and layoutUuid ≠ ?.
static JournalArticle JournalArticleUtil.fetchByG_S_First(long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and structureId = ?.
abstract  JournalArticle JournalArticlePersistence.fetchByG_S_First(long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and structureId = ?.
static JournalArticle JournalArticleUtil.fetchByG_S_Last(long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and structureId = ?.
abstract  JournalArticle JournalArticlePersistence.fetchByG_S_Last(long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and structureId = ?.
static JournalArticle JournalArticleUtil.fetchByG_ST_First(long groupId, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and status = ?.
abstract  JournalArticle JournalArticlePersistence.fetchByG_ST_First(long groupId, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByG_ST_Last(long groupId, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and status = ?.
abstract  JournalArticle JournalArticlePersistence.fetchByG_ST_Last(long groupId, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByG_T_First(long groupId, String templateId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and templateId = ?.
abstract  JournalArticle JournalArticlePersistence.fetchByG_T_First(long groupId, String templateId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and templateId = ?.
static JournalArticle JournalArticleUtil.fetchByG_T_Last(long groupId, String templateId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and templateId = ?.
abstract  JournalArticle JournalArticlePersistence.fetchByG_T_Last(long groupId, String templateId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and templateId = ?.
static JournalArticle JournalArticleUtil.fetchByG_U_C_First(long groupId, long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.
abstract  JournalArticle JournalArticlePersistence.fetchByG_U_C_First(long groupId, long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.
static JournalArticle JournalArticleUtil.fetchByG_U_C_Last(long groupId, long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.
abstract  JournalArticle JournalArticlePersistence.fetchByG_U_C_Last(long groupId, long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.
static JournalArticle JournalArticleUtil.fetchByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and userId = ?.
abstract  JournalArticle JournalArticlePersistence.fetchByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and userId = ?.
static JournalArticle JournalArticleUtil.fetchByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and userId = ?.
abstract  JournalArticle JournalArticlePersistence.fetchByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and userId = ?.
static JournalArticle JournalArticleUtil.fetchByG_UT_First(long groupId, String urlTitle, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and urlTitle = ?.
abstract  JournalArticle JournalArticlePersistence.fetchByG_UT_First(long groupId, String urlTitle, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and urlTitle = ?.
static JournalArticle JournalArticleUtil.fetchByG_UT_Last(long groupId, String urlTitle, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and urlTitle = ?.
abstract  JournalArticle JournalArticlePersistence.fetchByG_UT_Last(long groupId, String urlTitle, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and urlTitle = ?.
static JournalArticle JournalArticleUtil.fetchByG_UT_ST_First(long groupId, String urlTitle, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
abstract  JournalArticle JournalArticlePersistence.fetchByG_UT_ST_First(long groupId, String urlTitle, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByG_UT_ST_Last(long groupId, String urlTitle, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
abstract  JournalArticle JournalArticlePersistence.fetchByG_UT_ST_Last(long groupId, String urlTitle, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ?.
abstract  JournalArticle JournalArticlePersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ?.
static JournalArticle JournalArticleUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ?.
abstract  JournalArticle JournalArticlePersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ?.
static JournalArticle JournalArticleUtil.fetchByLayoutUuid_First(String layoutUuid, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where layoutUuid = ?.
abstract  JournalArticle JournalArticlePersistence.fetchByLayoutUuid_First(String layoutUuid, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where layoutUuid = ?.
static JournalArticle JournalArticleUtil.fetchByLayoutUuid_Last(String layoutUuid, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where layoutUuid = ?.
abstract  JournalArticle JournalArticlePersistence.fetchByLayoutUuid_Last(String layoutUuid, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where layoutUuid = ?.
static JournalArticle JournalArticleUtil.fetchByLtD_S_First(Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where displayDate < ? and status = ?.
abstract  JournalArticle JournalArticlePersistence.fetchByLtD_S_First(Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where displayDate < ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByLtD_S_Last(Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where displayDate < ? and status = ?.
abstract  JournalArticle JournalArticlePersistence.fetchByLtD_S_Last(Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where displayDate < ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByPrimaryKey(long id)
          Returns the journal article with the primary key or returns null if it could not be found.
abstract  JournalArticle JournalArticlePersistence.fetchByPrimaryKey(long id)
          Returns the journal article with the primary key or returns null if it could not be found.
static JournalArticle JournalArticleUtil.fetchByR_I_First(long resourcePrimKey, boolean indexable, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ?.
abstract  JournalArticle JournalArticlePersistence.fetchByR_I_First(long resourcePrimKey, boolean indexable, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ?.
static JournalArticle JournalArticleUtil.fetchByR_I_Last(long resourcePrimKey, boolean indexable, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ?.
abstract  JournalArticle JournalArticlePersistence.fetchByR_I_Last(long resourcePrimKey, boolean indexable, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ?.
static JournalArticle JournalArticleUtil.fetchByR_I_S_First(long resourcePrimKey, boolean indexable, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.
abstract  JournalArticle JournalArticlePersistence.fetchByR_I_S_First(long resourcePrimKey, boolean indexable, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByR_I_S_Last(long resourcePrimKey, boolean indexable, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.
abstract  JournalArticle JournalArticlePersistence.fetchByR_I_S_Last(long resourcePrimKey, boolean indexable, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByR_ST_First(long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and status = ?.
abstract  JournalArticle JournalArticlePersistence.fetchByR_ST_First(long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByR_ST_Last(long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and status = ?.
abstract  JournalArticle JournalArticlePersistence.fetchByR_ST_Last(long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByResourcePrimKey_First(long resourcePrimKey, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ?.
abstract  JournalArticle JournalArticlePersistence.fetchByResourcePrimKey_First(long resourcePrimKey, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ?.
static JournalArticle JournalArticleUtil.fetchByResourcePrimKey_Last(long resourcePrimKey, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ?.
abstract  JournalArticle JournalArticlePersistence.fetchByResourcePrimKey_Last(long resourcePrimKey, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ?.
static JournalArticle JournalArticleUtil.fetchBySmallImageId_First(long smallImageId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where smallImageId = ?.
abstract  JournalArticle JournalArticlePersistence.fetchBySmallImageId_First(long smallImageId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where smallImageId = ?.
static JournalArticle JournalArticleUtil.fetchBySmallImageId_Last(long smallImageId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where smallImageId = ?.
abstract  JournalArticle JournalArticlePersistence.fetchBySmallImageId_Last(long smallImageId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where smallImageId = ?.
static JournalArticle JournalArticleUtil.fetchByStructureId_First(String structureId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where structureId = ?.
abstract  JournalArticle JournalArticlePersistence.fetchByStructureId_First(String structureId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where structureId = ?.
static JournalArticle JournalArticleUtil.fetchByStructureId_Last(String structureId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where structureId = ?.
abstract  JournalArticle JournalArticlePersistence.fetchByStructureId_Last(String structureId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where structureId = ?.
static JournalArticle JournalArticleUtil.fetchByTemplateId_First(String templateId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where templateId = ?.
abstract  JournalArticle JournalArticlePersistence.fetchByTemplateId_First(String templateId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where templateId = ?.
static JournalArticle JournalArticleUtil.fetchByTemplateId_Last(String templateId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where templateId = ?.
abstract  JournalArticle JournalArticlePersistence.fetchByTemplateId_Last(String templateId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where templateId = ?.
static JournalArticle JournalArticleUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where uuid = ? and companyId = ?.
abstract  JournalArticle JournalArticlePersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where uuid = ? and companyId = ?.
static JournalArticle JournalArticleUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where uuid = ? and companyId = ?.
abstract  JournalArticle JournalArticlePersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where uuid = ? and companyId = ?.
static JournalArticle JournalArticleUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where uuid = ?.
abstract  JournalArticle JournalArticlePersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where uuid = ?.
static JournalArticle JournalArticleUtil.fetchByUUID_G(String uuid, long groupId)
          Returns the journal article where uuid = ? and groupId = ? or returns null if it could not be found.
abstract  JournalArticle JournalArticlePersistence.fetchByUUID_G(String uuid, long groupId)
          Returns the journal article where uuid = ? and groupId = ? or returns null if it could not be found.
static JournalArticle JournalArticleUtil.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the journal article where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
abstract  JournalArticle JournalArticlePersistence.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the journal article where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
static JournalArticle JournalArticleUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where uuid = ?.
abstract  JournalArticle JournalArticlePersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where uuid = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_A_NotST_PrevAndNext(long id, long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and articleId = ? and status ≠ ?.
abstract  JournalArticle[] JournalArticlePersistence.filterFindByG_A_NotST_PrevAndNext(long id, long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and articleId = ? and status ≠ ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_A_PrevAndNext(long id, long groupId, String articleId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and articleId = ?.
abstract  JournalArticle[] JournalArticlePersistence.filterFindByG_A_PrevAndNext(long id, long groupId, String articleId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and articleId = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_A_ST_PrevAndNext(long id, long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and articleId = ? and status = ?.
abstract  JournalArticle[] JournalArticlePersistence.filterFindByG_A_ST_PrevAndNext(long id, long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and articleId = ? and status = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_C_C_PrevAndNext(long id, long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.
abstract  JournalArticle[] JournalArticlePersistence.filterFindByG_C_C_PrevAndNext(long id, long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_C_L_PrevAndNext(long id, long groupId, long classNameId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and layoutUuid = ?.
abstract  JournalArticle[] JournalArticlePersistence.filterFindByG_C_L_PrevAndNext(long id, long groupId, long classNameId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and layoutUuid = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_C_T_PrevAndNext(long id, long groupId, long classNameId, String templateId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and templateId = ?.
abstract  JournalArticle[] JournalArticlePersistence.filterFindByG_C_T_PrevAndNext(long id, long groupId, long classNameId, String templateId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and templateId = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_F_PrevAndNext(long id, long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and folderId = ?.
abstract  JournalArticle[] JournalArticlePersistence.filterFindByG_F_PrevAndNext(long id, long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and folderId = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_F_ST_PrevAndNext(long id, long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and folderId = ? and status = ?.
abstract  JournalArticle[] JournalArticlePersistence.filterFindByG_F_ST_PrevAndNext(long id, long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and folderId = ? and status = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_L_PrevAndNext(long id, long groupId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and layoutUuid = ?.
abstract  JournalArticle[] JournalArticlePersistence.filterFindByG_L_PrevAndNext(long id, long groupId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and layoutUuid = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_NotL_PrevAndNext(long id, long groupId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and layoutUuid ≠ ?.
abstract  JournalArticle[] JournalArticlePersistence.filterFindByG_NotL_PrevAndNext(long id, long groupId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and layoutUuid ≠ ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_S_PrevAndNext(long id, long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and structureId = ?.
abstract  JournalArticle[] JournalArticlePersistence.filterFindByG_S_PrevAndNext(long id, long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and structureId = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_ST_PrevAndNext(long id, long groupId, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and status = ?.
abstract  JournalArticle[] JournalArticlePersistence.filterFindByG_ST_PrevAndNext(long id, long groupId, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and status = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_T_PrevAndNext(long id, long groupId, String templateId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and templateId = ?.
abstract  JournalArticle[] JournalArticlePersistence.filterFindByG_T_PrevAndNext(long id, long groupId, String templateId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and templateId = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_U_C_PrevAndNext(long id, long groupId, long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and userId = ? and classNameId = ?.
abstract  JournalArticle[] JournalArticlePersistence.filterFindByG_U_C_PrevAndNext(long id, long groupId, long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and userId = ? and classNameId = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_U_PrevAndNext(long id, long groupId, long userId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and userId = ?.
abstract  JournalArticle[] JournalArticlePersistence.filterFindByG_U_PrevAndNext(long id, long groupId, long userId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and userId = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_UT_PrevAndNext(long id, long groupId, String urlTitle, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and urlTitle = ?.
abstract  JournalArticle[] JournalArticlePersistence.filterFindByG_UT_PrevAndNext(long id, long groupId, String urlTitle, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and urlTitle = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_UT_ST_PrevAndNext(long id, long groupId, String urlTitle, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and urlTitle = ? and status = ?.
abstract  JournalArticle[] JournalArticlePersistence.filterFindByG_UT_ST_PrevAndNext(long id, long groupId, String urlTitle, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and urlTitle = ? and status = ?.
static JournalArticle[] JournalArticleUtil.filterFindByGroupId_PrevAndNext(long id, long groupId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ?.
abstract  JournalArticle[] JournalArticlePersistence.filterFindByGroupId_PrevAndNext(long id, long groupId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ?.
static JournalArticle JournalArticleUtil.findByC_NotST_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and status ≠ ?.
abstract  JournalArticle JournalArticlePersistence.findByC_NotST_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and status ≠ ?.
static JournalArticle JournalArticleUtil.findByC_NotST_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and status ≠ ?.
abstract  JournalArticle JournalArticlePersistence.findByC_NotST_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and status ≠ ?.
static JournalArticle[] JournalArticleUtil.findByC_NotST_PrevAndNext(long id, long companyId, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and status ≠ ?.
abstract  JournalArticle[] JournalArticlePersistence.findByC_NotST_PrevAndNext(long id, long companyId, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and status ≠ ?.
static JournalArticle JournalArticleUtil.findByC_ST_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and status = ?.
abstract  JournalArticle JournalArticlePersistence.findByC_ST_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and status = ?.
static JournalArticle JournalArticleUtil.findByC_ST_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and status = ?.
abstract  JournalArticle JournalArticlePersistence.findByC_ST_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and status = ?.
static JournalArticle[] JournalArticleUtil.findByC_ST_PrevAndNext(long id, long companyId, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and status = ?.
abstract  JournalArticle[] JournalArticlePersistence.findByC_ST_PrevAndNext(long id, long companyId, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and status = ?.
static JournalArticle JournalArticleUtil.findByC_T_First(long classNameId, String templateId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where classNameId = ? and templateId = ?.
abstract  JournalArticle JournalArticlePersistence.findByC_T_First(long classNameId, String templateId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where classNameId = ? and templateId = ?.
static JournalArticle JournalArticleUtil.findByC_T_Last(long classNameId, String templateId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where classNameId = ? and templateId = ?.
abstract  JournalArticle JournalArticlePersistence.findByC_T_Last(long classNameId, String templateId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where classNameId = ? and templateId = ?.
static JournalArticle[] JournalArticleUtil.findByC_T_PrevAndNext(long id, long classNameId, String templateId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where classNameId = ? and templateId = ?.
abstract  JournalArticle[] JournalArticlePersistence.findByC_T_PrevAndNext(long id, long classNameId, String templateId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where classNameId = ? and templateId = ?.
static JournalArticle JournalArticleUtil.findByC_V_First(long companyId, double version, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and version = ?.
abstract  JournalArticle JournalArticlePersistence.findByC_V_First(long companyId, double version, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and version = ?.
static JournalArticle JournalArticleUtil.findByC_V_Last(long companyId, double version, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and version = ?.
abstract  JournalArticle JournalArticlePersistence.findByC_V_Last(long companyId, double version, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and version = ?.
static JournalArticle[] JournalArticleUtil.findByC_V_PrevAndNext(long id, long companyId, double version, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and version = ?.
abstract  JournalArticle[] JournalArticlePersistence.findByC_V_PrevAndNext(long id, long companyId, double version, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and version = ?.
static JournalArticle JournalArticleUtil.findByC_V_ST_First(long companyId, double version, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and version = ? and status = ?.
abstract  JournalArticle JournalArticlePersistence.findByC_V_ST_First(long companyId, double version, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and version = ? and status = ?.
static JournalArticle JournalArticleUtil.findByC_V_ST_Last(long companyId, double version, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and version = ? and status = ?.
abstract  JournalArticle JournalArticlePersistence.findByC_V_ST_Last(long companyId, double version, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and version = ? and status = ?.
static JournalArticle[] JournalArticleUtil.findByC_V_ST_PrevAndNext(long id, long companyId, double version, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and version = ? and status = ?.
abstract  JournalArticle[] JournalArticlePersistence.findByC_V_ST_PrevAndNext(long id, long companyId, double version, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and version = ? and status = ?.
static JournalArticle JournalArticleUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where companyId = ?.
abstract  JournalArticle JournalArticlePersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where companyId = ?.
static JournalArticle JournalArticleUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where companyId = ?.
abstract  JournalArticle JournalArticlePersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where companyId = ?.
static JournalArticle[] JournalArticleUtil.findByCompanyId_PrevAndNext(long id, long companyId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where companyId = ?.
abstract  JournalArticle[] JournalArticlePersistence.findByCompanyId_PrevAndNext(long id, long companyId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where companyId = ?.
static JournalArticle JournalArticleUtil.findByG_A_First(long groupId, String articleId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ?.
abstract  JournalArticle JournalArticlePersistence.findByG_A_First(long groupId, String articleId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ?.
static JournalArticle JournalArticleUtil.findByG_A_Last(long groupId, String articleId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ?.
abstract  JournalArticle JournalArticlePersistence.findByG_A_Last(long groupId, String articleId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ?.
static JournalArticle JournalArticleUtil.findByG_A_NotST_First(long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.
abstract  JournalArticle JournalArticlePersistence.findByG_A_NotST_First(long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.
static JournalArticle JournalArticleUtil.findByG_A_NotST_Last(long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.
abstract  JournalArticle JournalArticlePersistence.findByG_A_NotST_Last(long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.
static JournalArticle[] JournalArticleUtil.findByG_A_NotST_PrevAndNext(long id, long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.
abstract  JournalArticle[] JournalArticlePersistence.findByG_A_NotST_PrevAndNext(long id, long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.
static JournalArticle[] JournalArticleUtil.findByG_A_PrevAndNext(long id, long groupId, String articleId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ?.
abstract  JournalArticle[] JournalArticlePersistence.findByG_A_PrevAndNext(long id, long groupId, String articleId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ?.
static JournalArticle JournalArticleUtil.findByG_A_ST_First(long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
abstract  JournalArticle JournalArticlePersistence.findByG_A_ST_First(long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
static JournalArticle JournalArticleUtil.findByG_A_ST_Last(long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
abstract  JournalArticle JournalArticlePersistence.findByG_A_ST_Last(long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
static JournalArticle[] JournalArticleUtil.findByG_A_ST_PrevAndNext(long id, long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
abstract  JournalArticle[] JournalArticlePersistence.findByG_A_ST_PrevAndNext(long id, long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
static JournalArticle JournalArticleUtil.findByG_A_V(long groupId, String articleId, double version)
          Returns the journal article where groupId = ? and articleId = ? and version = ? or throws a NoSuchArticleException if it could not be found.
abstract  JournalArticle JournalArticlePersistence.findByG_A_V(long groupId, String articleId, double version)
          Returns the journal article where groupId = ? and articleId = ? and version = ? or throws a NoSuchArticleException if it could not be found.
static JournalArticle JournalArticleUtil.findByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
abstract  JournalArticle JournalArticlePersistence.findByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static JournalArticle JournalArticleUtil.findByG_C_C_Last(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
abstract  JournalArticle JournalArticlePersistence.findByG_C_C_Last(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static JournalArticle[] JournalArticleUtil.findByG_C_C_PrevAndNext(long id, long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
abstract  JournalArticle[] JournalArticlePersistence.findByG_C_C_PrevAndNext(long id, long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static JournalArticle JournalArticleUtil.findByG_C_L_First(long groupId, long classNameId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
abstract  JournalArticle JournalArticlePersistence.findByG_C_L_First(long groupId, long classNameId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
static JournalArticle JournalArticleUtil.findByG_C_L_Last(long groupId, long classNameId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
abstract  JournalArticle JournalArticlePersistence.findByG_C_L_Last(long groupId, long classNameId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
static JournalArticle[] JournalArticleUtil.findByG_C_L_PrevAndNext(long id, long groupId, long classNameId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
abstract  JournalArticle[] JournalArticlePersistence.findByG_C_L_PrevAndNext(long id, long groupId, long classNameId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
static JournalArticle JournalArticleUtil.findByG_C_S(long groupId, long classNameId, String structureId)
          Returns the journal article where groupId = ? and classNameId = ? and structureId = ? or throws a NoSuchArticleException if it could not be found.
abstract  JournalArticle JournalArticlePersistence.findByG_C_S(long groupId, long classNameId, String structureId)
          Returns the journal article where groupId = ? and classNameId = ? and structureId = ? or throws a NoSuchArticleException if it could not be found.
static JournalArticle JournalArticleUtil.findByG_C_T_First(long groupId, long classNameId, String templateId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and templateId = ?.
abstract  JournalArticle JournalArticlePersistence.findByG_C_T_First(long groupId, long classNameId, String templateId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and templateId = ?.
static JournalArticle JournalArticleUtil.findByG_C_T_Last(long groupId, long classNameId, String templateId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and templateId = ?.
abstract  JournalArticle JournalArticlePersistence.findByG_C_T_Last(long groupId, long classNameId, String templateId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and templateId = ?.
static JournalArticle[] JournalArticleUtil.findByG_C_T_PrevAndNext(long id, long groupId, long classNameId, String templateId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and templateId = ?.
abstract  JournalArticle[] JournalArticlePersistence.findByG_C_T_PrevAndNext(long id, long groupId, long classNameId, String templateId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and templateId = ?.
static JournalArticle JournalArticleUtil.findByG_F_First(long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and folderId = ?.
abstract  JournalArticle JournalArticlePersistence.findByG_F_First(long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and folderId = ?.
static JournalArticle JournalArticleUtil.findByG_F_Last(long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and folderId = ?.
abstract  JournalArticle JournalArticlePersistence.findByG_F_Last(long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and folderId = ?.
static JournalArticle[] JournalArticleUtil.findByG_F_PrevAndNext(long id, long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and folderId = ?.
abstract  JournalArticle[] JournalArticlePersistence.findByG_F_PrevAndNext(long id, long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and folderId = ?.
static JournalArticle JournalArticleUtil.findByG_F_ST_First(long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and folderId = ? and status = ?.
abstract  JournalArticle JournalArticlePersistence.findByG_F_ST_First(long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and folderId = ? and status = ?.
static JournalArticle JournalArticleUtil.findByG_F_ST_Last(long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and folderId = ? and status = ?.
abstract  JournalArticle JournalArticlePersistence.findByG_F_ST_Last(long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and folderId = ? and status = ?.
static JournalArticle[] JournalArticleUtil.findByG_F_ST_PrevAndNext(long id, long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and folderId = ? and status = ?.
abstract  JournalArticle[] JournalArticlePersistence.findByG_F_ST_PrevAndNext(long id, long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and folderId = ? and status = ?.
static JournalArticle JournalArticleUtil.findByG_L_First(long groupId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and layoutUuid = ?.
abstract  JournalArticle JournalArticlePersistence.findByG_L_First(long groupId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and layoutUuid = ?.
static JournalArticle JournalArticleUtil.findByG_L_Last(long groupId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and layoutUuid = ?.
abstract  JournalArticle JournalArticlePersistence.findByG_L_Last(long groupId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and layoutUuid = ?.
static JournalArticle[] JournalArticleUtil.findByG_L_PrevAndNext(long id, long groupId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and layoutUuid = ?.
abstract  JournalArticle[] JournalArticlePersistence.findByG_L_PrevAndNext(long id, long groupId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and layoutUuid = ?.
static JournalArticle JournalArticleUtil.findByG_NotL_First(long groupId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and layoutUuid ≠ ?.
abstract  JournalArticle JournalArticlePersistence.findByG_NotL_First(long groupId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and layoutUuid ≠ ?.
static JournalArticle JournalArticleUtil.findByG_NotL_Last(long groupId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and layoutUuid ≠ ?.
abstract  JournalArticle JournalArticlePersistence.findByG_NotL_Last(long groupId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and layoutUuid ≠ ?.
static JournalArticle[] JournalArticleUtil.findByG_NotL_PrevAndNext(long id, long groupId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and layoutUuid ≠ ?.
abstract  JournalArticle[] JournalArticlePersistence.findByG_NotL_PrevAndNext(long id, long groupId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and layoutUuid ≠ ?.
static JournalArticle JournalArticleUtil.findByG_S_First(long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and structureId = ?.
abstract  JournalArticle JournalArticlePersistence.findByG_S_First(long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and structureId = ?.
static JournalArticle JournalArticleUtil.findByG_S_Last(long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and structureId = ?.
abstract  JournalArticle JournalArticlePersistence.findByG_S_Last(long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and structureId = ?.
static JournalArticle[] JournalArticleUtil.findByG_S_PrevAndNext(long id, long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and structureId = ?.
abstract  JournalArticle[] JournalArticlePersistence.findByG_S_PrevAndNext(long id, long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and structureId = ?.
static JournalArticle JournalArticleUtil.findByG_ST_First(long groupId, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and status = ?.
abstract  JournalArticle JournalArticlePersistence.findByG_ST_First(long groupId, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and status = ?.
static JournalArticle JournalArticleUtil.findByG_ST_Last(long groupId, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and status = ?.
abstract  JournalArticle JournalArticlePersistence.findByG_ST_Last(long groupId, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and status = ?.
static JournalArticle[] JournalArticleUtil.findByG_ST_PrevAndNext(long id, long groupId, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and status = ?.
abstract  JournalArticle[] JournalArticlePersistence.findByG_ST_PrevAndNext(long id, long groupId, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and status = ?.
static JournalArticle JournalArticleUtil.findByG_T_First(long groupId, String templateId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and templateId = ?.
abstract  JournalArticle JournalArticlePersistence.findByG_T_First(long groupId, String templateId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and templateId = ?.
static JournalArticle JournalArticleUtil.findByG_T_Last(long groupId, String templateId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and templateId = ?.
abstract  JournalArticle JournalArticlePersistence.findByG_T_Last(long groupId, String templateId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and templateId = ?.
static JournalArticle[] JournalArticleUtil.findByG_T_PrevAndNext(long id, long groupId, String templateId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and templateId = ?.
abstract  JournalArticle[] JournalArticlePersistence.findByG_T_PrevAndNext(long id, long groupId, String templateId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and templateId = ?.
static JournalArticle JournalArticleUtil.findByG_U_C_First(long groupId, long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.
abstract  JournalArticle JournalArticlePersistence.findByG_U_C_First(long groupId, long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.
static JournalArticle JournalArticleUtil.findByG_U_C_Last(long groupId, long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.
abstract  JournalArticle JournalArticlePersistence.findByG_U_C_Last(long groupId, long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.
static JournalArticle[] JournalArticleUtil.findByG_U_C_PrevAndNext(long id, long groupId, long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.
abstract  JournalArticle[] JournalArticlePersistence.findByG_U_C_PrevAndNext(long id, long groupId, long userId, long classNameId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.
static JournalArticle JournalArticleUtil.findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and userId = ?.
abstract  JournalArticle JournalArticlePersistence.findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and userId = ?.
static JournalArticle JournalArticleUtil.findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and userId = ?.
abstract  JournalArticle JournalArticlePersistence.findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and userId = ?.
static JournalArticle[] JournalArticleUtil.findByG_U_PrevAndNext(long id, long groupId, long userId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and userId = ?.
abstract  JournalArticle[] JournalArticlePersistence.findByG_U_PrevAndNext(long id, long groupId, long userId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and userId = ?.
static JournalArticle JournalArticleUtil.findByG_UT_First(long groupId, String urlTitle, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and urlTitle = ?.
abstract  JournalArticle JournalArticlePersistence.findByG_UT_First(long groupId, String urlTitle, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and urlTitle = ?.
static JournalArticle JournalArticleUtil.findByG_UT_Last(long groupId, String urlTitle, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and urlTitle = ?.
abstract  JournalArticle JournalArticlePersistence.findByG_UT_Last(long groupId, String urlTitle, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and urlTitle = ?.
static JournalArticle[] JournalArticleUtil.findByG_UT_PrevAndNext(long id, long groupId, String urlTitle, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and urlTitle = ?.
abstract  JournalArticle[] JournalArticlePersistence.findByG_UT_PrevAndNext(long id, long groupId, String urlTitle, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and urlTitle = ?.
static JournalArticle JournalArticleUtil.findByG_UT_ST_First(long groupId, String urlTitle, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
abstract  JournalArticle JournalArticlePersistence.findByG_UT_ST_First(long groupId, String urlTitle, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
static JournalArticle JournalArticleUtil.findByG_UT_ST_Last(long groupId, String urlTitle, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
abstract  JournalArticle JournalArticlePersistence.findByG_UT_ST_Last(long groupId, String urlTitle, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
static JournalArticle[] JournalArticleUtil.findByG_UT_ST_PrevAndNext(long id, long groupId, String urlTitle, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
abstract  JournalArticle[] JournalArticlePersistence.findByG_UT_ST_PrevAndNext(long id, long groupId, String urlTitle, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
static JournalArticle JournalArticleUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ?.
abstract  JournalArticle JournalArticlePersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ?.
static JournalArticle JournalArticleUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ?.
abstract  JournalArticle JournalArticlePersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ?.
static JournalArticle[] JournalArticleUtil.findByGroupId_PrevAndNext(long id, long groupId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ?.
abstract  JournalArticle[] JournalArticlePersistence.findByGroupId_PrevAndNext(long id, long groupId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ?.
static JournalArticle JournalArticleUtil.findByLayoutUuid_First(String layoutUuid, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where layoutUuid = ?.
abstract  JournalArticle JournalArticlePersistence.findByLayoutUuid_First(String layoutUuid, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where layoutUuid = ?.
static JournalArticle JournalArticleUtil.findByLayoutUuid_Last(String layoutUuid, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where layoutUuid = ?.
abstract  JournalArticle JournalArticlePersistence.findByLayoutUuid_Last(String layoutUuid, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where layoutUuid = ?.
static JournalArticle[] JournalArticleUtil.findByLayoutUuid_PrevAndNext(long id, String layoutUuid, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where layoutUuid = ?.
abstract  JournalArticle[] JournalArticlePersistence.findByLayoutUuid_PrevAndNext(long id, String layoutUuid, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where layoutUuid = ?.
static JournalArticle JournalArticleUtil.findByLtD_S_First(Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where displayDate < ? and status = ?.
abstract  JournalArticle JournalArticlePersistence.findByLtD_S_First(Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where displayDate < ? and status = ?.
static JournalArticle JournalArticleUtil.findByLtD_S_Last(Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where displayDate < ? and status = ?.
abstract  JournalArticle JournalArticlePersistence.findByLtD_S_Last(Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where displayDate < ? and status = ?.
static JournalArticle[] JournalArticleUtil.findByLtD_S_PrevAndNext(long id, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where displayDate < ? and status = ?.
abstract  JournalArticle[] JournalArticlePersistence.findByLtD_S_PrevAndNext(long id, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where displayDate < ? and status = ?.
static JournalArticle JournalArticleUtil.findByPrimaryKey(long id)
          Returns the journal article with the primary key or throws a NoSuchArticleException if it could not be found.
abstract  JournalArticle JournalArticlePersistence.findByPrimaryKey(long id)
          Returns the journal article with the primary key or throws a NoSuchArticleException if it could not be found.
static JournalArticle JournalArticleFinderUtil.findByR_D(long resourcePrimKey, Date displayDate)
           
abstract  JournalArticle JournalArticleFinder.findByR_D(long resourcePrimKey, Date displayDate)
           
static JournalArticle JournalArticleUtil.findByR_I_First(long resourcePrimKey, boolean indexable, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ?.
abstract  JournalArticle JournalArticlePersistence.findByR_I_First(long resourcePrimKey, boolean indexable, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ?.
static JournalArticle JournalArticleUtil.findByR_I_Last(long resourcePrimKey, boolean indexable, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ?.
abstract  JournalArticle JournalArticlePersistence.findByR_I_Last(long resourcePrimKey, boolean indexable, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ?.
static JournalArticle[] JournalArticleUtil.findByR_I_PrevAndNext(long id, long resourcePrimKey, boolean indexable, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and indexable = ?.
abstract  JournalArticle[] JournalArticlePersistence.findByR_I_PrevAndNext(long id, long resourcePrimKey, boolean indexable, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and indexable = ?.
static JournalArticle JournalArticleUtil.findByR_I_S_First(long resourcePrimKey, boolean indexable, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.
abstract  JournalArticle JournalArticlePersistence.findByR_I_S_First(long resourcePrimKey, boolean indexable, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.
static JournalArticle JournalArticleUtil.findByR_I_S_Last(long resourcePrimKey, boolean indexable, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.
abstract  JournalArticle JournalArticlePersistence.findByR_I_S_Last(long resourcePrimKey, boolean indexable, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.
static JournalArticle[] JournalArticleUtil.findByR_I_S_PrevAndNext(long id, long resourcePrimKey, boolean indexable, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.
abstract  JournalArticle[] JournalArticlePersistence.findByR_I_S_PrevAndNext(long id, long resourcePrimKey, boolean indexable, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.
static JournalArticle JournalArticleUtil.findByR_ST_First(long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and status = ?.
abstract  JournalArticle JournalArticlePersistence.findByR_ST_First(long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and status = ?.
static JournalArticle JournalArticleUtil.findByR_ST_Last(long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and status = ?.
abstract  JournalArticle JournalArticlePersistence.findByR_ST_Last(long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and status = ?.
static JournalArticle[] JournalArticleUtil.findByR_ST_PrevAndNext(long id, long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and status = ?.
abstract  JournalArticle[] JournalArticlePersistence.findByR_ST_PrevAndNext(long id, long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and status = ?.
static JournalArticle JournalArticleUtil.findByResourcePrimKey_First(long resourcePrimKey, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ?.
abstract  JournalArticle JournalArticlePersistence.findByResourcePrimKey_First(long resourcePrimKey, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ?.
static JournalArticle JournalArticleUtil.findByResourcePrimKey_Last(long resourcePrimKey, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ?.
abstract  JournalArticle JournalArticlePersistence.findByResourcePrimKey_Last(long resourcePrimKey, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ?.
static JournalArticle[] JournalArticleUtil.findByResourcePrimKey_PrevAndNext(long id, long resourcePrimKey, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ?.
abstract  JournalArticle[] JournalArticlePersistence.findByResourcePrimKey_PrevAndNext(long id, long resourcePrimKey, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ?.
static JournalArticle JournalArticleUtil.findBySmallImageId_First(long smallImageId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where smallImageId = ?.
abstract  JournalArticle JournalArticlePersistence.findBySmallImageId_First(long smallImageId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where smallImageId = ?.
static JournalArticle JournalArticleUtil.findBySmallImageId_Last(long smallImageId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where smallImageId = ?.
abstract  JournalArticle JournalArticlePersistence.findBySmallImageId_Last(long smallImageId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where smallImageId = ?.
static JournalArticle[] JournalArticleUtil.findBySmallImageId_PrevAndNext(long id, long smallImageId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where smallImageId = ?.
abstract  JournalArticle[] JournalArticlePersistence.findBySmallImageId_PrevAndNext(long id, long smallImageId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where smallImageId = ?.
static JournalArticle JournalArticleUtil.findByStructureId_First(String structureId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where structureId = ?.
abstract  JournalArticle JournalArticlePersistence.findByStructureId_First(String structureId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where structureId = ?.
static JournalArticle JournalArticleUtil.findByStructureId_Last(String structureId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where structureId = ?.
abstract  JournalArticle JournalArticlePersistence.findByStructureId_Last(String structureId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where structureId = ?.
static JournalArticle[] JournalArticleUtil.findByStructureId_PrevAndNext(long id, String structureId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where structureId = ?.
abstract  JournalArticle[] JournalArticlePersistence.findByStructureId_PrevAndNext(long id, String structureId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where structureId = ?.
static JournalArticle JournalArticleUtil.findByTemplateId_First(String templateId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where templateId = ?.
abstract  JournalArticle JournalArticlePersistence.findByTemplateId_First(String templateId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where templateId = ?.
static JournalArticle JournalArticleUtil.findByTemplateId_Last(String templateId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where templateId = ?.
abstract  JournalArticle JournalArticlePersistence.findByTemplateId_Last(String templateId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where templateId = ?.
static JournalArticle[] JournalArticleUtil.findByTemplateId_PrevAndNext(long id, String templateId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where templateId = ?.
abstract  JournalArticle[] JournalArticlePersistence.findByTemplateId_PrevAndNext(long id, String templateId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where templateId = ?.
static JournalArticle JournalArticleUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where uuid = ? and companyId = ?.
abstract  JournalArticle JournalArticlePersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where uuid = ? and companyId = ?.
static JournalArticle JournalArticleUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where uuid = ? and companyId = ?.
abstract  JournalArticle JournalArticlePersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where uuid = ? and companyId = ?.
static JournalArticle[] JournalArticleUtil.findByUuid_C_PrevAndNext(long id, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where uuid = ? and companyId = ?.
abstract  JournalArticle[] JournalArticlePersistence.findByUuid_C_PrevAndNext(long id, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where uuid = ? and companyId = ?.
static JournalArticle JournalArticleUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where uuid = ?.
abstract  JournalArticle JournalArticlePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where uuid = ?.
static JournalArticle JournalArticleUtil.findByUUID_G(String uuid, long groupId)
          Returns the journal article where uuid = ? and groupId = ? or throws a NoSuchArticleException if it could not be found.
abstract  JournalArticle JournalArticlePersistence.findByUUID_G(String uuid, long groupId)
          Returns the journal article where uuid = ? and groupId = ? or throws a NoSuchArticleException if it could not be found.
static JournalArticle JournalArticleUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where uuid = ?.
abstract  JournalArticle JournalArticlePersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where uuid = ?.
static JournalArticle[] JournalArticleUtil.findByUuid_PrevAndNext(long id, String uuid, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where uuid = ?.
abstract  JournalArticle[] JournalArticlePersistence.findByUuid_PrevAndNext(long id, String uuid, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where uuid = ?.
static JournalArticle JournalArticleUtil.remove(long id)
          Removes the journal article with the primary key from the database.
abstract  JournalArticle JournalArticlePersistence.remove(long id)
          Removes the journal article with the primary key from the database.
static JournalArticle JournalArticleUtil.removeByG_A_V(long groupId, String articleId, double version)
          Removes the journal article where groupId = ? and articleId = ? and version = ? from the database.
abstract  JournalArticle JournalArticlePersistence.removeByG_A_V(long groupId, String articleId, double version)
          Removes the journal article where groupId = ? and articleId = ? and version = ? from the database.
static JournalArticle JournalArticleUtil.removeByG_C_S(long groupId, long classNameId, String structureId)
          Removes the journal article where groupId = ? and classNameId = ? and structureId = ? from the database.
abstract  JournalArticle JournalArticlePersistence.removeByG_C_S(long groupId, long classNameId, String structureId)
          Removes the journal article where groupId = ? and classNameId = ? and structureId = ? from the database.
static JournalArticle JournalArticleUtil.removeByUUID_G(String uuid, long groupId)
          Removes the journal article where uuid = ? and groupId = ? from the database.
abstract  JournalArticle JournalArticlePersistence.removeByUUID_G(String uuid, long groupId)
          Removes the journal article where uuid = ? and groupId = ? from the database.
static JournalArticle JournalArticleUtil.update(JournalArticle journalArticle)
           
static JournalArticle JournalArticleUtil.update(JournalArticle journalArticle, ServiceContext serviceContext)
           
static JournalArticle JournalArticleUtil.updateImpl(JournalArticle journalArticle)
           
abstract  JournalArticle JournalArticlePersistence.updateImpl(JournalArticle journalArticle)
           
 

Methods in com.liferay.portlet.journal.service.persistence that return types with arguments of type JournalArticle
static List<JournalArticle> JournalArticleFinderUtil.filterFindByC_G_F_C_A_V_T_D_C_T_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String[] articleIds, Double version, String[] titles, String[] descriptions, String[] contents, String type, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition queryDefinition)
           
abstract  List<JournalArticle> JournalArticleFinder.filterFindByC_G_F_C_A_V_T_D_C_T_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String[] articleIds, Double version, String[] titles, String[] descriptions, String[] contents, String type, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition queryDefinition)
           
static List<JournalArticle> JournalArticleFinderUtil.filterFindByC_G_F_C_A_V_T_D_C_T_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String type, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition queryDefinition)
           
abstract  List<JournalArticle> JournalArticleFinder.filterFindByC_G_F_C_A_V_T_D_C_T_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String type, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition queryDefinition)
           
static List<JournalArticle> JournalArticleFinderUtil.filterFindByC_G_F_C_A_V_T_D_C_T_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String type, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition queryDefinition)
           
abstract  List<JournalArticle> JournalArticleFinder.filterFindByC_G_F_C_A_V_T_D_C_T_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String type, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition queryDefinition)
           
static List<JournalArticle> JournalArticleUtil.filterFindByG_A_NotST(long groupId, String articleId, int status)
          Returns all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status ≠ ?.
abstract  List<JournalArticle> JournalArticlePersistence.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> JournalArticleUtil.filterFindByG_A_NotST(long groupId, String articleId, int status, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status ≠ ?.
abstract  List<JournalArticle> JournalArticlePersistence.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> JournalArticleUtil.filterFindByG_A_NotST(long groupId, String articleId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and articleId = ? and status ≠ ?.
abstract  List<JournalArticle> JournalArticlePersistence.filterFindByG_A_NotST(long groupId, String articleId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and articleId = ? and status ≠ ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_A_ST(long groupId, String articleId, int status)
          Returns all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = ?.
abstract  List<JournalArticle> JournalArticlePersistence.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> JournalArticleUtil.filterFindByG_A_ST(long groupId, String articleId, int[] statuses)
          Returns all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = any ?.
abstract  List<JournalArticle> JournalArticlePersistence.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> JournalArticleUtil.filterFindByG_A_ST(long groupId, String articleId, int[] statuses, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = any ?.
abstract  List<JournalArticle> JournalArticlePersistence.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> JournalArticleUtil.filterFindByG_A_ST(long groupId, String articleId, int[] statuses, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = any ?.
abstract  List<JournalArticle> JournalArticlePersistence.filterFindByG_A_ST(long groupId, String articleId, int[] statuses, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = any ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_A_ST(long groupId, String articleId, int status, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = ?.
abstract  List<JournalArticle> JournalArticlePersistence.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> JournalArticleUtil.filterFindByG_A_ST(long groupId, String articleId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and articleId = ? and status = ?.
abstract  List<JournalArticle> JournalArticlePersistence.filterFindByG_A_ST(long groupId, String articleId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and articleId = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_A(long groupId, String articleId)
          Returns all the journal articles that the user has permission to view where groupId = ? and articleId = ?.
abstract  List<JournalArticle> JournalArticlePersistence.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> JournalArticleUtil.filterFindByG_A(long groupId, String articleId, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and articleId = ?.
abstract  List<JournalArticle> JournalArticlePersistence.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> JournalArticleUtil.filterFindByG_A(long groupId, String articleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and articleId = ?.
abstract  List<JournalArticle> JournalArticlePersistence.filterFindByG_A(long groupId, String articleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and articleId = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_C_C(long groupId, long classNameId, long classPK)
          Returns all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.
abstract  List<JournalArticle> JournalArticlePersistence.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> JournalArticleUtil.filterFindByG_C_C(long groupId, long classNameId, long classPK, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.
abstract  List<JournalArticle> JournalArticlePersistence.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> JournalArticleUtil.filterFindByG_C_C(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and classPK = ?.
abstract  List<JournalArticle> JournalArticlePersistence.filterFindByG_C_C(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and classPK = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_C_L(long groupId, long classNameId, String layoutUuid)
          Returns all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and layoutUuid = ?.
abstract  List<JournalArticle> JournalArticlePersistence.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> JournalArticleUtil.filterFindByG_C_L(long groupId, long classNameId, String layoutUuid, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and layoutUuid = ?.
abstract  List<JournalArticle> JournalArticlePersistence.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> JournalArticleUtil.filterFindByG_C_L(long groupId, long classNameId, String layoutUuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and layoutUuid = ?.
abstract  List<JournalArticle> JournalArticlePersistence.filterFindByG_C_L(long groupId, long classNameId, String layoutUuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and layoutUuid = ?.
static List<JournalArticle> JournalArticleFinderUtil.filterFindByG_C_S(long groupId, long classNameId, String ddmStructureKey, QueryDefinition queryDefinition)
           
abstract  List<JournalArticle> JournalArticleFinder.filterFindByG_C_S(long groupId, long classNameId, String ddmStructureKey, QueryDefinition queryDefinition)
           
static List<JournalArticle> JournalArticleUtil.filterFindByG_C_T(long groupId, long classNameId, String templateId)
          Returns all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and templateId = ?.
abstract  List<JournalArticle> JournalArticlePersistence.filterFindByG_C_T(long groupId, long classNameId, String templateId)
          Returns all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and templateId = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_C_T(long groupId, long classNameId, String templateId, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and templateId = ?.
abstract  List<JournalArticle> JournalArticlePersistence.filterFindByG_C_T(long groupId, long classNameId, String templateId, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and templateId = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_C_T(long groupId, long classNameId, String templateId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and templateId = ?.
abstract  List<JournalArticle> JournalArticlePersistence.filterFindByG_C_T(long groupId, long classNameId, String templateId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and templateId = ?.
static List<JournalArticle> JournalArticleFinderUtil.filterFindByG_F_C(long groupId, List<Long> folderIds, long classNameId, QueryDefinition queryDefinition)
           
abstract  List<JournalArticle> JournalArticleFinder.filterFindByG_F_C(long groupId, List<Long> folderIds, long classNameId, QueryDefinition queryDefinition)
           
static List<JournalArticle> JournalArticleUtil.filterFindByG_F_ST(long groupId, long folderId, int status)
          Returns all the journal articles that the user has permission to view where groupId = ? and folderId = ? and status = ?.
abstract  List<JournalArticle> JournalArticlePersistence.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> JournalArticleUtil.filterFindByG_F_ST(long groupId, long folderId, int[] statuses)
          Returns all the journal articles that the user has permission to view where groupId = ? and folderId = ? and status = any ?.
abstract  List<JournalArticle> JournalArticlePersistence.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> JournalArticleUtil.filterFindByG_F_ST(long groupId, long folderId, int[] statuses, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and folderId = ? and status = any ?.
abstract  List<JournalArticle> JournalArticlePersistence.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> JournalArticleUtil.filterFindByG_F_ST(long groupId, long folderId, int[] statuses, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and folderId = ? and status = any ?.
abstract  List<JournalArticle> JournalArticlePersistence.filterFindByG_F_ST(long groupId, long folderId, int[] statuses, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and folderId = ? and status = any ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_F_ST(long groupId, long folderId, int status, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and folderId = ? and status = ?.
abstract  List<JournalArticle> JournalArticlePersistence.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> JournalArticleUtil.filterFindByG_F_ST(long groupId, long folderId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and folderId = ? and status = ?.
abstract  List<JournalArticle> JournalArticlePersistence.filterFindByG_F_ST(long groupId, long folderId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and folderId = ? and status = ?.
static List<JournalArticle> JournalArticleFinderUtil.filterFindByG_F(long groupId, List<Long> folderIds, QueryDefinition queryDefinition)
           
abstract  List<JournalArticle> JournalArticleFinder.filterFindByG_F(long groupId, List<Long> folderIds, QueryDefinition queryDefinition)
           
static List<JournalArticle> JournalArticleUtil.filterFindByG_F(long groupId, long folderId)
          Returns all the journal articles that the user has permission to view where groupId = ? and folderId = ?.
abstract  List<JournalArticle> JournalArticlePersistence.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> JournalArticleUtil.filterFindByG_F(long groupId, long[] folderIds)
          Returns all the journal articles that the user has permission to view where groupId = ? and folderId = any ?.
abstract  List<JournalArticle> JournalArticlePersistence.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> JournalArticleUtil.filterFindByG_F(long groupId, long[] folderIds, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and folderId = any ?.
abstract  List<JournalArticle> JournalArticlePersistence.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> JournalArticleUtil.filterFindByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and folderId = any ?.
abstract  List<JournalArticle> JournalArticlePersistence.filterFindByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and folderId = any ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_F(long groupId, long folderId, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and folderId = ?.
abstract  List<JournalArticle> JournalArticlePersistence.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> JournalArticleUtil.filterFindByG_F(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and folderId = ?.
abstract  List<JournalArticle> JournalArticlePersistence.filterFindByG_F(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and folderId = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_L(long groupId, String layoutUuid)
          Returns all the journal articles that the user has permission to view where groupId = ? and layoutUuid = ?.
abstract  List<JournalArticle> JournalArticlePersistence.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> JournalArticleUtil.filterFindByG_L(long groupId, String layoutUuid, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and layoutUuid = ?.
abstract  List<JournalArticle> JournalArticlePersistence.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> JournalArticleUtil.filterFindByG_L(long groupId, String layoutUuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and layoutUuid = ?.
abstract  List<JournalArticle> JournalArticlePersistence.filterFindByG_L(long groupId, String layoutUuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and layoutUuid = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_NotL(long groupId, String layoutUuid)
          Returns all the journal articles that the user has permission to view where groupId = ? and layoutUuid ≠ ?.
abstract  List<JournalArticle> JournalArticlePersistence.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> JournalArticleUtil.filterFindByG_NotL(long groupId, String[] layoutUuids)
          Returns all the journal articles that the user has permission to view where groupId = ? and layoutUuid ≠ all ?.
abstract  List<JournalArticle> JournalArticlePersistence.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> JournalArticleUtil.filterFindByG_NotL(long groupId, String[] layoutUuids, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and layoutUuid ≠ all ?.
abstract  List<JournalArticle> JournalArticlePersistence.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> JournalArticleUtil.filterFindByG_NotL(long groupId, String[] layoutUuids, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and layoutUuid ≠ all ?.
abstract  List<JournalArticle> JournalArticlePersistence.filterFindByG_NotL(long groupId, String[] layoutUuids, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and layoutUuid ≠ all ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_NotL(long groupId, String layoutUuid, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and layoutUuid ≠ ?.
abstract  List<JournalArticle> JournalArticlePersistence.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> JournalArticleUtil.filterFindByG_NotL(long groupId, String layoutUuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and layoutUuid ≠ ?.
abstract  List<JournalArticle> JournalArticlePersistence.filterFindByG_NotL(long groupId, String layoutUuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and layoutUuid ≠ ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_S(long groupId, String structureId)
          Returns all the journal articles that the user has permission to view where groupId = ? and structureId = ?.
abstract  List<JournalArticle> JournalArticlePersistence.filterFindByG_S(long groupId, String structureId)
          Returns all the journal articles that the user has permission to view where groupId = ? and structureId = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_S(long groupId, String structureId, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and structureId = ?.
abstract  List<JournalArticle> JournalArticlePersistence.filterFindByG_S(long groupId, String structureId, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and structureId = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_S(long groupId, String structureId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and structureId = ?.
abstract  List<JournalArticle> JournalArticlePersistence.filterFindByG_S(long groupId, String structureId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and structureId = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_ST(long groupId, int status)
          Returns all the journal articles that the user has permission to view where groupId = ? and status = ?.
abstract  List<JournalArticle> JournalArticlePersistence.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> JournalArticleUtil.filterFindByG_ST(long groupId, int status, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and status = ?.
abstract  List<JournalArticle> JournalArticlePersistence.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> JournalArticleUtil.filterFindByG_ST(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and status = ?.
abstract  List<JournalArticle> JournalArticlePersistence.filterFindByG_ST(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_T(long groupId, String templateId)
          Returns all the journal articles that the user has permission to view where groupId = ? and templateId = ?.
abstract  List<JournalArticle> JournalArticlePersistence.filterFindByG_T(long groupId, String templateId)
          Returns all the journal articles that the user has permission to view where groupId = ? and templateId = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_T(long groupId, String templateId, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and templateId = ?.
abstract  List<JournalArticle> JournalArticlePersistence.filterFindByG_T(long groupId, String templateId, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and templateId = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_T(long groupId, String templateId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and templateId = ?.
abstract  List<JournalArticle> JournalArticlePersistence.filterFindByG_T(long groupId, String templateId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and templateId = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_U_C(long groupId, long userId, long classNameId)
          Returns all the journal articles that the user has permission to view where groupId = ? and userId = ? and classNameId = ?.
abstract  List<JournalArticle> JournalArticlePersistence.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> JournalArticleUtil.filterFindByG_U_C(long groupId, long userId, long classNameId, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and userId = ? and classNameId = ?.
abstract  List<JournalArticle> JournalArticlePersistence.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> JournalArticleUtil.filterFindByG_U_C(long groupId, long userId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and userId = ? and classNameId = ?.
abstract  List<JournalArticle> JournalArticlePersistence.filterFindByG_U_C(long groupId, long userId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and userId = ? and classNameId = ?.
static List<JournalArticle> JournalArticleFinderUtil.filterFindByG_U_F_C(long groupId, long userId, List<Long> folderIds, long classNameId, QueryDefinition queryDefinition)
           
abstract  List<JournalArticle> JournalArticleFinder.filterFindByG_U_F_C(long groupId, long userId, List<Long> folderIds, long classNameId, QueryDefinition queryDefinition)
           
static List<JournalArticle> JournalArticleUtil.filterFindByG_U(long groupId, long userId)
          Returns all the journal articles that the user has permission to view where groupId = ? and userId = ?.
abstract  List<JournalArticle> JournalArticlePersistence.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> JournalArticleUtil.filterFindByG_U(long groupId, long userId, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and userId = ?.
abstract  List<JournalArticle> JournalArticlePersistence.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> JournalArticleUtil.filterFindByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and userId = ?.
abstract  List<JournalArticle> JournalArticlePersistence.filterFindByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and userId = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_UT_ST(long groupId, String urlTitle, int status)
          Returns all the journal articles that the user has permission to view where groupId = ? and urlTitle = ? and status = ?.
abstract  List<JournalArticle> JournalArticlePersistence.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> JournalArticleUtil.filterFindByG_UT_ST(long groupId, String urlTitle, int status, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and urlTitle = ? and status = ?.
abstract  List<JournalArticle> JournalArticlePersistence.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> JournalArticleUtil.filterFindByG_UT_ST(long groupId, String urlTitle, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and urlTitle = ? and status = ?.
abstract  List<JournalArticle> JournalArticlePersistence.filterFindByG_UT_ST(long groupId, String urlTitle, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and urlTitle = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_UT(long groupId, String urlTitle)
          Returns all the journal articles that the user has permission to view where groupId = ? and urlTitle = ?.
abstract  List<JournalArticle> JournalArticlePersistence.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> JournalArticleUtil.filterFindByG_UT(long groupId, String urlTitle, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and urlTitle = ?.
abstract  List<JournalArticle> JournalArticlePersistence.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> JournalArticleUtil.filterFindByG_UT(long groupId, String urlTitle, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and urlTitle = ?.
abstract  List<JournalArticle> JournalArticlePersistence.filterFindByG_UT(long groupId, String urlTitle, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and urlTitle = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByGroupId(long groupId)
          Returns all the journal articles that the user has permission to view where groupId = ?.
abstract  List<JournalArticle> JournalArticlePersistence.filterFindByGroupId(long groupId)
          Returns all the journal articles that the user has permission to view where groupId = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ?.
abstract  List<JournalArticle> JournalArticlePersistence.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> JournalArticleUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ?.
abstract  List<JournalArticle> JournalArticlePersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ?.
static List<JournalArticle> JournalArticleFinderUtil.filterFindByKeywords(long companyId, long groupId, List<Long> folderIds, long classNameId, String keywords, Double version, String type, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator orderByComparator)
           
abstract  List<JournalArticle> JournalArticleFinder.filterFindByKeywords(long companyId, long groupId, List<Long> folderIds, long classNameId, String keywords, Double version, String type, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator orderByComparator)
           
static List<JournalArticle> JournalArticleUtil.findAll()
          Returns all the journal articles.
abstract  List<JournalArticle> JournalArticlePersistence.findAll()
          Returns all the journal articles.
static List<JournalArticle> JournalArticleUtil.findAll(int start, int end)
          Returns a range of all the journal articles.
abstract  List<JournalArticle> JournalArticlePersistence.findAll(int start, int end)
          Returns a range of all the journal articles.
static List<JournalArticle> JournalArticleUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles.
abstract  List<JournalArticle> JournalArticlePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles.
static List<JournalArticle> JournalArticleFinderUtil.findByC_G_F_C_A_V_T_D_C_T_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String[] articleIds, Double version, String[] titles, String[] descriptions, String[] contents, String type, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition queryDefinition)
           
abstract  List<JournalArticle> JournalArticleFinder.findByC_G_F_C_A_V_T_D_C_T_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String[] articleIds, Double version, String[] titles, String[] descriptions, String[] contents, String type, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition queryDefinition)
           
static List<JournalArticle> JournalArticleFinderUtil.findByC_G_F_C_A_V_T_D_C_T_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String type, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition queryDefinition)
           
abstract  List<JournalArticle> JournalArticleFinder.findByC_G_F_C_A_V_T_D_C_T_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String type, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition queryDefinition)
           
static List<JournalArticle> JournalArticleFinderUtil.findByC_G_F_C_A_V_T_D_C_T_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String type, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition queryDefinition)
           
abstract  List<JournalArticle> JournalArticleFinder.findByC_G_F_C_A_V_T_D_C_T_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String type, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition queryDefinition)
           
static List<JournalArticle> JournalArticleUtil.findByC_NotST(long companyId, int status)
          Returns all the journal articles where companyId = ? and status ≠ ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByC_NotST(long companyId, int status)
          Returns all the journal articles where companyId = ? and status ≠ ?.
static List<JournalArticle> JournalArticleUtil.findByC_NotST(long companyId, int status, int start, int end)
          Returns a range of all the journal articles where companyId = ? and status ≠ ?.
abstract  List<JournalArticle> JournalArticlePersistence.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> JournalArticleUtil.findByC_NotST(long companyId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where companyId = ? and status ≠ ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByC_NotST(long companyId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where companyId = ? and status ≠ ?.
static List<JournalArticle> JournalArticleUtil.findByC_ST(long companyId, int status)
          Returns all the journal articles where companyId = ? and status = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByC_ST(long companyId, int status)
          Returns all the journal articles where companyId = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByC_ST(long companyId, int status, int start, int end)
          Returns a range of all the journal articles where companyId = ? and status = ?.
abstract  List<JournalArticle> JournalArticlePersistence.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> JournalArticleUtil.findByC_ST(long companyId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where companyId = ? and status = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByC_ST(long companyId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where companyId = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByC_T(long classNameId, String templateId)
          Returns all the journal articles where classNameId = ? and templateId = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByC_T(long classNameId, String templateId)
          Returns all the journal articles where classNameId = ? and templateId = ?.
static List<JournalArticle> JournalArticleUtil.findByC_T(long classNameId, String templateId, int start, int end)
          Returns a range of all the journal articles where classNameId = ? and templateId = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByC_T(long classNameId, String templateId, int start, int end)
          Returns a range of all the journal articles where classNameId = ? and templateId = ?.
static List<JournalArticle> JournalArticleUtil.findByC_T(long classNameId, String templateId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where classNameId = ? and templateId = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByC_T(long classNameId, String templateId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where classNameId = ? and templateId = ?.
static List<JournalArticle> JournalArticleUtil.findByC_V_ST(long companyId, double version, int status)
          Returns all the journal articles where companyId = ? and version = ? and status = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByC_V_ST(long companyId, double version, int status)
          Returns all the journal articles where companyId = ? and version = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByC_V_ST(long companyId, double version, int status, int start, int end)
          Returns a range of all the journal articles where companyId = ? and version = ? and status = ?.
abstract  List<JournalArticle> JournalArticlePersistence.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> JournalArticleUtil.findByC_V_ST(long companyId, double version, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where companyId = ? and version = ? and status = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByC_V_ST(long companyId, double version, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where companyId = ? and version = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByC_V(long companyId, double version)
          Returns all the journal articles where companyId = ? and version = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByC_V(long companyId, double version)
          Returns all the journal articles where companyId = ? and version = ?.
static List<JournalArticle> JournalArticleUtil.findByC_V(long companyId, double version, int start, int end)
          Returns a range of all the journal articles where companyId = ? and version = ?.
abstract  List<JournalArticle> JournalArticlePersistence.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> JournalArticleUtil.findByC_V(long companyId, double version, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where companyId = ? and version = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByC_V(long companyId, double version, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where companyId = ? and version = ?.
static List<JournalArticle> JournalArticleUtil.findByCompanyId(long companyId)
          Returns all the journal articles where companyId = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByCompanyId(long companyId)
          Returns all the journal articles where companyId = ?.
static List<JournalArticle> JournalArticleUtil.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the journal articles where companyId = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the journal articles where companyId = ?.
static List<JournalArticle> JournalArticleUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where companyId = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where companyId = ?.
static List<JournalArticle> JournalArticleFinderUtil.findByExpirationDate(long classNameId, Date expirationDateLT, QueryDefinition queryDefinition)
           
abstract  List<JournalArticle> JournalArticleFinder.findByExpirationDate(long classNameId, Date expirationDateLT, QueryDefinition queryDefinition)
           
static List<JournalArticle> JournalArticleUtil.findByG_A_NotST(long groupId, String articleId, int status)
          Returns all the journal articles where groupId = ? and articleId = ? and status ≠ ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByG_A_NotST(long groupId, String articleId, int status)
          Returns all the journal articles where groupId = ? and articleId = ? and status ≠ ?.
static List<JournalArticle> JournalArticleUtil.findByG_A_NotST(long groupId, String articleId, int status, int start, int end)
          Returns a range of all the journal articles where groupId = ? and articleId = ? and status ≠ ?.
abstract  List<JournalArticle> JournalArticlePersistence.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> JournalArticleUtil.findByG_A_NotST(long groupId, String articleId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status ≠ ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByG_A_NotST(long groupId, String articleId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status ≠ ?.
static List<JournalArticle> JournalArticleUtil.findByG_A_ST(long groupId, String articleId, int status)
          Returns all the journal articles where groupId = ? and articleId = ? and status = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByG_A_ST(long groupId, String articleId, int status)
          Returns all the journal articles where groupId = ? and articleId = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByG_A_ST(long groupId, String articleId, int[] statuses)
          Returns all the journal articles where groupId = ? and articleId = ? and status = any ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByG_A_ST(long groupId, String articleId, int[] statuses)
          Returns all the journal articles where groupId = ? and articleId = ? and status = any ?.
static List<JournalArticle> JournalArticleUtil.findByG_A_ST(long groupId, String articleId, int[] statuses, int start, int end)
          Returns a range of all the journal articles where groupId = ? and articleId = ? and status = any ?.
abstract  List<JournalArticle> JournalArticlePersistence.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> JournalArticleUtil.findByG_A_ST(long groupId, String articleId, int[] statuses, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status = any ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByG_A_ST(long groupId, String articleId, int[] statuses, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status = any ?.
static List<JournalArticle> JournalArticleUtil.findByG_A_ST(long groupId, String articleId, int status, int start, int end)
          Returns a range of all the journal articles where groupId = ? and articleId = ? and status = ?.
abstract  List<JournalArticle> JournalArticlePersistence.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> JournalArticleUtil.findByG_A_ST(long groupId, String articleId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByG_A_ST(long groupId, String articleId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByG_A(long groupId, String articleId)
          Returns all the journal articles where groupId = ? and articleId = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByG_A(long groupId, String articleId)
          Returns all the journal articles where groupId = ? and articleId = ?.
static List<JournalArticle> JournalArticleUtil.findByG_A(long groupId, String articleId, int start, int end)
          Returns a range of all the journal articles where groupId = ? and articleId = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByG_A(long groupId, String articleId, int start, int end)
          Returns a range of all the journal articles where groupId = ? and articleId = ?.
static List<JournalArticle> JournalArticleUtil.findByG_A(long groupId, String articleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and articleId = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByG_A(long groupId, String articleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and articleId = ?.
static List<JournalArticle> JournalArticleUtil.findByG_C_C(long groupId, long classNameId, long classPK)
          Returns all the journal articles where groupId = ? and classNameId = ? and classPK = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByG_C_C(long groupId, long classNameId, long classPK)
          Returns all the journal articles where groupId = ? and classNameId = ? and classPK = ?.
static List<JournalArticle> JournalArticleUtil.findByG_C_C(long groupId, long classNameId, long classPK, int start, int end)
          Returns a range of all the journal articles where groupId = ? and classNameId = ? and classPK = ?.
abstract  List<JournalArticle> JournalArticlePersistence.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> JournalArticleUtil.findByG_C_C(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and classPK = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByG_C_C(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and classPK = ?.
static List<JournalArticle> JournalArticleUtil.findByG_C_L(long groupId, long classNameId, String layoutUuid)
          Returns all the journal articles where groupId = ? and classNameId = ? and layoutUuid = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByG_C_L(long groupId, long classNameId, String layoutUuid)
          Returns all the journal articles where groupId = ? and classNameId = ? and layoutUuid = ?.
static List<JournalArticle> JournalArticleUtil.findByG_C_L(long groupId, long classNameId, String layoutUuid, int start, int end)
          Returns a range of all the journal articles where groupId = ? and classNameId = ? and layoutUuid = ?.
abstract  List<JournalArticle> JournalArticlePersistence.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> JournalArticleUtil.findByG_C_L(long groupId, long classNameId, String layoutUuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and layoutUuid = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByG_C_L(long groupId, long classNameId, String layoutUuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and layoutUuid = ?.
static List<JournalArticle> JournalArticleFinderUtil.findByG_C_S(long groupId, long classNameId, String[] ddmStructureKeys, QueryDefinition queryDefinition)
           
abstract  List<JournalArticle> JournalArticleFinder.findByG_C_S(long groupId, long classNameId, String[] ddmStructureKeys, QueryDefinition queryDefinition)
           
static List<JournalArticle> JournalArticleFinderUtil.findByG_C_S(long groupId, long classNameId, String ddmStructureKey, QueryDefinition queryDefinition)
           
abstract  List<JournalArticle> JournalArticleFinder.findByG_C_S(long groupId, long classNameId, String ddmStructureKey, QueryDefinition queryDefinition)
           
static List<JournalArticle> JournalArticleUtil.findByG_C_T(long groupId, long classNameId, String templateId)
          Returns all the journal articles where groupId = ? and classNameId = ? and templateId = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByG_C_T(long groupId, long classNameId, String templateId)
          Returns all the journal articles where groupId = ? and classNameId = ? and templateId = ?.
static List<JournalArticle> JournalArticleUtil.findByG_C_T(long groupId, long classNameId, String templateId, int start, int end)
          Returns a range of all the journal articles where groupId = ? and classNameId = ? and templateId = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByG_C_T(long groupId, long classNameId, String templateId, int start, int end)
          Returns a range of all the journal articles where groupId = ? and classNameId = ? and templateId = ?.
static List<JournalArticle> JournalArticleUtil.findByG_C_T(long groupId, long classNameId, String templateId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and templateId = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByG_C_T(long groupId, long classNameId, String templateId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and templateId = ?.
static List<JournalArticle> JournalArticleFinderUtil.findByG_F_C(long groupId, List<Long> folderIds, long classNameId, QueryDefinition queryDefinition)
           
abstract  List<JournalArticle> JournalArticleFinder.findByG_F_C(long groupId, List<Long> folderIds, long classNameId, QueryDefinition queryDefinition)
           
static List<JournalArticle> JournalArticleUtil.findByG_F_ST(long groupId, long folderId, int status)
          Returns all the journal articles where groupId = ? and folderId = ? and status = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByG_F_ST(long groupId, long folderId, int status)
          Returns all the journal articles where groupId = ? and folderId = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByG_F_ST(long groupId, long folderId, int[] statuses)
          Returns all the journal articles where groupId = ? and folderId = ? and status = any ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByG_F_ST(long groupId, long folderId, int[] statuses)
          Returns all the journal articles where groupId = ? and folderId = ? and status = any ?.
static List<JournalArticle> JournalArticleUtil.findByG_F_ST(long groupId, long folderId, int[] statuses, int start, int end)
          Returns a range of all the journal articles where groupId = ? and folderId = ? and status = any ?.
abstract  List<JournalArticle> JournalArticlePersistence.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> JournalArticleUtil.findByG_F_ST(long groupId, long folderId, int[] statuses, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and folderId = ? and status = any ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByG_F_ST(long groupId, long folderId, int[] statuses, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and folderId = ? and status = any ?.
static List<JournalArticle> JournalArticleUtil.findByG_F_ST(long groupId, long folderId, int status, int start, int end)
          Returns a range of all the journal articles where groupId = ? and folderId = ? and status = ?.
abstract  List<JournalArticle> JournalArticlePersistence.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> JournalArticleUtil.findByG_F_ST(long groupId, long folderId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and folderId = ? and status = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByG_F_ST(long groupId, long folderId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and folderId = ? and status = ?.
static List<JournalArticle> JournalArticleFinderUtil.findByG_F(long groupId, List<Long> folderIds, QueryDefinition queryDefinition)
           
abstract  List<JournalArticle> JournalArticleFinder.findByG_F(long groupId, List<Long> folderIds, QueryDefinition queryDefinition)
           
static List<JournalArticle> JournalArticleUtil.findByG_F(long groupId, long folderId)
          Returns all the journal articles where groupId = ? and folderId = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByG_F(long groupId, long folderId)
          Returns all the journal articles where groupId = ? and folderId = ?.
static List<JournalArticle> JournalArticleUtil.findByG_F(long groupId, long[] folderIds)
          Returns all the journal articles where groupId = ? and folderId = any ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByG_F(long groupId, long[] folderIds)
          Returns all the journal articles where groupId = ? and folderId = any ?.
static List<JournalArticle> JournalArticleUtil.findByG_F(long groupId, long[] folderIds, int start, int end)
          Returns a range of all the journal articles where groupId = ? and folderId = any ?.
abstract  List<JournalArticle> JournalArticlePersistence.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> JournalArticleUtil.findByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and folderId = any ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and folderId = any ?.
static List<JournalArticle> JournalArticleUtil.findByG_F(long groupId, long folderId, int start, int end)
          Returns a range of all the journal articles where groupId = ? and folderId = ?.
abstract  List<JournalArticle> JournalArticlePersistence.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> JournalArticleUtil.findByG_F(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and folderId = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByG_F(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and folderId = ?.
static List<JournalArticle> JournalArticleUtil.findByG_L(long groupId, String layoutUuid)
          Returns all the journal articles where groupId = ? and layoutUuid = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByG_L(long groupId, String layoutUuid)
          Returns all the journal articles where groupId = ? and layoutUuid = ?.
static List<JournalArticle> JournalArticleUtil.findByG_L(long groupId, String layoutUuid, int start, int end)
          Returns a range of all the journal articles where groupId = ? and layoutUuid = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByG_L(long groupId, String layoutUuid, int start, int end)
          Returns a range of all the journal articles where groupId = ? and layoutUuid = ?.
static List<JournalArticle> JournalArticleUtil.findByG_L(long groupId, String layoutUuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and layoutUuid = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByG_L(long groupId, String layoutUuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and layoutUuid = ?.
static List<JournalArticle> JournalArticleUtil.findByG_NotL(long groupId, String layoutUuid)
          Returns all the journal articles where groupId = ? and layoutUuid ≠ ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByG_NotL(long groupId, String layoutUuid)
          Returns all the journal articles where groupId = ? and layoutUuid ≠ ?.
static List<JournalArticle> JournalArticleUtil.findByG_NotL(long groupId, String[] layoutUuids)
          Returns all the journal articles where groupId = ? and layoutUuid ≠ all ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByG_NotL(long groupId, String[] layoutUuids)
          Returns all the journal articles where groupId = ? and layoutUuid ≠ all ?.
static List<JournalArticle> JournalArticleUtil.findByG_NotL(long groupId, String[] layoutUuids, int start, int end)
          Returns a range of all the journal articles where groupId = ? and layoutUuid ≠ all ?.
abstract  List<JournalArticle> JournalArticlePersistence.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> JournalArticleUtil.findByG_NotL(long groupId, String[] layoutUuids, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and layoutUuid ≠ all ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByG_NotL(long groupId, String[] layoutUuids, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and layoutUuid ≠ all ?.
static List<JournalArticle> JournalArticleUtil.findByG_NotL(long groupId, String layoutUuid, int start, int end)
          Returns a range of all the journal articles where groupId = ? and layoutUuid ≠ ?.
abstract  List<JournalArticle> JournalArticlePersistence.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> JournalArticleUtil.findByG_NotL(long groupId, String layoutUuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and layoutUuid ≠ ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByG_NotL(long groupId, String layoutUuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and layoutUuid ≠ ?.
static List<JournalArticle> JournalArticleUtil.findByG_S(long groupId, String structureId)
          Returns all the journal articles where groupId = ? and structureId = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByG_S(long groupId, String structureId)
          Returns all the journal articles where groupId = ? and structureId = ?.
static List<JournalArticle> JournalArticleUtil.findByG_S(long groupId, String structureId, int start, int end)
          Returns a range of all the journal articles where groupId = ? and structureId = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByG_S(long groupId, String structureId, int start, int end)
          Returns a range of all the journal articles where groupId = ? and structureId = ?.
static List<JournalArticle> JournalArticleUtil.findByG_S(long groupId, String structureId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and structureId = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByG_S(long groupId, String structureId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and structureId = ?.
static List<JournalArticle> JournalArticleUtil.findByG_ST(long groupId, int status)
          Returns all the journal articles where groupId = ? and status = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByG_ST(long groupId, int status)
          Returns all the journal articles where groupId = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByG_ST(long groupId, int status, int start, int end)
          Returns a range of all the journal articles where groupId = ? and status = ?.
abstract  List<JournalArticle> JournalArticlePersistence.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> JournalArticleUtil.findByG_ST(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and status = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByG_ST(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByG_T(long groupId, String templateId)
          Returns all the journal articles where groupId = ? and templateId = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByG_T(long groupId, String templateId)
          Returns all the journal articles where groupId = ? and templateId = ?.
static List<JournalArticle> JournalArticleUtil.findByG_T(long groupId, String templateId, int start, int end)
          Returns a range of all the journal articles where groupId = ? and templateId = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByG_T(long groupId, String templateId, int start, int end)
          Returns a range of all the journal articles where groupId = ? and templateId = ?.
static List<JournalArticle> JournalArticleUtil.findByG_T(long groupId, String templateId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and templateId = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByG_T(long groupId, String templateId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and templateId = ?.
static List<JournalArticle> JournalArticleUtil.findByG_U_C(long groupId, long userId, long classNameId)
          Returns all the journal articles where groupId = ? and userId = ? and classNameId = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByG_U_C(long groupId, long userId, long classNameId)
          Returns all the journal articles where groupId = ? and userId = ? and classNameId = ?.
static List<JournalArticle> JournalArticleUtil.findByG_U_C(long groupId, long userId, long classNameId, int start, int end)
          Returns a range of all the journal articles where groupId = ? and userId = ? and classNameId = ?.
abstract  List<JournalArticle> JournalArticlePersistence.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> JournalArticleUtil.findByG_U_C(long groupId, long userId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and userId = ? and classNameId = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByG_U_C(long groupId, long userId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and userId = ? and classNameId = ?.
static List<JournalArticle> JournalArticleFinderUtil.findByG_U_F_C(long groupId, long userId, List<Long> folderIds, long classNameId, QueryDefinition queryDefinition)
           
abstract  List<JournalArticle> JournalArticleFinder.findByG_U_F_C(long groupId, long userId, List<Long> folderIds, long classNameId, QueryDefinition queryDefinition)
           
static List<JournalArticle> JournalArticleUtil.findByG_U(long groupId, long userId)
          Returns all the journal articles where groupId = ? and userId = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByG_U(long groupId, long userId)
          Returns all the journal articles where groupId = ? and userId = ?.
static List<JournalArticle> JournalArticleUtil.findByG_U(long groupId, long userId, int start, int end)
          Returns a range of all the journal articles where groupId = ? and userId = ?.
abstract  List<JournalArticle> JournalArticlePersistence.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> JournalArticleUtil.findByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and userId = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and userId = ?.
static List<JournalArticle> JournalArticleUtil.findByG_UT_ST(long groupId, String urlTitle, int status)
          Returns all the journal articles where groupId = ? and urlTitle = ? and status = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByG_UT_ST(long groupId, String urlTitle, int status)
          Returns all the journal articles where groupId = ? and urlTitle = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByG_UT_ST(long groupId, String urlTitle, int status, int start, int end)
          Returns a range of all the journal articles where groupId = ? and urlTitle = ? and status = ?.
abstract  List<JournalArticle> JournalArticlePersistence.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> JournalArticleUtil.findByG_UT_ST(long groupId, String urlTitle, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and urlTitle = ? and status = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByG_UT_ST(long groupId, String urlTitle, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and urlTitle = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByG_UT(long groupId, String urlTitle)
          Returns all the journal articles where groupId = ? and urlTitle = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByG_UT(long groupId, String urlTitle)
          Returns all the journal articles where groupId = ? and urlTitle = ?.
static List<JournalArticle> JournalArticleUtil.findByG_UT(long groupId, String urlTitle, int start, int end)
          Returns a range of all the journal articles where groupId = ? and urlTitle = ?.
abstract  List<JournalArticle> JournalArticlePersistence.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> JournalArticleUtil.findByG_UT(long groupId, String urlTitle, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and urlTitle = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByG_UT(long groupId, String urlTitle, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and urlTitle = ?.
static List<JournalArticle> JournalArticleUtil.findByGroupId(long groupId)
          Returns all the journal articles where groupId = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByGroupId(long groupId)
          Returns all the journal articles where groupId = ?.
static List<JournalArticle> JournalArticleUtil.findByGroupId(long groupId, int start, int end)
          Returns a range of all the journal articles where groupId = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByGroupId(long groupId, int start, int end)
          Returns a range of all the journal articles where groupId = ?.
static List<JournalArticle> JournalArticleUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ?.
static List<JournalArticle> JournalArticleFinderUtil.findByKeywords(long companyId, long groupId, List<Long> folderIds, long classNameId, String keywords, Double version, String type, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator orderByComparator)
           
abstract  List<JournalArticle> JournalArticleFinder.findByKeywords(long companyId, long groupId, List<Long> folderIds, long classNameId, String keywords, Double version, String type, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator orderByComparator)
           
static List<JournalArticle> JournalArticleUtil.findByLayoutUuid(String layoutUuid)
          Returns all the journal articles where layoutUuid = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByLayoutUuid(String layoutUuid)
          Returns all the journal articles where layoutUuid = ?.
static List<JournalArticle> JournalArticleUtil.findByLayoutUuid(String layoutUuid, int start, int end)
          Returns a range of all the journal articles where layoutUuid = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByLayoutUuid(String layoutUuid, int start, int end)
          Returns a range of all the journal articles where layoutUuid = ?.
static List<JournalArticle> JournalArticleUtil.findByLayoutUuid(String layoutUuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where layoutUuid = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByLayoutUuid(String layoutUuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where layoutUuid = ?.
static List<JournalArticle> JournalArticleUtil.findByLtD_S(Date displayDate, int status)
          Returns all the journal articles where displayDate < ? and status = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByLtD_S(Date displayDate, int status)
          Returns all the journal articles where displayDate < ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByLtD_S(Date displayDate, int status, int start, int end)
          Returns a range of all the journal articles where displayDate < ? and status = ?.
abstract  List<JournalArticle> JournalArticlePersistence.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> JournalArticleUtil.findByLtD_S(Date displayDate, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where displayDate < ? and status = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByLtD_S(Date displayDate, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where displayDate < ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByR_I_S(long resourcePrimKey, boolean indexable, int status)
          Returns all the journal articles where resourcePrimKey = ? and indexable = ? and status = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByR_I_S(long resourcePrimKey, boolean indexable, int status)
          Returns all the journal articles where resourcePrimKey = ? and indexable = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByR_I_S(long resourcePrimKey, boolean indexable, int[] statuses)
          Returns all the journal articles where resourcePrimKey = ? and indexable = ? and status = any ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByR_I_S(long resourcePrimKey, boolean indexable, int[] statuses)
          Returns all the journal articles where resourcePrimKey = ? and indexable = ? and status = any ?.
static List<JournalArticle> JournalArticleUtil.findByR_I_S(long resourcePrimKey, boolean indexable, int[] statuses, int start, int end)
          Returns a range of all the journal articles where resourcePrimKey = ? and indexable = ? and status = any ?.
abstract  List<JournalArticle> JournalArticlePersistence.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> JournalArticleUtil.findByR_I_S(long resourcePrimKey, boolean indexable, int[] statuses, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ? and indexable = ? and status = any ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByR_I_S(long resourcePrimKey, boolean indexable, int[] statuses, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ? and indexable = ? and status = any ?.
static List<JournalArticle> JournalArticleUtil.findByR_I_S(long resourcePrimKey, boolean indexable, int status, int start, int end)
          Returns a range of all the journal articles where resourcePrimKey = ? and indexable = ? and status = ?.
abstract  List<JournalArticle> JournalArticlePersistence.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> JournalArticleUtil.findByR_I_S(long resourcePrimKey, boolean indexable, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ? and indexable = ? and status = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByR_I_S(long resourcePrimKey, boolean indexable, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ? and indexable = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByR_I(long resourcePrimKey, boolean indexable)
          Returns all the journal articles where resourcePrimKey = ? and indexable = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByR_I(long resourcePrimKey, boolean indexable)
          Returns all the journal articles where resourcePrimKey = ? and indexable = ?.
static List<JournalArticle> JournalArticleUtil.findByR_I(long resourcePrimKey, boolean indexable, int start, int end)
          Returns a range of all the journal articles where resourcePrimKey = ? and indexable = ?.
abstract  List<JournalArticle> JournalArticlePersistence.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> JournalArticleUtil.findByR_I(long resourcePrimKey, boolean indexable, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ? and indexable = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByR_I(long resourcePrimKey, boolean indexable, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ? and indexable = ?.
static List<JournalArticle> JournalArticleUtil.findByR_ST(long resourcePrimKey, int status)
          Returns all the journal articles where resourcePrimKey = ? and status = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByR_ST(long resourcePrimKey, int status)
          Returns all the journal articles where resourcePrimKey = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByR_ST(long resourcePrimKey, int[] statuses)
          Returns all the journal articles where resourcePrimKey = ? and status = any ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByR_ST(long resourcePrimKey, int[] statuses)
          Returns all the journal articles where resourcePrimKey = ? and status = any ?.
static List<JournalArticle> JournalArticleUtil.findByR_ST(long resourcePrimKey, int[] statuses, int start, int end)
          Returns a range of all the journal articles where resourcePrimKey = ? and status = any ?.
abstract  List<JournalArticle> JournalArticlePersistence.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> JournalArticleUtil.findByR_ST(long resourcePrimKey, int[] statuses, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ? and status = any ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByR_ST(long resourcePrimKey, int[] statuses, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ? and status = any ?.
static List<JournalArticle> JournalArticleUtil.findByR_ST(long resourcePrimKey, int status, int start, int end)
          Returns a range of all the journal articles where resourcePrimKey = ? and status = ?.
abstract  List<JournalArticle> JournalArticlePersistence.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> JournalArticleUtil.findByR_ST(long resourcePrimKey, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ? and status = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByR_ST(long resourcePrimKey, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByResourcePrimKey(long resourcePrimKey)
          Returns all the journal articles where resourcePrimKey = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByResourcePrimKey(long resourcePrimKey)
          Returns all the journal articles where resourcePrimKey = ?.
static List<JournalArticle> JournalArticleUtil.findByResourcePrimKey(long resourcePrimKey, int start, int end)
          Returns a range of all the journal articles where resourcePrimKey = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByResourcePrimKey(long resourcePrimKey, int start, int end)
          Returns a range of all the journal articles where resourcePrimKey = ?.
static List<JournalArticle> JournalArticleUtil.findByResourcePrimKey(long resourcePrimKey, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByResourcePrimKey(long resourcePrimKey, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ?.
static List<JournalArticle> JournalArticleFinderUtil.findByReviewDate(long classNameId, Date reviewDateLT, Date reviewDateGT)
           
abstract  List<JournalArticle> JournalArticleFinder.findByReviewDate(long classNameId, Date reviewDateLT, Date reviewDateGT)
           
static List<JournalArticle> JournalArticleUtil.findBySmallImageId(long smallImageId)
          Returns all the journal articles where smallImageId = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findBySmallImageId(long smallImageId)
          Returns all the journal articles where smallImageId = ?.
static List<JournalArticle> JournalArticleUtil.findBySmallImageId(long smallImageId, int start, int end)
          Returns a range of all the journal articles where smallImageId = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findBySmallImageId(long smallImageId, int start, int end)
          Returns a range of all the journal articles where smallImageId = ?.
static List<JournalArticle> JournalArticleUtil.findBySmallImageId(long smallImageId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where smallImageId = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findBySmallImageId(long smallImageId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where smallImageId = ?.
static List<JournalArticle> JournalArticleUtil.findByStructureId(String structureId)
          Returns all the journal articles where structureId = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByStructureId(String structureId)
          Returns all the journal articles where structureId = ?.
static List<JournalArticle> JournalArticleUtil.findByStructureId(String[] structureIds)
          Returns all the journal articles where structureId = any ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByStructureId(String[] structureIds)
          Returns all the journal articles where structureId = any ?.
static List<JournalArticle> JournalArticleUtil.findByStructureId(String[] structureIds, int start, int end)
          Returns a range of all the journal articles where structureId = any ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByStructureId(String[] structureIds, int start, int end)
          Returns a range of all the journal articles where structureId = any ?.
static List<JournalArticle> JournalArticleUtil.findByStructureId(String[] structureIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where structureId = any ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByStructureId(String[] structureIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where structureId = any ?.
static List<JournalArticle> JournalArticleUtil.findByStructureId(String structureId, int start, int end)
          Returns a range of all the journal articles where structureId = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByStructureId(String structureId, int start, int end)
          Returns a range of all the journal articles where structureId = ?.
static List<JournalArticle> JournalArticleUtil.findByStructureId(String structureId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where structureId = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByStructureId(String structureId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where structureId = ?.
static List<JournalArticle> JournalArticleUtil.findByTemplateId(String templateId)
          Returns all the journal articles where templateId = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByTemplateId(String templateId)
          Returns all the journal articles where templateId = ?.
static List<JournalArticle> JournalArticleUtil.findByTemplateId(String templateId, int start, int end)
          Returns a range of all the journal articles where templateId = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByTemplateId(String templateId, int start, int end)
          Returns a range of all the journal articles where templateId = ?.
static List<JournalArticle> JournalArticleUtil.findByTemplateId(String templateId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where templateId = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByTemplateId(String templateId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where templateId = ?.
static List<JournalArticle> JournalArticleUtil.findByUuid_C(String uuid, long companyId)
          Returns all the journal articles where uuid = ? and companyId = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByUuid_C(String uuid, long companyId)
          Returns all the journal articles where uuid = ? and companyId = ?.
static List<JournalArticle> JournalArticleUtil.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the journal articles where uuid = ? and companyId = ?.
abstract  List<JournalArticle> JournalArticlePersistence.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> JournalArticleUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where uuid = ? and companyId = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where uuid = ? and companyId = ?.
static List<JournalArticle> JournalArticleUtil.findByUuid(String uuid)
          Returns all the journal articles where uuid = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByUuid(String uuid)
          Returns all the journal articles where uuid = ?.
static List<JournalArticle> JournalArticleUtil.findByUuid(String uuid, int start, int end)
          Returns a range of all the journal articles where uuid = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByUuid(String uuid, int start, int end)
          Returns a range of all the journal articles where uuid = ?.
static List<JournalArticle> JournalArticleUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where uuid = ?.
abstract  List<JournalArticle> JournalArticlePersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where uuid = ?.
static List<JournalArticle> JournalArticleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<JournalArticle> JournalArticleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<JournalArticle> JournalArticleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.journal.service.persistence with parameters of type JournalArticle
static void JournalArticleUtil.cacheResult(JournalArticle journalArticle)
          Caches the journal article in the entity cache if it is enabled.
abstract  void JournalArticlePersistence.cacheResult(JournalArticle journalArticle)
          Caches the journal article in the entity cache if it is enabled.
static void JournalArticleUtil.clearCache(JournalArticle journalArticle)
           
static JournalArticle JournalArticleUtil.update(JournalArticle journalArticle)
           
static JournalArticle JournalArticleUtil.update(JournalArticle journalArticle, ServiceContext serviceContext)
           
static JournalArticle JournalArticleUtil.updateImpl(JournalArticle journalArticle)
           
abstract  JournalArticle JournalArticlePersistence.updateImpl(JournalArticle journalArticle)
           
 

Method parameters in com.liferay.portlet.journal.service.persistence with type arguments of type JournalArticle
static void JournalArticleUtil.cacheResult(List<JournalArticle> journalArticles)
          Caches the journal articles in the entity cache if it is enabled.
abstract  void JournalArticlePersistence.cacheResult(List<JournalArticle> journalArticles)
          Caches the journal articles in the entity cache if it is enabled.
 


Liferay 6.2.0