Liferay 7.0-ce-m6

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

Packages that use JournalArticle
com.liferay.portal.verify   
com.liferay.portlet.journal.lar   
com.liferay.portlet.journal.model   
com.liferay.portlet.journal.model.impl   
com.liferay.portlet.journal.service   
com.liferay.portlet.journal.service.base   
com.liferay.portlet.journal.service.http   
com.liferay.portlet.journal.service.impl   
com.liferay.portlet.journal.service.permission   
com.liferay.portlet.journal.service.persistence   
com.liferay.portlet.journal.service.persistence.impl   
com.liferay.portlet.journal.util   
com.liferay.portlet.journal.util.comparator   
 

Uses of JournalArticle in com.liferay.portal.verify
 

Methods in com.liferay.portal.verify with parameters of type JournalArticle
protected  void VerifyJournal.updateDynamicElements(JournalArticle article)
           
 

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

Methods in com.liferay.portlet.journal.lar with parameters of type JournalArticle
 String JournalCreationStrategyImpl.getTransformedContent(PortletDataContext context, JournalArticle newArticle)
           
 String JournalCreationStrategy.getTransformedContent(PortletDataContext context, JournalArticle newArticle)
          Gives the content creation strategy an opportunity to transform the content before the new article is saved to the database.
 

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 JournalArticleModel.toEscapedModel()
           
 JournalArticle JournalArticleWrapper.toEscapedModel()
           
 JournalArticle JournalArticleModel.toUnescapedModel()
           
 JournalArticle JournalArticleWrapper.toUnescapedModel()
           
 

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

Methods in com.liferay.portlet.journal.model with parameters of type JournalArticle
 int JournalArticleModel.compareTo(JournalArticle journalArticle)
           
 int JournalArticleWrapper.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.model.impl
 

Classes in com.liferay.portlet.journal.model.impl that implement JournalArticle
 class JournalArticleBaseImpl
          The extended model base implementation for the JournalArticle service.
 class JournalArticleImpl
           
 

Methods in com.liferay.portlet.journal.model.impl that return JournalArticle
 JournalArticle JournalArticleCacheModel.toEntityModel()
           
 JournalArticle JournalArticleModelImpl.toEscapedModel()
           
static JournalArticle JournalArticleModelImpl.toModel(JournalArticleSoap soapModel)
          Converts the soap model instance into a normal model instance.
 

Methods in com.liferay.portlet.journal.model.impl that return types with arguments of type JournalArticle
 CacheModel<JournalArticle> JournalArticleModelImpl.toCacheModel()
           
static List<JournalArticle> JournalArticleModelImpl.toModels(JournalArticleSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Methods in com.liferay.portlet.journal.model.impl with parameters of type JournalArticle
 int JournalArticleModelImpl.compareTo(JournalArticle journalArticle)
           
 

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

Methods in com.liferay.portlet.journal.service that return JournalArticle
 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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.
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 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.
 JournalArticle JournalArticleLocalServiceWrapper.addJournalArticle(JournalArticle journalArticle)
          Adds the journal article to the database.
static JournalArticle JournalArticleLocalServiceUtil.addJournalArticle(JournalArticle journalArticle)
          Adds the journal article to the database.
 JournalArticle JournalArticleLocalService.addJournalArticle(JournalArticle journalArticle)
          Adds the journal article to the database.
 JournalArticle JournalArticleLocalServiceWrapper.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 JournalArticleLocalService.checkArticleResourcePrimKey(long groupId, String articleId, double version)
          Returns the web content article with 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.
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 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 JournalArticleServiceUtil.copyArticle(long groupId, String oldArticleId, String newArticleId, boolean autoArticleId, double version)
          Copies the web content article matching the group, article ID, and version.
 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.
 JournalArticle JournalArticleLocalServiceWrapper.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 JournalArticleLocalService.createJournalArticle(long id)
          Creates a new journal article with the primary key.
 JournalArticle JournalArticleLocalServiceWrapper.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 JournalArticleLocalService.deleteArticle(JournalArticle article)
          Deletes the web content article and its resources.
 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.
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 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.
 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.
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 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.
 JournalArticle JournalArticleLocalServiceWrapper.deleteJournalArticle(JournalArticle journalArticle)
          Deletes the journal article from the database.
static JournalArticle JournalArticleLocalServiceUtil.deleteJournalArticle(JournalArticle journalArticle)
          Deletes the journal article from the database.
 JournalArticle JournalArticleLocalService.deleteJournalArticle(JournalArticle journalArticle)
          Deletes the journal article from the database.
 JournalArticle JournalArticleLocalServiceWrapper.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 JournalArticleLocalService.deleteJournalArticle(long id)
          Deletes the journal article with the primary key from the database.
 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.
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 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 JournalArticleServiceUtil.expireArticle(long groupId, String articleId, double version, String articleURL, ServiceContext serviceContext)
          Expires the web content article matching the group, article ID, and version.
 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.
 JournalArticle JournalArticleLocalServiceWrapper.fetchArticle(long groupId, String articleId)
           
static JournalArticle JournalArticleServiceUtil.fetchArticle(long groupId, String articleId)
           
 JournalArticle JournalArticleService.fetchArticle(long groupId, String articleId)
           
 JournalArticle JournalArticleServiceWrapper.fetchArticle(long groupId, String articleId)
           
static JournalArticle JournalArticleLocalServiceUtil.fetchArticle(long groupId, String articleId)
           
 JournalArticle JournalArticleLocalService.fetchArticle(long groupId, String articleId)
           
 JournalArticle JournalArticleLocalServiceWrapper.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 JournalArticleLocalService.fetchArticle(long groupId, String articleId, double version)
          Returns the web content article matching the group, article ID, and version.
 JournalArticle JournalArticleLocalServiceWrapper.fetchArticleByUrlTitle(long groupId, String urlTitle)
           
static JournalArticle JournalArticleLocalServiceUtil.fetchArticleByUrlTitle(long groupId, String urlTitle)
           
 JournalArticle JournalArticleLocalService.fetchArticleByUrlTitle(long groupId, String urlTitle)
           
 JournalArticle JournalArticleLocalServiceWrapper.fetchDisplayArticle(long groupId, String articleId)
           
static JournalArticle JournalArticleLocalServiceUtil.fetchDisplayArticle(long groupId, String articleId)
           
 JournalArticle JournalArticleLocalService.fetchDisplayArticle(long groupId, String articleId)
           
 JournalArticle JournalArticleLocalServiceWrapper.fetchJournalArticle(long id)
           
static JournalArticle JournalArticleLocalServiceUtil.fetchJournalArticle(long id)
           
 JournalArticle JournalArticleLocalService.fetchJournalArticle(long id)
           
 JournalArticle JournalArticleLocalServiceWrapper.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 JournalArticleLocalService.fetchJournalArticleByUuidAndGroupId(String uuid, long groupId)
          Returns the journal article matching the UUID and group.
 JournalArticle JournalArticleLocalServiceWrapper.fetchLatestArticle(long resourcePrimKey)
           
static JournalArticle JournalArticleLocalServiceUtil.fetchLatestArticle(long resourcePrimKey)
           
 JournalArticle JournalArticleLocalService.fetchLatestArticle(long resourcePrimKey)
           
 JournalArticle JournalArticleLocalServiceWrapper.fetchLatestArticle(long resourcePrimKey, int status)
           
static JournalArticle JournalArticleLocalServiceUtil.fetchLatestArticle(long resourcePrimKey, int status)
           
 JournalArticle JournalArticleLocalService.fetchLatestArticle(long resourcePrimKey, int status)
           
 JournalArticle JournalArticleLocalServiceWrapper.fetchLatestArticle(long resourcePrimKey, int[] statuses)
           
static JournalArticle JournalArticleLocalServiceUtil.fetchLatestArticle(long resourcePrimKey, int[] statuses)
           
 JournalArticle JournalArticleLocalService.fetchLatestArticle(long resourcePrimKey, int[] statuses)
           
 JournalArticle JournalArticleLocalServiceWrapper.fetchLatestArticle(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.fetchLatestArticle(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 JournalArticleLocalService.fetchLatestArticle(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.fetchLatestArticle(long groupId, String articleId, int status)
          Returns the latest web content article matching the group, article ID, and workflow status.
static JournalArticle JournalArticleLocalServiceUtil.fetchLatestArticle(long groupId, String articleId, int status)
          Returns the latest web content article matching the group, article ID, and workflow status.
 JournalArticle JournalArticleLocalService.fetchLatestArticle(long groupId, String articleId, int status)
          Returns the latest web content article matching the group, article ID, and workflow status.
 JournalArticle JournalArticleLocalServiceWrapper.fetchLatestArticleByUrlTitle(long groupId, String urlTitle, int status)
           
static JournalArticle JournalArticleLocalServiceUtil.fetchLatestArticleByUrlTitle(long groupId, String urlTitle, int status)
           
 JournalArticle JournalArticleLocalService.fetchLatestArticleByUrlTitle(long groupId, String urlTitle, int status)
           
 JournalArticle JournalArticleLocalServiceWrapper.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 JournalArticleLocalService.fetchLatestIndexableArticle(long resourcePrimKey)
          Returns the latest indexable web content article matching the resource primary key.
 JournalArticle JournalArticleLocalServiceWrapper.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 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 JournalArticleLocalServiceUtil.getArticle(long id)
          Returns the web content article with the ID.
 JournalArticle JournalArticleLocalService.getArticle(long id)
          Returns the web content article with the ID.
 JournalArticle JournalArticleLocalServiceWrapper.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 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 JournalArticleLocalServiceUtil.getArticle(long groupId, String articleId)
          Returns the latest approved web content article, or the latest unapproved article if none are approved.
 JournalArticle JournalArticleLocalService.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, 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 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 JournalArticleLocalServiceUtil.getArticle(long groupId, String articleId, double version)
          Returns the web content article matching the group, article ID, and version.
 JournalArticle JournalArticleLocalService.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 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 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 JournalArticleLocalServiceUtil.getArticle(long groupId, String className, long classPK)
          Returns the web content article matching the group, class name, and class PK.
 JournalArticle JournalArticleLocalService.getArticle(long groupId, String className, long classPK)
          Returns the web content article matching the group, class name, and class PK.
 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.
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 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 JournalArticleLocalServiceUtil.getArticleByUrlTitle(long groupId, String urlTitle)
          Returns the latest web content article that is approved, or the latest unapproved article if none are approved.
 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.
 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.
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 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.
 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.
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 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 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.
 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.
 JournalArticle JournalArticleLocalServiceWrapper.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 JournalArticleLocalService.getJournalArticle(long id)
          Returns the journal article with the primary key.
 JournalArticle JournalArticleLocalServiceWrapper.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 JournalArticleLocalService.getJournalArticleByUuidAndGroupId(String uuid, long groupId)
          Returns the journal article matching the UUID and group.
 JournalArticle JournalArticleLocalServiceWrapper.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 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 JournalArticleLocalServiceUtil.getLatestArticle(long resourcePrimKey)
          Returns the latest web content article matching the resource primary key, preferring articles with approved workflow status.
 JournalArticle JournalArticleLocalService.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, 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 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.
 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.
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 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.
 JournalArticle JournalArticleLocalServiceWrapper.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 JournalArticleLocalService.getLatestArticle(long groupId, String articleId)
          Returns the latest web content article with the group and article ID.
 JournalArticle JournalArticleLocalServiceWrapper.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 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 JournalArticleLocalServiceUtil.getLatestArticle(long groupId, String articleId, int status)
          Returns the latest web content article matching the group, article ID, and workflow status.
 JournalArticle JournalArticleLocalService.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 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 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 JournalArticleLocalServiceUtil.getLatestArticle(long groupId, String className, long classPK)
          Returns the latest web content article matching the group, class name ID, and class PK.
 JournalArticle JournalArticleLocalService.getLatestArticle(long groupId, String className, long classPK)
          Returns the latest web content article matching the group, class name ID, and class PK.
 JournalArticle JournalArticleLocalServiceWrapper.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 JournalArticleLocalService.getLatestArticleByUrlTitle(long groupId, String urlTitle, int status)
          Returns the latest web content article matching the group, URL title, and workflow status.
 JournalArticle JournalArticleLocalServiceWrapper.getOldestArticle(long groupId, String articleId)
          Returns the oldest web content article with the group and article ID.
static JournalArticle JournalArticleLocalServiceUtil.getOldestArticle(long groupId, String articleId)
          Returns the oldest web content article with the group and article ID.
 JournalArticle JournalArticleLocalService.getOldestArticle(long groupId, String articleId)
          Returns the oldest web content article with the group and article ID.
 JournalArticle JournalArticleLocalServiceWrapper.getOldestArticle(long groupId, String articleId, int status)
          Returns the oldest web content article matching the group, article ID, and workflow status.
static JournalArticle JournalArticleLocalServiceUtil.getOldestArticle(long groupId, String articleId, int status)
          Returns the oldest web content article matching the group, article ID, and workflow status.
 JournalArticle JournalArticleLocalService.getOldestArticle(long groupId, String articleId, int status)
          Returns the oldest web content article matching the group, article ID, and workflow status.
 JournalArticle JournalArticleLocalServiceWrapper.getPreviousApprovedArticle(JournalArticle article)
          Returns the previously approved version of the web content article.
static JournalArticle JournalArticleLocalServiceUtil.getPreviousApprovedArticle(JournalArticle article)
          Returns the previously approved version of the web content article.
 JournalArticle JournalArticleLocalService.getPreviousApprovedArticle(JournalArticle article)
          Returns the previously approved version of the web content article.
 JournalArticle JournalArticleLocalServiceWrapper.moveArticle(long groupId, String articleId, long newFolderId)
          Deprecated. As of 7.0.0, replaced by JournalArticleLocalServiceWrapper.moveArticle(long, String, long, ServiceContext)
static JournalArticle JournalArticleLocalServiceUtil.moveArticle(long groupId, String articleId, long newFolderId)
          Deprecated. As of 7.0.0, replaced by JournalArticleLocalServiceUtil.moveArticle(long, String, long, ServiceContext)
 JournalArticle JournalArticleLocalService.moveArticle(long groupId, String articleId, long newFolderId)
          Deprecated. As of 7.0.0, replaced by JournalArticleLocalService.moveArticle(long, String, long, ServiceContext)
 JournalArticle JournalArticleLocalServiceWrapper.moveArticle(long groupId, String articleId, long newFolderId, ServiceContext serviceContext)
          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, ServiceContext serviceContext)
          Moves the web content article matching the group and article ID to a new folder.
 JournalArticle JournalArticleLocalService.moveArticle(long groupId, String articleId, long newFolderId, ServiceContext serviceContext)
          Moves the web content article matching the group and article ID 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.
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 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 JournalArticleServiceUtil.moveArticleFromTrash(long groupId, long resourcePrimKey, long newFolderId, ServiceContext serviceContext)
          Moves the web content article from the Recycle Bin to the folder.
 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, String articleId, long newFolderId, ServiceContext serviceContext)
          Moves the web content article from the Recycle Bin to the folder.
 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.
 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.
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 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.
 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.
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 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 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.
 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.
 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.
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 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 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.
 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.
 JournalArticle JournalArticleLocalServiceWrapper.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 JournalArticleLocalService.restoreArticleFromTrash(long userId, JournalArticle article)
          Restores the web content article from the Recycle Bin.
 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.
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 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 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.
 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.
 JournalArticle JournalArticleLocalServiceWrapper.updateArticle(long userId, long groupId, long folderId, String articleId, double version, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, 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 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 JournalArticleLocalService.updateArticle(long userId, long groupId, long folderId, String articleId, double version, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, 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, 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 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 JournalArticleServiceUtil.updateArticle(long groupId, long folderId, String articleId, double version, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, 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 JournalArticleService.updateArticle(long groupId, long folderId, String articleId, double version, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, 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 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, String content, ServiceContext serviceContext)
          Updates the web content article matching the version, replacing its folder and content.
 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.
 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)
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 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 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)
 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)
 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.
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 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 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.
 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.
 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.
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 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 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.
 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.
 JournalArticle JournalArticleLocalServiceWrapper.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 JournalArticleLocalService.updateJournalArticle(JournalArticle journalArticle)
          Updates the journal article in the database or adds it if it does not yet exist.
 JournalArticle JournalArticleLocalServiceWrapper.updateStatus(long userId, JournalArticle article, int status, String articleURL, ServiceContext serviceContext, Map<String,Serializable> workflowContext)
          Updates the workflow status of the web content article.
static JournalArticle JournalArticleLocalServiceUtil.updateStatus(long userId, JournalArticle article, int status, String articleURL, ServiceContext serviceContext, Map<String,Serializable> workflowContext)
          Updates the workflow status of the web content article.
 JournalArticle JournalArticleLocalService.updateStatus(long userId, JournalArticle article, int status, String articleURL, ServiceContext serviceContext, Map<String,Serializable> workflowContext)
          Updates the workflow status of the web content article.
 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.
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 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.
 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.
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 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 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.
 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.
 

Methods in com.liferay.portlet.journal.service that return types with arguments of type JournalArticle
 List<JournalArticle> JournalArticleLocalServiceWrapper.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> JournalArticleLocalService.getArticles()
          Returns all the web content articles present in the system.
 List<JournalArticle> JournalArticleLocalServiceWrapper.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> JournalArticleLocalService.getArticles(long groupId)
          Returns 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.
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> JournalArticleLocalService.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, OrderByComparator<JournalArticle> 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<JournalArticle> obc)
          Returns an ordered range of all the web content articles belonging to the group.
 List<JournalArticle> JournalArticleLocalService.getArticles(long groupId, int start, int end, OrderByComparator<JournalArticle> obc)
          Returns an ordered range of all the web content articles belonging to the group.
 List<JournalArticle> JournalArticleLocalServiceWrapper.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> 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> JournalArticleLocalServiceUtil.getArticles(long groupId, long folderId)
          Returns all the web content articles matching the group and folder.
 List<JournalArticle> JournalArticleLocalService.getArticles(long groupId, long folderId)
          Returns 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.
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> JournalArticleLocalService.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 status, int start, int end)
          Returns a range of all the web content articles matching the group, folder, and status.
static List<JournalArticle> JournalArticleLocalServiceUtil.getArticles(long groupId, long folderId, int status, int start, int end)
          Returns a range of all the web content articles matching the group, folder, and status.
 List<JournalArticle> JournalArticleLocalService.getArticles(long groupId, long folderId, int status, int start, int end)
          Returns a range of all the web content articles matching the group, folder, and status.
 List<JournalArticle> JournalArticleLocalServiceWrapper.getArticles(long groupId, long folderId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          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<JournalArticle> obc)
          Returns an ordered range of all the web content articles matching the group and folder.
 List<JournalArticle> JournalArticleService.getArticles(long groupId, long folderId, int start, int end, OrderByComparator<JournalArticle> 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<JournalArticle> obc)
          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<JournalArticle> orderByComparator)
          Returns an ordered range of all the web content articles matching the group and folder.
 List<JournalArticle> JournalArticleLocalService.getArticles(long groupId, long folderId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the web content articles matching the group and folder.
 List<JournalArticle> JournalArticleLocalServiceWrapper.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> JournalArticleLocalService.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, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
           
static List<JournalArticle> JournalArticleLocalServiceUtil.getArticles(long groupId, String articleId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
           
 List<JournalArticle> JournalArticleLocalService.getArticles(long groupId, String articleId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
           
static List<JournalArticle> JournalArticleServiceUtil.getArticlesByArticleId(long groupId, String articleId, int start, int end, OrderByComparator<JournalArticle> obc)
          Returns an ordered range of all the web content articles matching the group and article ID.
 List<JournalArticle> JournalArticleService.getArticlesByArticleId(long groupId, String articleId, int start, int end, OrderByComparator<JournalArticle> 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<JournalArticle> obc)
          Returns an ordered range of all the web content articles matching the group and article ID.
static List<JournalArticle> JournalArticleServiceUtil.getArticlesByLayoutUuid(long groupId, String layoutUuid)
          Returns all the web content articles matching the group and layout UUID.
 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.
 List<JournalArticle> JournalArticleLocalServiceWrapper.getArticlesByResourcePrimKey(long resourcePrimKey)
          Returns all the web content articles matching the resource primary key.
static List<JournalArticle> JournalArticleLocalServiceUtil.getArticlesByResourcePrimKey(long resourcePrimKey)
          Returns all the web content articles matching the resource primary key.
 List<JournalArticle> JournalArticleLocalService.getArticlesByResourcePrimKey(long resourcePrimKey)
          Returns all the web content articles matching the resource primary key.
 List<JournalArticle> JournalArticleLocalServiceWrapper.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> JournalArticleLocalService.getArticlesBySmallImageId(long smallImageId)
          Returns all the web content articles matching the small image ID.
static List<JournalArticle> JournalArticleServiceUtil.getArticlesByStructureId(long groupId, long classNameId, String ddmStructureKey, int status, int start, int end, OrderByComparator<JournalArticle> 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> JournalArticleService.getArticlesByStructureId(long groupId, long classNameId, String ddmStructureKey, int status, int start, int end, OrderByComparator<JournalArticle> 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<JournalArticle> 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, String ddmStructureKey, int start, int end, OrderByComparator<JournalArticle> obc)
          Returns an ordered range of all the web content articles matching the group, default class name ID, and DDM structure key.
 List<JournalArticle> JournalArticleService.getArticlesByStructureId(long groupId, String ddmStructureKey, int start, int end, OrderByComparator<JournalArticle> 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<JournalArticle> obc)
          Returns an ordered range of all the web content articles matching the group, default class name ID, and DDM structure key.
 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.
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> 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.
 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.
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> 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> JournalArticleServiceUtil.getGroupArticles(long groupId, long userId, long rootFolderId, int status, int start, int end, OrderByComparator<JournalArticle> 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> JournalArticleService.getGroupArticles(long groupId, long userId, long rootFolderId, int status, int start, int end, OrderByComparator<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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> JournalArticleService.getGroupArticles(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator<JournalArticle> 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<JournalArticle> 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> JournalArticleLocalServiceWrapper.getIndexableArticlesByDDMStructureKey(String[] ddmStructureKeys)
           
static List<JournalArticle> JournalArticleLocalServiceUtil.getIndexableArticlesByDDMStructureKey(String[] ddmStructureKeys)
           
 List<JournalArticle> JournalArticleLocalService.getIndexableArticlesByDDMStructureKey(String[] ddmStructureKeys)
           
 List<JournalArticle> JournalArticleLocalServiceWrapper.getIndexableArticlesByResourcePrimKey(long resourcePrimKey)
          Returns the indexable web content articles matching the resource primary key.
static List<JournalArticle> JournalArticleLocalServiceUtil.getIndexableArticlesByResourcePrimKey(long resourcePrimKey)
          Returns the indexable web content articles matching the resource primary key.
 List<JournalArticle> JournalArticleLocalService.getIndexableArticlesByResourcePrimKey(long resourcePrimKey)
          Returns the indexable web content articles matching the resource primary key.
 List<JournalArticle> JournalArticleLocalServiceWrapper.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> JournalArticleLocalService.getJournalArticles(int start, int end)
          Returns a range of all the journal articles.
 List<JournalArticle> JournalArticleLocalServiceWrapper.getJournalArticlesByUuidAndCompanyId(String uuid, long companyId)
          Returns all the journal articles matching the UUID and company.
static List<JournalArticle> JournalArticleLocalServiceUtil.getJournalArticlesByUuidAndCompanyId(String uuid, long companyId)
          Returns all the journal articles matching the UUID and company.
 List<JournalArticle> JournalArticleLocalService.getJournalArticlesByUuidAndCompanyId(String uuid, long companyId)
          Returns all the journal articles matching the UUID and company.
 List<JournalArticle> JournalArticleLocalServiceWrapper.getJournalArticlesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns a range of journal articles matching the UUID and company.
static List<JournalArticle> JournalArticleLocalServiceUtil.getJournalArticlesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns a range of journal articles matching the UUID and company.
 List<JournalArticle> JournalArticleLocalService.getJournalArticlesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns a range of journal articles matching the UUID and company.
 List<JournalArticle> JournalArticleLocalServiceWrapper.getNoAssetArticles()
           
static List<JournalArticle> JournalArticleLocalServiceUtil.getNoAssetArticles()
           
 List<JournalArticle> JournalArticleLocalService.getNoAssetArticles()
           
 List<JournalArticle> JournalArticleLocalServiceWrapper.getNoPermissionArticles()
           
static List<JournalArticle> JournalArticleLocalServiceUtil.getNoPermissionArticles()
           
 List<JournalArticle> JournalArticleLocalService.getNoPermissionArticles()
           
 List<JournalArticle> JournalArticleLocalServiceWrapper.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> JournalArticleLocalService.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, int start, int end, OrderByComparator<JournalArticle> 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<JournalArticle> obc)
          Returns an ordered range of all the web content articles matching the group and DDM structure key.
 List<JournalArticle> JournalArticleLocalService.getStructureArticles(long groupId, String ddmStructureKey, int start, int end, OrderByComparator<JournalArticle> obc)
          Returns an ordered range of all the web content articles matching the group and DDM structure key.
 List<JournalArticle> JournalArticleLocalServiceWrapper.getStructureArticles(String[] ddmStructureKeys)
          Returns the web content articles matching the DDM structure keys.
static List<JournalArticle> JournalArticleLocalServiceUtil.getStructureArticles(String[] ddmStructureKeys)
          Returns the web content articles matching the DDM structure keys.
 List<JournalArticle> JournalArticleLocalService.getStructureArticles(String[] ddmStructureKeys)
          Returns the web content articles matching the DDM structure keys.
 List<JournalArticle> JournalArticleLocalServiceWrapper.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> JournalArticleLocalService.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, int start, int end, OrderByComparator<JournalArticle> 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<JournalArticle> obc)
          Returns an ordered range of all the web content articles matching the group and DDM template key.
 List<JournalArticle> JournalArticleLocalService.getTemplateArticles(long groupId, String ddmTemplateKey, int start, int end, OrderByComparator<JournalArticle> obc)
          Returns an ordered range of all the web content articles matching the group and DDM template key.
 List<JournalArticle> JournalArticleLocalServiceWrapper.search(long groupId, List<Long> folderIds, int status, int start, int end)
          Returns a range of all the web content articles matching the parameters without using the indexer.
static List<JournalArticle> JournalArticleLocalServiceUtil.search(long groupId, List<Long> folderIds, int status, int start, int end)
          Returns a range of all the web content articles matching the parameters without using the indexer.
 List<JournalArticle> JournalArticleLocalService.search(long groupId, List<Long> folderIds, int status, int start, int end)
          Returns a range of all the web content articles matching the parameters without using the indexer.
 List<JournalArticle> JournalArticleLocalServiceWrapper.search(long groupId, long folderId, int status, int start, int end)
          Returns a range of all the web content articles in a single folder matching the parameters without using the indexer.
static List<JournalArticle> JournalArticleLocalServiceUtil.search(long groupId, long folderId, int status, int start, int end)
          Returns a range of all the web content articles in a single folder matching the parameters without using the indexer.
 List<JournalArticle> JournalArticleLocalService.search(long groupId, long folderId, int status, int start, int end)
          Returns a range of all the web content articles in a single folder matching the parameters without using the indexer.
 List<JournalArticle> JournalArticleLocalServiceWrapper.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String keywords, Double version, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator<JournalArticle> 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> JournalArticleServiceUtil.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String keywords, Double version, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator<JournalArticle> 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> JournalArticleService.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String keywords, Double version, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator<JournalArticle> 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 ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator<JournalArticle> 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> JournalArticleLocalServiceUtil.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String keywords, Double version, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator<JournalArticle> 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.
 List<JournalArticle> JournalArticleLocalService.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String keywords, Double version, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator<JournalArticle> 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.
 List<JournalArticle> JournalArticleLocalServiceWrapper.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator<JournalArticle> 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> JournalArticleServiceUtil.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator<JournalArticle> 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> JournalArticleService.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator<JournalArticle> 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[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator<JournalArticle> 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> JournalArticleLocalServiceUtil.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator<JournalArticle> 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.
 List<JournalArticle> JournalArticleLocalService.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator<JournalArticle> 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.
 List<JournalArticle> JournalArticleLocalServiceWrapper.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator<JournalArticle> 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> JournalArticleServiceUtil.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator<JournalArticle> 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> JournalArticleService.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator<JournalArticle> 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 ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator<JournalArticle> 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> JournalArticleLocalServiceUtil.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator<JournalArticle> 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.
 List<JournalArticle> JournalArticleLocalService.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator<JournalArticle> 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.
 BaseModelSearchResult<JournalArticle> JournalArticleLocalServiceWrapper.searchJournalArticles(long companyId, long groupId, List<Long> folderIds, long classNameId, String ddmStructureKey, String ddmTemplateKey, String keywords, LinkedHashMap<String,Object> params, int start, int end, Sort sort)
          Returns a BaseModelSearchResult containing the total number of hits and an ordered range of all the web content articles matching the parameters using the indexer, including a keywords parameter for matching an article's ID, title, description, or content, a DDM structure key parameter, a DDM template key parameter, and a finder hash map parameter.
static BaseModelSearchResult<JournalArticle> JournalArticleLocalServiceUtil.searchJournalArticles(long companyId, long groupId, List<Long> folderIds, long classNameId, String ddmStructureKey, String ddmTemplateKey, String keywords, LinkedHashMap<String,Object> params, int start, int end, Sort sort)
          Returns a BaseModelSearchResult containing the total number of hits and an ordered range of all the web content articles matching the parameters using the indexer, including a keywords parameter for matching an article's ID, title, description, or content, a DDM structure key parameter, a DDM template key parameter, and a finder hash map parameter.
 BaseModelSearchResult<JournalArticle> JournalArticleLocalService.searchJournalArticles(long companyId, long groupId, List<Long> folderIds, long classNameId, String ddmStructureKey, String ddmTemplateKey, String keywords, LinkedHashMap<String,Object> params, int start, int end, Sort sort)
          Returns a BaseModelSearchResult containing the total number of hits and an ordered range of all the web content articles matching the parameters using the indexer, including a keywords parameter for matching an article's ID, title, description, or content, a DDM structure key parameter, a DDM template key parameter, and a finder hash map parameter.
 BaseModelSearchResult<JournalArticle> JournalArticleLocalServiceWrapper.searchJournalArticles(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, String title, String description, String content, int status, String ddmStructureKey, String ddmTemplateKey, LinkedHashMap<String,Object> params, boolean andSearch, int start, int end, Sort sort)
          Returns a BaseModelSearchResult containing the total number of hits and an ordered range of all the web content articles matching the parameters using the indexer, including keyword parameters for article ID, title, description, or content, a DDM structure key parameter, a DDM template key parameter, an AND operator switch, and parameters for type, status, and a finder hash map.
static BaseModelSearchResult<JournalArticle> JournalArticleLocalServiceUtil.searchJournalArticles(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, String title, String description, String content, int status, String ddmStructureKey, String ddmTemplateKey, LinkedHashMap<String,Object> params, boolean andSearch, int start, int end, Sort sort)
          Returns a BaseModelSearchResult containing the total number of hits and an ordered range of all the web content articles matching the parameters using the indexer, including keyword parameters for article ID, title, description, or content, a DDM structure key parameter, a DDM template key parameter, an AND operator switch, and parameters for type, status, and a finder hash map.
 BaseModelSearchResult<JournalArticle> JournalArticleLocalService.searchJournalArticles(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, String title, String description, String content, int status, String ddmStructureKey, String ddmTemplateKey, LinkedHashMap<String,Object> params, boolean andSearch, int start, int end, Sort sort)
          Returns a BaseModelSearchResult containing the total number of hits and an ordered range of all the web content articles matching the parameters using the indexer, including keyword parameters for article ID, title, description, or content, a DDM structure key parameter, a DDM template key parameter, an AND operator switch, and parameters for type, status, and a finder hash map.
 BaseModelSearchResult<JournalArticle> JournalArticleLocalServiceWrapper.searchJournalArticles(long groupId, long userId, long creatorUserId, int status, int start, int end)
          Returns a BaseModelSearchResult containing the total number of hits and an ordered range of all the web content articles matching the parameters using the indexer, including the web content article's creator ID and status.
static BaseModelSearchResult<JournalArticle> JournalArticleLocalServiceUtil.searchJournalArticles(long groupId, long userId, long creatorUserId, int status, int start, int end)
          Returns a BaseModelSearchResult containing the total number of hits and an ordered range of all the web content articles matching the parameters using the indexer, including the web content article's creator ID and status.
 BaseModelSearchResult<JournalArticle> JournalArticleLocalService.searchJournalArticles(long groupId, long userId, long creatorUserId, int status, int start, int end)
          Returns a BaseModelSearchResult containing the total number of hits and an ordered range of all the web content articles matching the parameters using the indexer, including the web content article's creator ID and status.
 

Methods in com.liferay.portlet.journal.service with parameters of type JournalArticle
 void JournalArticleLocalServiceWrapper.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 JournalArticleLocalService.addArticleResources(JournalArticle article, boolean addGroupPermissions, boolean addGuestPermissions)
          Adds the resources 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.
static void JournalArticleLocalServiceUtil.addArticleResources(JournalArticle article, String[] groupPermissions, String[] guestPermissions)
          Adds the model resources with the permissions to the web content article.
 void JournalArticleLocalService.addArticleResources(JournalArticle article, String[] groupPermissions, String[] guestPermissions)
          Adds the model resources with the permissions to the web content article.
 JournalArticle JournalArticleLocalServiceWrapper.addJournalArticle(JournalArticle journalArticle)
          Adds the journal article to the database.
static JournalArticle JournalArticleLocalServiceUtil.addJournalArticle(JournalArticle journalArticle)
          Adds the journal article to the database.
 JournalArticle JournalArticleLocalService.addJournalArticle(JournalArticle journalArticle)
          Adds the journal article to the database.
 JournalArticle JournalArticleLocalServiceWrapper.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 JournalArticleLocalService.deleteArticle(JournalArticle article)
          Deletes the web content article and its resources.
 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.
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 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.
 JournalArticle JournalArticleLocalServiceWrapper.deleteJournalArticle(JournalArticle journalArticle)
          Deletes the journal article from the database.
static JournalArticle JournalArticleLocalServiceUtil.deleteJournalArticle(JournalArticle journalArticle)
          Deletes the journal article from the database.
 JournalArticle JournalArticleLocalService.deleteJournalArticle(JournalArticle journalArticle)
          Deletes the journal article from the database.
 String JournalArticleLocalServiceWrapper.getArticleContent(JournalArticle article, String ddmTemplateKey, String viewMode, String languageId, PortletRequestModel portletRequestModel, ThemeDisplay themeDisplay)
          Returns the web content from the web content article associated with the portlet request model and the DDM template.
static String JournalArticleLocalServiceUtil.getArticleContent(JournalArticle article, String ddmTemplateKey, String viewMode, String languageId, PortletRequestModel portletRequestModel, ThemeDisplay themeDisplay)
          Returns the web content from the web content article associated with the portlet request model and the DDM template.
 String JournalArticleLocalService.getArticleContent(JournalArticle article, String ddmTemplateKey, String viewMode, String languageId, PortletRequestModel portletRequestModel, ThemeDisplay themeDisplay)
          Returns the web content from the web content article associated with the portlet request model and the DDM template.
 String JournalArticleLocalServiceWrapper.getArticleContent(JournalArticle article, String ddmTemplateKey, String viewMode, String languageId, ThemeDisplay themeDisplay)
          Deprecated. As of 7.0.0, replaced by JournalArticleLocalServiceWrapper.getArticleContent(JournalArticle, String, String, String, PortletRequestModel,ThemeDisplay)
static String JournalArticleLocalServiceUtil.getArticleContent(JournalArticle article, String ddmTemplateKey, String viewMode, String languageId, ThemeDisplay themeDisplay)
          Deprecated. As of 7.0.0, replaced by JournalArticleLocalServiceUtil.getArticleContent(JournalArticle, String, String, String, PortletRequestModel,ThemeDisplay)
 String JournalArticleLocalService.getArticleContent(JournalArticle article, String ddmTemplateKey, String viewMode, String languageId, ThemeDisplay themeDisplay)
          Deprecated. As of 7.0.0, replaced by JournalArticleLocalService.getArticleContent(JournalArticle, String, String, String, PortletRequestModel,ThemeDisplay)
 JournalArticleDisplay JournalArticleLocalServiceWrapper.getArticleDisplay(JournalArticle article, String ddmTemplateKey, String viewMode, String languageId, int page, PortletRequestModel portletRequestModel, ThemeDisplay themeDisplay)
          Returns a web content article display for the specified page of the latest version of the web content article, based on the DDM template.
static JournalArticleDisplay JournalArticleLocalServiceUtil.getArticleDisplay(JournalArticle article, String ddmTemplateKey, String viewMode, String languageId, int page, PortletRequestModel portletRequestModel, ThemeDisplay themeDisplay)
          Returns a web content article display for the specified page of the latest version of the web content article, based on the DDM template.
 JournalArticleDisplay JournalArticleLocalService.getArticleDisplay(JournalArticle article, String ddmTemplateKey, String viewMode, String languageId, int page, PortletRequestModel portletRequestModel, ThemeDisplay themeDisplay)
          Returns a web content article display for the specified page of the latest version of the web content article, based on the DDM template.
 JournalArticle JournalArticleLocalServiceWrapper.getPreviousApprovedArticle(JournalArticle article)
          Returns the previously approved version of the web content article.
static JournalArticle JournalArticleLocalServiceUtil.getPreviousApprovedArticle(JournalArticle article)
          Returns the previously approved version of the web content article.
 JournalArticle JournalArticleLocalService.getPreviousApprovedArticle(JournalArticle article)
          Returns the previously approved version of the web content article.
 boolean JournalArticleLocalServiceWrapper.isRenderable(JournalArticle article, PortletRequestModel portletRequestModel, ThemeDisplay themeDisplay)
           
static boolean JournalArticleLocalServiceUtil.isRenderable(JournalArticle article, PortletRequestModel portletRequestModel, ThemeDisplay themeDisplay)
           
 boolean JournalArticleLocalService.isRenderable(JournalArticle article, PortletRequestModel portletRequestModel, ThemeDisplay themeDisplay)
           
 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.
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 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.
 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.
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 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.
 JournalArticle JournalArticleLocalServiceWrapper.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 JournalArticleLocalService.restoreArticleFromTrash(long userId, JournalArticle article)
          Restores the web content article from the Recycle Bin.
 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.
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 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.
 JournalArticle JournalArticleLocalServiceWrapper.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 JournalArticleLocalService.updateJournalArticle(JournalArticle journalArticle)
          Updates the journal article in the database or adds it if it does not yet exist.
 JournalArticle JournalArticleLocalServiceWrapper.updateStatus(long userId, JournalArticle article, int status, String articleURL, ServiceContext serviceContext, Map<String,Serializable> workflowContext)
          Updates the workflow status of the web content article.
static JournalArticle JournalArticleLocalServiceUtil.updateStatus(long userId, JournalArticle article, int status, String articleURL, ServiceContext serviceContext, Map<String,Serializable> workflowContext)
          Updates the workflow status of the web content article.
 JournalArticle JournalArticleLocalService.updateStatus(long userId, JournalArticle article, int status, String articleURL, ServiceContext serviceContext, Map<String,Serializable> workflowContext)
          Updates the workflow status of the web content article.
 

Method parameters in com.liferay.portlet.journal.service with type arguments of type JournalArticle
 List<JournalArticle> JournalArticleLocalServiceWrapper.getArticles(long groupId, int start, int end, OrderByComparator<JournalArticle> 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<JournalArticle> obc)
          Returns an ordered range of all the web content articles belonging to the group.
 List<JournalArticle> JournalArticleLocalService.getArticles(long groupId, int start, int end, OrderByComparator<JournalArticle> obc)
          Returns an ordered range of all the web content articles belonging to the group.
 List<JournalArticle> JournalArticleLocalServiceWrapper.getArticles(long groupId, long folderId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          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<JournalArticle> obc)
          Returns an ordered range of all the web content articles matching the group and folder.
 List<JournalArticle> JournalArticleService.getArticles(long groupId, long folderId, int start, int end, OrderByComparator<JournalArticle> 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<JournalArticle> obc)
          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<JournalArticle> orderByComparator)
          Returns an ordered range of all the web content articles matching the group and folder.
 List<JournalArticle> JournalArticleLocalService.getArticles(long groupId, long folderId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the web content articles matching the group and folder.
 List<JournalArticle> JournalArticleLocalServiceWrapper.getArticles(long groupId, String articleId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
           
static List<JournalArticle> JournalArticleLocalServiceUtil.getArticles(long groupId, String articleId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
           
 List<JournalArticle> JournalArticleLocalService.getArticles(long groupId, String articleId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
           
static List<JournalArticle> JournalArticleServiceUtil.getArticlesByArticleId(long groupId, String articleId, int start, int end, OrderByComparator<JournalArticle> obc)
          Returns an ordered range of all the web content articles matching the group and article ID.
 List<JournalArticle> JournalArticleService.getArticlesByArticleId(long groupId, String articleId, int start, int end, OrderByComparator<JournalArticle> 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<JournalArticle> obc)
          Returns an ordered range of all the web content articles matching the group and article ID.
static List<JournalArticle> JournalArticleServiceUtil.getArticlesByStructureId(long groupId, long classNameId, String ddmStructureKey, int status, int start, int end, OrderByComparator<JournalArticle> 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> JournalArticleService.getArticlesByStructureId(long groupId, long classNameId, String ddmStructureKey, int status, int start, int end, OrderByComparator<JournalArticle> 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<JournalArticle> 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, String ddmStructureKey, int start, int end, OrderByComparator<JournalArticle> obc)
          Returns an ordered range of all the web content articles matching the group, default class name ID, and DDM structure key.
 List<JournalArticle> JournalArticleService.getArticlesByStructureId(long groupId, String ddmStructureKey, int start, int end, OrderByComparator<JournalArticle> 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<JournalArticle> 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.getGroupArticles(long groupId, long userId, long rootFolderId, int status, int start, int end, OrderByComparator<JournalArticle> 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> JournalArticleService.getGroupArticles(long groupId, long userId, long rootFolderId, int status, int start, int end, OrderByComparator<JournalArticle> 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<JournalArticle> 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<JournalArticle> 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> JournalArticleService.getGroupArticles(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator<JournalArticle> 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<JournalArticle> 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> JournalArticleLocalServiceWrapper.getJournalArticlesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns a range of journal articles matching the UUID and company.
static List<JournalArticle> JournalArticleLocalServiceUtil.getJournalArticlesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns a range of journal articles matching the UUID and company.
 List<JournalArticle> JournalArticleLocalService.getJournalArticlesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns a range of journal articles matching the UUID and company.
 List<JournalArticle> JournalArticleLocalServiceWrapper.getStructureArticles(long groupId, String ddmStructureKey, int start, int end, OrderByComparator<JournalArticle> 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<JournalArticle> obc)
          Returns an ordered range of all the web content articles matching the group and DDM structure key.
 List<JournalArticle> JournalArticleLocalService.getStructureArticles(long groupId, String ddmStructureKey, int start, int end, OrderByComparator<JournalArticle> obc)
          Returns an ordered range of all the web content articles matching the group and DDM structure key.
 List<JournalArticle> JournalArticleLocalServiceWrapper.getTemplateArticles(long groupId, String ddmTemplateKey, int start, int end, OrderByComparator<JournalArticle> 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<JournalArticle> obc)
          Returns an ordered range of all the web content articles matching the group and DDM template key.
 List<JournalArticle> JournalArticleLocalService.getTemplateArticles(long groupId, String ddmTemplateKey, int start, int end, OrderByComparator<JournalArticle> obc)
          Returns an ordered range of all the web content articles matching the group and DDM template key.
 List<JournalArticle> JournalArticleLocalServiceWrapper.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String keywords, Double version, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator<JournalArticle> 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> JournalArticleServiceUtil.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String keywords, Double version, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator<JournalArticle> 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> JournalArticleService.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String keywords, Double version, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator<JournalArticle> 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 ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator<JournalArticle> 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> JournalArticleLocalServiceUtil.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String keywords, Double version, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator<JournalArticle> 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.
 List<JournalArticle> JournalArticleLocalService.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String keywords, Double version, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator<JournalArticle> 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.
 List<JournalArticle> JournalArticleLocalServiceWrapper.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator<JournalArticle> 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> JournalArticleServiceUtil.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator<JournalArticle> 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> JournalArticleService.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator<JournalArticle> 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[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator<JournalArticle> 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> JournalArticleLocalServiceUtil.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator<JournalArticle> 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.
 List<JournalArticle> JournalArticleLocalService.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator<JournalArticle> 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.
 List<JournalArticle> JournalArticleLocalServiceWrapper.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator<JournalArticle> 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> JournalArticleServiceUtil.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator<JournalArticle> 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> JournalArticleService.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator<JournalArticle> 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 ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator<JournalArticle> 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> JournalArticleLocalServiceUtil.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator<JournalArticle> 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.
 List<JournalArticle> JournalArticleLocalService.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator<JournalArticle> 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.
 

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

Methods in com.liferay.portlet.journal.service.base that return JournalArticle
 JournalArticle JournalArticleLocalServiceBaseImpl.addJournalArticle(JournalArticle journalArticle)
          Adds the journal article to the database.
 JournalArticle JournalArticleLocalServiceBaseImpl.createJournalArticle(long id)
          Creates a new journal article with the primary key.
 JournalArticle JournalArticleLocalServiceBaseImpl.deleteJournalArticle(JournalArticle journalArticle)
          Deletes the journal article from the database.
 JournalArticle JournalArticleLocalServiceBaseImpl.deleteJournalArticle(long id)
          Deletes the journal article with the primary key from the database.
 JournalArticle JournalArticleLocalServiceBaseImpl.fetchJournalArticle(long id)
           
 JournalArticle JournalArticleLocalServiceBaseImpl.fetchJournalArticleByUuidAndGroupId(String uuid, long groupId)
          Returns the journal article matching the UUID and group.
 JournalArticle JournalArticleLocalServiceBaseImpl.getJournalArticle(long id)
          Returns the journal article with the primary key.
 JournalArticle JournalArticleLocalServiceBaseImpl.getJournalArticleByUuidAndGroupId(String uuid, long groupId)
          Returns the journal article matching the UUID and group.
 JournalArticle JournalArticleLocalServiceBaseImpl.updateJournalArticle(JournalArticle journalArticle)
          Updates the journal article in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portlet.journal.service.base that return types with arguments of type JournalArticle
 List<JournalArticle> JournalArticleLocalServiceBaseImpl.getJournalArticles(int start, int end)
          Returns a range of all the journal articles.
 List<JournalArticle> JournalArticleLocalServiceBaseImpl.getJournalArticlesByUuidAndCompanyId(String uuid, long companyId)
          Returns all the journal articles matching the UUID and company.
 List<JournalArticle> JournalArticleLocalServiceBaseImpl.getJournalArticlesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns a range of journal articles matching the UUID and company.
 

Methods in com.liferay.portlet.journal.service.base with parameters of type JournalArticle
 JournalArticle JournalArticleLocalServiceBaseImpl.addJournalArticle(JournalArticle journalArticle)
          Adds the journal article to the database.
 JournalArticle JournalArticleLocalServiceBaseImpl.deleteJournalArticle(JournalArticle journalArticle)
          Deletes the journal article from the database.
 JournalArticle JournalArticleLocalServiceBaseImpl.updateJournalArticle(JournalArticle journalArticle)
          Updates the journal article in the database or adds it if it does not yet exist.
 

Method parameters in com.liferay.portlet.journal.service.base with type arguments of type JournalArticle
 List<JournalArticle> JournalArticleLocalServiceBaseImpl.getJournalArticlesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns a range of journal articles matching the UUID and company.
 

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

Methods in com.liferay.portlet.journal.service.http that return JournalArticle
static JournalArticle JournalArticleServiceHttp.addArticle(HttpPrincipal httpPrincipal, long groupId, long folderId, long classNameId, long classPK, String articleId, boolean autoArticleId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, 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)
           
static JournalArticle JournalArticleServiceHttp.addArticle(HttpPrincipal httpPrincipal, long groupId, long folderId, long classNameId, long classPK, String articleId, boolean autoArticleId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, 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)
           
static JournalArticle JournalArticleServiceHttp.copyArticle(HttpPrincipal httpPrincipal, long groupId, String oldArticleId, String newArticleId, boolean autoArticleId, double version)
           
static JournalArticle JournalArticleServiceHttp.expireArticle(HttpPrincipal httpPrincipal, long groupId, String articleId, double version, String articleURL, ServiceContext serviceContext)
           
static JournalArticle JournalArticleServiceHttp.fetchArticle(HttpPrincipal httpPrincipal, long groupId, String articleId)
           
static JournalArticle JournalArticleServiceHttp.getArticle(HttpPrincipal httpPrincipal, long id)
           
static JournalArticle JournalArticleServiceHttp.getArticle(HttpPrincipal httpPrincipal, long groupId, String articleId)
           
static JournalArticle JournalArticleServiceHttp.getArticle(HttpPrincipal httpPrincipal, long groupId, String articleId, double version)
           
static JournalArticle JournalArticleServiceHttp.getArticle(HttpPrincipal httpPrincipal, long groupId, String className, long classPK)
           
static JournalArticle JournalArticleServiceHttp.getArticleByUrlTitle(HttpPrincipal httpPrincipal, long groupId, String urlTitle)
           
static JournalArticle JournalArticleServiceHttp.getDisplayArticleByUrlTitle(HttpPrincipal httpPrincipal, long groupId, String urlTitle)
           
static JournalArticle JournalArticleServiceHttp.getLatestArticle(HttpPrincipal httpPrincipal, long resourcePrimKey)
           
static JournalArticle JournalArticleServiceHttp.getLatestArticle(HttpPrincipal httpPrincipal, long groupId, String articleId, int status)
           
static JournalArticle JournalArticleServiceHttp.getLatestArticle(HttpPrincipal httpPrincipal, long groupId, String className, long classPK)
           
static JournalArticle JournalArticleServiceHttp.moveArticleFromTrash(HttpPrincipal httpPrincipal, long groupId, long resourcePrimKey, long newFolderId, ServiceContext serviceContext)
           
static JournalArticle JournalArticleServiceHttp.moveArticleFromTrash(HttpPrincipal httpPrincipal, long groupId, String articleId, long newFolderId, ServiceContext serviceContext)
           
static JournalArticle JournalArticleServiceHttp.moveArticleToTrash(HttpPrincipal httpPrincipal, long groupId, String articleId)
           
static JournalArticle JournalArticleServiceHttp.removeArticleLocale(HttpPrincipal httpPrincipal, long groupId, String articleId, double version, String languageId)
           
static JournalArticle JournalArticleServiceHttp.updateArticle(HttpPrincipal httpPrincipal, long userId, long groupId, long folderId, String articleId, double version, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, String layoutUuid, ServiceContext serviceContext)
           
static JournalArticle JournalArticleServiceHttp.updateArticle(HttpPrincipal httpPrincipal, long groupId, long folderId, String articleId, double version, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, 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)
           
static JournalArticle JournalArticleServiceHttp.updateArticle(HttpPrincipal httpPrincipal, long groupId, long folderId, String articleId, double version, String content, ServiceContext serviceContext)
           
static JournalArticle JournalArticleServiceHttp.updateArticleTranslation(HttpPrincipal httpPrincipal, long groupId, String articleId, double version, Locale locale, String title, String description, String content, Map<String,byte[]> images)
           
static JournalArticle JournalArticleServiceHttp.updateArticleTranslation(HttpPrincipal httpPrincipal, long groupId, String articleId, double version, Locale locale, String title, String description, String content, Map<String,byte[]> images, ServiceContext serviceContext)
           
static JournalArticle JournalArticleServiceHttp.updateContent(HttpPrincipal httpPrincipal, long groupId, String articleId, double version, String content)
           
static JournalArticle JournalArticleServiceHttp.updateStatus(HttpPrincipal httpPrincipal, long groupId, String articleId, double version, int status, String articleURL, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.journal.service.http that return types with arguments of type JournalArticle
static List<JournalArticle> JournalArticleServiceHttp.getArticles(HttpPrincipal httpPrincipal, long groupId, long folderId)
           
static List<JournalArticle> JournalArticleServiceHttp.getArticles(HttpPrincipal httpPrincipal, long groupId, long folderId, int start, int end, OrderByComparator<JournalArticle> obc)
           
static List<JournalArticle> JournalArticleServiceHttp.getArticlesByArticleId(HttpPrincipal httpPrincipal, long groupId, String articleId, int start, int end, OrderByComparator<JournalArticle> obc)
           
static List<JournalArticle> JournalArticleServiceHttp.getArticlesByLayoutUuid(HttpPrincipal httpPrincipal, long groupId, String layoutUuid)
           
static List<JournalArticle> JournalArticleServiceHttp.getArticlesByStructureId(HttpPrincipal httpPrincipal, long groupId, long classNameId, String ddmStructureKey, int status, int start, int end, OrderByComparator<JournalArticle> obc)
           
static List<JournalArticle> JournalArticleServiceHttp.getArticlesByStructureId(HttpPrincipal httpPrincipal, long groupId, String ddmStructureKey, int start, int end, OrderByComparator<JournalArticle> obc)
           
static List<JournalArticle> JournalArticleServiceHttp.getGroupArticles(HttpPrincipal httpPrincipal, long groupId, long userId, long rootFolderId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
           
static List<JournalArticle> JournalArticleServiceHttp.getGroupArticles(HttpPrincipal httpPrincipal, long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
           
static List<JournalArticle> JournalArticleServiceHttp.search(HttpPrincipal httpPrincipal, long companyId, long groupId, List<Long> folderIds, long classNameId, String keywords, Double version, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator<JournalArticle> obc)
           
static List<JournalArticle> JournalArticleServiceHttp.search(HttpPrincipal httpPrincipal, long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator<JournalArticle> obc)
           
static List<JournalArticle> JournalArticleServiceHttp.search(HttpPrincipal httpPrincipal, long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator<JournalArticle> obc)
           
 

Method parameters in com.liferay.portlet.journal.service.http with type arguments of type JournalArticle
static List<JournalArticle> JournalArticleServiceHttp.getArticles(HttpPrincipal httpPrincipal, long groupId, long folderId, int start, int end, OrderByComparator<JournalArticle> obc)
           
static JournalArticleSoap[] JournalArticleServiceSoap.getArticles(long groupId, long folderId, int start, int end, OrderByComparator<JournalArticle> obc)
          Returns an ordered range of all the web content articles matching the group and folder.
static List<JournalArticle> JournalArticleServiceHttp.getArticlesByArticleId(HttpPrincipal httpPrincipal, long groupId, String articleId, int start, int end, OrderByComparator<JournalArticle> obc)
           
static JournalArticleSoap[] JournalArticleServiceSoap.getArticlesByArticleId(long groupId, String articleId, int start, int end, OrderByComparator<JournalArticle> obc)
          Returns an ordered range of all the web content articles matching the group and article ID.
static List<JournalArticle> JournalArticleServiceHttp.getArticlesByStructureId(HttpPrincipal httpPrincipal, long groupId, long classNameId, String ddmStructureKey, int status, int start, int end, OrderByComparator<JournalArticle> obc)
           
static List<JournalArticle> JournalArticleServiceHttp.getArticlesByStructureId(HttpPrincipal httpPrincipal, long groupId, String ddmStructureKey, int start, int end, OrderByComparator<JournalArticle> obc)
           
static JournalArticleSoap[] JournalArticleServiceSoap.getArticlesByStructureId(long groupId, long classNameId, String ddmStructureKey, int status, int start, int end, OrderByComparator<JournalArticle> obc)
          Returns an ordered range of all the web content articles matching the group, class name ID, DDM structure key, and workflow status.
static JournalArticleSoap[] JournalArticleServiceSoap.getArticlesByStructureId(long groupId, String ddmStructureKey, int start, int end, OrderByComparator<JournalArticle> 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> JournalArticleServiceHttp.getGroupArticles(HttpPrincipal httpPrincipal, long groupId, long userId, long rootFolderId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
           
static List<JournalArticle> JournalArticleServiceHttp.getGroupArticles(HttpPrincipal httpPrincipal, long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
           
static JournalArticleSoap[] JournalArticleServiceSoap.getGroupArticles(long groupId, long userId, long rootFolderId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the web content articles matching the group, user, the root folder or any of its subfolders.
static JournalArticleSoap[] JournalArticleServiceSoap.getGroupArticles(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator<JournalArticle> 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> JournalArticleServiceHttp.search(HttpPrincipal httpPrincipal, long companyId, long groupId, List<Long> folderIds, long classNameId, String keywords, Double version, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator<JournalArticle> obc)
           
static List<JournalArticle> JournalArticleServiceHttp.search(HttpPrincipal httpPrincipal, long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator<JournalArticle> obc)
           
static List<JournalArticle> JournalArticleServiceHttp.search(HttpPrincipal httpPrincipal, long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator<JournalArticle> obc)
           
static JournalArticleSoap[] JournalArticleServiceSoap.search(long companyId, long groupId, Long[] folderIds, long classNameId, String keywords, Double version, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator<JournalArticle> 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 JournalArticleSoap[] JournalArticleServiceSoap.search(long companyId, long groupId, Long[] folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator<JournalArticle> 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 JournalArticleSoap[] JournalArticleServiceSoap.search(long companyId, long groupId, Long[] folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator<JournalArticle> 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.
 

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

Methods in com.liferay.portlet.journal.service.impl that return JournalArticle
 JournalArticle JournalArticleLocalServiceImpl.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 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 JournalArticleServiceImpl.addArticle(long groupId, long folderId, long classNameId, long classPK, String articleId, boolean autoArticleId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, 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 JournalArticleServiceImpl.addArticle(long groupId, long folderId, long classNameId, long classPK, String articleId, boolean autoArticleId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, 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 JournalArticleLocalServiceImpl.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 JournalArticleLocalServiceImpl.checkArticleResourcePrimKey(long groupId, String articleId, double version)
          Returns the web content article with the group, article ID, and version.
 JournalArticle JournalArticleLocalServiceImpl.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 JournalArticleServiceImpl.copyArticle(long groupId, String oldArticleId, String newArticleId, boolean autoArticleId, double version)
          Copies the web content article matching the group, article ID, and version.
 JournalArticle JournalArticleLocalServiceImpl.deleteArticle(JournalArticle article)
          Deletes the web content article and its resources.
 JournalArticle JournalArticleLocalServiceImpl.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 JournalArticleLocalServiceImpl.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 JournalArticleLocalServiceImpl.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 JournalArticleServiceImpl.expireArticle(long groupId, String articleId, double version, String articleURL, ServiceContext serviceContext)
          Expires the web content article matching the group, article ID, and version.
 JournalArticle JournalArticleLocalServiceImpl.fetchArticle(long groupId, String articleId)
           
 JournalArticle JournalArticleServiceImpl.fetchArticle(long groupId, String articleId)
           
 JournalArticle JournalArticleLocalServiceImpl.fetchArticle(long groupId, String articleId, double version)
          Returns the web content article matching the group, article ID, and version.
 JournalArticle JournalArticleLocalServiceImpl.fetchArticleByUrlTitle(long groupId, String urlTitle)
           
 JournalArticle JournalArticleLocalServiceImpl.fetchDisplayArticle(long groupId, String articleId)
           
 JournalArticle JournalArticleLocalServiceImpl.fetchLatestArticle(long resourcePrimKey)
           
 JournalArticle JournalArticleLocalServiceImpl.fetchLatestArticle(long resourcePrimKey, int status)
           
 JournalArticle JournalArticleLocalServiceImpl.fetchLatestArticle(long resourcePrimKey, int[] statuses)
           
 JournalArticle JournalArticleLocalServiceImpl.fetchLatestArticle(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 JournalArticleLocalServiceImpl.fetchLatestArticle(long groupId, String articleId, int status)
          Returns the latest web content article matching the group, article ID, and workflow status.
 JournalArticle JournalArticleLocalServiceImpl.fetchLatestArticleByUrlTitle(long groupId, String urlTitle, int status)
           
 JournalArticle JournalArticleLocalServiceImpl.fetchLatestIndexableArticle(long resourcePrimKey)
          Returns the latest indexable web content article matching the resource primary key.
 JournalArticle JournalArticleLocalServiceImpl.getArticle(long id)
          Returns the web content article with the ID.
 JournalArticle JournalArticleServiceImpl.getArticle(long id)
          Returns the web content article with the ID.
 JournalArticle JournalArticleLocalServiceImpl.getArticle(long groupId, String articleId)
          Returns the latest approved web content article, or the latest unapproved article if none are approved.
 JournalArticle JournalArticleServiceImpl.getArticle(long groupId, String articleId)
          Returns the latest approved web content article, or the latest unapproved article if none are approved.
 JournalArticle JournalArticleLocalServiceImpl.getArticle(long groupId, String articleId, double version)
          Returns the web content article matching the group, article ID, and version.
 JournalArticle JournalArticleServiceImpl.getArticle(long groupId, String articleId, double version)
          Returns the web content article matching the group, article ID, and version.
 JournalArticle JournalArticleLocalServiceImpl.getArticle(long groupId, String className, long classPK)
          Returns the web content article matching the group, class name, and class PK.
 JournalArticle JournalArticleServiceImpl.getArticle(long groupId, String className, long classPK)
          Returns the web content article matching the group, class name, and class PK.
 JournalArticle JournalArticleLocalServiceImpl.getArticleByUrlTitle(long groupId, String urlTitle)
          Returns the latest web content article that is approved, or the latest unapproved article if none are approved.
 JournalArticle JournalArticleServiceImpl.getArticleByUrlTitle(long groupId, String urlTitle)
          Returns the latest web content article that is approved, or the latest unapproved article if none are approved.
 JournalArticle JournalArticleLocalServiceImpl.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 JournalArticleLocalServiceImpl.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 JournalArticleServiceImpl.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.
protected  JournalArticle JournalArticleLocalServiceImpl.getFirstArticle(long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
           
 JournalArticle JournalArticleLocalServiceImpl.getLatestArticle(long resourcePrimKey)
          Returns the latest web content article matching the resource primary key, preferring articles with approved workflow status.
 JournalArticle JournalArticleServiceImpl.getLatestArticle(long resourcePrimKey)
          Returns the latest web content article matching the resource primary key, preferring articles with approved workflow status.
 JournalArticle JournalArticleLocalServiceImpl.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 JournalArticleLocalServiceImpl.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 JournalArticleLocalServiceImpl.getLatestArticle(long groupId, String articleId)
          Returns the latest web content article with the group and article ID.
 JournalArticle JournalArticleLocalServiceImpl.getLatestArticle(long groupId, String articleId, int status)
          Returns the latest web content article matching the group, article ID, and workflow status.
 JournalArticle JournalArticleServiceImpl.getLatestArticle(long groupId, String articleId, int status)
          Returns the latest web content article matching the group, article ID, and workflow status.
 JournalArticle JournalArticleLocalServiceImpl.getLatestArticle(long groupId, String className, long classPK)
          Returns the latest web content article matching the group, class name ID, and class PK.
 JournalArticle JournalArticleServiceImpl.getLatestArticle(long groupId, String className, long classPK)
          Returns the latest web content article matching the group, class name ID, and class PK.
 JournalArticle JournalArticleLocalServiceImpl.getLatestArticleByUrlTitle(long groupId, String urlTitle, int status)
          Returns the latest web content article matching the group, URL title, and workflow status.
 JournalArticle JournalArticleLocalServiceImpl.getOldestArticle(long groupId, String articleId)
          Returns the oldest web content article with the group and article ID.
 JournalArticle JournalArticleLocalServiceImpl.getOldestArticle(long groupId, String articleId, int status)
          Returns the oldest web content article matching the group, article ID, and workflow status.
 JournalArticle JournalArticleLocalServiceImpl.getPreviousApprovedArticle(JournalArticle article)
          Returns the previously approved version of the web content article.
 JournalArticle JournalArticleLocalServiceImpl.moveArticle(long groupId, String articleId, long newFolderId)
          Deprecated. As of 7.0.0, replaced by JournalArticleLocalServiceImpl.moveArticle(long, String, long, ServiceContext)
 JournalArticle JournalArticleLocalServiceImpl.moveArticle(long groupId, String articleId, long newFolderId, ServiceContext serviceContext)
          Moves the web content article matching the group and article ID to a new folder.
 JournalArticle JournalArticleLocalServiceImpl.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 JournalArticleServiceImpl.moveArticleFromTrash(long groupId, long resourcePrimKey, long newFolderId, ServiceContext serviceContext)
          Moves the web content article from the Recycle Bin to the folder.
 JournalArticle JournalArticleServiceImpl.moveArticleFromTrash(long groupId, String articleId, long newFolderId, ServiceContext serviceContext)
          Moves the web content article from the Recycle Bin to the folder.
 JournalArticle JournalArticleLocalServiceImpl.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 JournalArticleLocalServiceImpl.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 JournalArticleServiceImpl.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 JournalArticleLocalServiceImpl.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 JournalArticleServiceImpl.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 JournalArticleLocalServiceImpl.restoreArticleFromTrash(long userId, JournalArticle article)
          Restores the web content article from the Recycle Bin.
 JournalArticle JournalArticleLocalServiceImpl.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 JournalArticleServiceImpl.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 JournalArticleLocalServiceImpl.updateArticle(long userId, long groupId, long folderId, String articleId, double version, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, 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 JournalArticleLocalServiceImpl.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 JournalArticleServiceImpl.updateArticle(long groupId, long folderId, String articleId, double version, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, 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 JournalArticleServiceImpl.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 JournalArticleLocalServiceImpl.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 JournalArticleLocalServiceImpl.updateArticleTranslation(long, String, double, Locale, String, String, String, Map, ServiceContext)
 JournalArticle JournalArticleServiceImpl.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 JournalArticleServiceImpl.updateArticleTranslation(long, String, double, Locale, String, String, String, Map, ServiceContext)
 JournalArticle JournalArticleLocalServiceImpl.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 JournalArticleServiceImpl.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 JournalArticleLocalServiceImpl.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 JournalArticleServiceImpl.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 JournalArticleLocalServiceImpl.updateStatus(long userId, JournalArticle article, int status, String articleURL, ServiceContext serviceContext, Map<String,Serializable> workflowContext)
          Updates the workflow status of the web content article.
 JournalArticle JournalArticleLocalServiceImpl.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 JournalArticleLocalServiceImpl.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 JournalArticleServiceImpl.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.impl that return types with arguments of type JournalArticle
 List<JournalArticle> JournalArticleLocalServiceImpl.getArticles()
          Returns all the web content articles present in the system.
 List<JournalArticle> JournalArticleLocalServiceImpl.getArticles(long groupId)
          Returns all the web content articles belonging to the group.
 List<JournalArticle> JournalArticleLocalServiceImpl.getArticles(long groupId, int start, int end)
          Returns a range of all the web content articles belonging to the group.
 List<JournalArticle> JournalArticleLocalServiceImpl.getArticles(long groupId, int start, int end, OrderByComparator<JournalArticle> obc)
          Returns an ordered range of all the web content articles belonging to the group.
 List<JournalArticle> JournalArticleLocalServiceImpl.getArticles(long groupId, long folderId)
          Returns all the web content articles matching the group and folder.
 List<JournalArticle> JournalArticleServiceImpl.getArticles(long groupId, long folderId)
          Returns all the web content articles matching the group and folder.
 List<JournalArticle> JournalArticleLocalServiceImpl.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> JournalArticleLocalServiceImpl.getArticles(long groupId, long folderId, int status, int start, int end)
          Returns a range of all the web content articles matching the group, folder, and status.
 List<JournalArticle> JournalArticleLocalServiceImpl.getArticles(long groupId, long folderId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the web content articles matching the group and folder.
 List<JournalArticle> JournalArticleServiceImpl.getArticles(long groupId, long folderId, int start, int end, OrderByComparator<JournalArticle> obc)
          Returns an ordered range of all the web content articles matching the group and folder.
 List<JournalArticle> JournalArticleLocalServiceImpl.getArticles(long groupId, String articleId)
          Returns all the web content articles matching the group and article ID.
 List<JournalArticle> JournalArticleLocalServiceImpl.getArticles(long groupId, String articleId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
           
 List<JournalArticle> JournalArticleServiceImpl.getArticlesByArticleId(long groupId, String articleId, int start, int end, OrderByComparator<JournalArticle> obc)
          Returns an ordered range of all the web content articles matching the group and article ID.
 List<JournalArticle> JournalArticleServiceImpl.getArticlesByLayoutUuid(long groupId, String layoutUuid)
          Returns all the web content articles matching the group and layout UUID.
 List<JournalArticle> JournalArticleLocalServiceImpl.getArticlesByResourcePrimKey(long resourcePrimKey)
          Returns all the web content articles matching the resource primary key.
 List<JournalArticle> JournalArticleLocalServiceImpl.getArticlesBySmallImageId(long smallImageId)
          Returns all the web content articles matching the small image ID.
 List<JournalArticle> JournalArticleServiceImpl.getArticlesByStructureId(long groupId, long classNameId, String ddmStructureKey, int status, int start, int end, OrderByComparator<JournalArticle> 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> JournalArticleServiceImpl.getArticlesByStructureId(long groupId, String ddmStructureKey, int start, int end, OrderByComparator<JournalArticle> obc)
          Returns an ordered range of all the web content articles matching the group, default class name ID, and DDM structure key.
 List<JournalArticle> JournalArticleLocalServiceImpl.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> JournalArticleLocalServiceImpl.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> JournalArticleServiceImpl.getGroupArticles(long groupId, long userId, long rootFolderId, int status, int start, int end, OrderByComparator<JournalArticle> 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> JournalArticleServiceImpl.getGroupArticles(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator<JournalArticle> 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> JournalArticleLocalServiceImpl.getIndexableArticlesByDDMStructureKey(String[] ddmStructureKeys)
           
 List<JournalArticle> JournalArticleLocalServiceImpl.getIndexableArticlesByResourcePrimKey(long resourcePrimKey)
          Returns the indexable web content articles matching the resource primary key.
 List<JournalArticle> JournalArticleLocalServiceImpl.getNoAssetArticles()
           
 List<JournalArticle> JournalArticleLocalServiceImpl.getNoPermissionArticles()
           
 List<JournalArticle> JournalArticleLocalServiceImpl.getStructureArticles(long groupId, String ddmStructureKey)
          Returns the web content articles matching the group and DDM structure key.
 List<JournalArticle> JournalArticleLocalServiceImpl.getStructureArticles(long groupId, String ddmStructureKey, int start, int end, OrderByComparator<JournalArticle> obc)
          Returns an ordered range of all the web content articles matching the group and DDM structure key.
 List<JournalArticle> JournalArticleLocalServiceImpl.getStructureArticles(String[] ddmStructureKeys)
          Returns the web content articles matching the DDM structure keys.
 List<JournalArticle> JournalArticleLocalServiceImpl.getTemplateArticles(long groupId, String ddmTemplateKey)
          Returns the web content articles matching the group and DDM template key.
 List<JournalArticle> JournalArticleLocalServiceImpl.getTemplateArticles(long groupId, String ddmTemplateKey, int start, int end, OrderByComparator<JournalArticle> obc)
          Returns an ordered range of all the web content articles matching the group and DDM template key.
 List<JournalArticle> JournalArticleLocalServiceImpl.search(long groupId, List<Long> folderIds, int status, int start, int end)
          Returns a range of all the web content articles matching the parameters without using the indexer.
 List<JournalArticle> JournalArticleLocalServiceImpl.search(long groupId, long folderId, int status, int start, int end)
          Returns a range of all the web content articles in a single folder matching the parameters without using the indexer.
 List<JournalArticle> JournalArticleLocalServiceImpl.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String keywords, Double version, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator<JournalArticle> 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.
 List<JournalArticle> JournalArticleServiceImpl.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String keywords, Double version, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator<JournalArticle> 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> JournalArticleLocalServiceImpl.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator<JournalArticle> 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.
 List<JournalArticle> JournalArticleServiceImpl.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator<JournalArticle> 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> JournalArticleLocalServiceImpl.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator<JournalArticle> 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.
 List<JournalArticle> JournalArticleServiceImpl.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator<JournalArticle> 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.
 BaseModelSearchResult<JournalArticle> JournalArticleLocalServiceImpl.searchJournalArticles(long companyId, long groupId, List<Long> folderIds, long classNameId, String ddmStructureKey, String ddmTemplateKey, String keywords, LinkedHashMap<String,Object> params, int start, int end, Sort sort)
          Returns a BaseModelSearchResult containing the total number of hits and an ordered range of all the web content articles matching the parameters using the indexer, including a keywords parameter for matching an article's ID, title, description, or content, a DDM structure key parameter, a DDM template key parameter, and a finder hash map parameter.
 BaseModelSearchResult<JournalArticle> JournalArticleLocalServiceImpl.searchJournalArticles(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, String title, String description, String content, int status, String ddmStructureKey, String ddmTemplateKey, LinkedHashMap<String,Object> params, boolean andSearch, int start, int end, Sort sort)
          Returns a BaseModelSearchResult containing the total number of hits and an ordered range of all the web content articles matching the parameters using the indexer, including keyword parameters for article ID, title, description, or content, a DDM structure key parameter, a DDM template key parameter, an AND operator switch, and parameters for type, status, and a finder hash map.
 BaseModelSearchResult<JournalArticle> JournalArticleLocalServiceImpl.searchJournalArticles(long groupId, long userId, long creatorUserId, int status, int start, int end)
          Returns a BaseModelSearchResult containing the total number of hits and an ordered range of all the web content articles matching the parameters using the indexer, including the web content article's creator ID and status.
protected  BaseModelSearchResult<JournalArticle> JournalArticleLocalServiceImpl.searchJournalArticles(SearchContext searchContext)
           
 

Methods in com.liferay.portlet.journal.service.impl with parameters of type JournalArticle
 void JournalArticleLocalServiceImpl.addArticleResources(JournalArticle article, boolean addGroupPermissions, boolean addGuestPermissions)
          Adds the resources to the web content article.
 void JournalArticleLocalServiceImpl.addArticleResources(JournalArticle article, String[] groupPermissions, String[] guestPermissions)
          Adds the model resources with the permissions to the web content article.
protected  void JournalArticleLocalServiceImpl.checkStructure(JournalArticle article)
           
protected  void JournalArticleLocalServiceImpl.checkStructure(JournalArticle article, DDMStructure ddmStructure)
           
protected  void JournalArticleLocalServiceImpl.copyArticleImages(JournalArticle oldArticle, JournalArticle newArticle)
           
 JournalArticle JournalArticleLocalServiceImpl.deleteArticle(JournalArticle article)
          Deletes the web content article and its resources.
 JournalArticle JournalArticleLocalServiceImpl.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.
 String JournalArticleLocalServiceImpl.getArticleContent(JournalArticle article, String ddmTemplateKey, String viewMode, String languageId, PortletRequestModel portletRequestModel, ThemeDisplay themeDisplay)
          Returns the web content from the web content article associated with the portlet request model and the DDM template.
 String JournalArticleLocalServiceImpl.getArticleContent(JournalArticle article, String ddmTemplateKey, String viewMode, String languageId, ThemeDisplay themeDisplay)
          Deprecated. As of 7.0.0, replaced by JournalArticleLocalServiceImpl.getArticleContent(JournalArticle, String, String, String, PortletRequestModel,ThemeDisplay)
 JournalArticleDisplay JournalArticleLocalServiceImpl.getArticleDisplay(JournalArticle article, String ddmTemplateKey, String viewMode, String languageId, int page, PortletRequestModel portletRequestModel, ThemeDisplay themeDisplay)
          Returns a web content article display for the specified page of the latest version of the web content article, based on the DDM template.
protected  JournalArticleDisplay JournalArticleLocalServiceImpl.getArticleDisplay(JournalArticle article, String ddmTemplateKey, String viewMode, String languageId, int page, PortletRequestModel portletRequestModel, ThemeDisplay themeDisplay, boolean propagateException)
           
protected  long JournalArticleLocalServiceImpl.getClassTypeId(JournalArticle article)
           
 JournalArticle JournalArticleLocalServiceImpl.getPreviousApprovedArticle(JournalArticle article)
          Returns the previously approved version of the web content article.
 boolean JournalArticleLocalServiceImpl.isRenderable(JournalArticle article, PortletRequestModel portletRequestModel, ThemeDisplay themeDisplay)
           
 JournalArticle JournalArticleLocalServiceImpl.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 JournalArticleLocalServiceImpl.moveArticleToTrash(long userId, JournalArticle article)
          Moves the latest version of the web content article matching the group and article ID to the recycle bin.
protected  void JournalArticleLocalServiceImpl.notifySubscribers(long userId, JournalArticle article, String articleURL, String action, ServiceContext serviceContext)
           
 JournalArticle JournalArticleLocalServiceImpl.restoreArticleFromTrash(long userId, JournalArticle article)
          Restores the web content article from the Recycle Bin.
protected  void JournalArticleLocalServiceImpl.sendEmail(JournalArticle article, String articleURL, PortletPreferences preferences, String emailType, ServiceContext serviceContext)
           
protected  void JournalArticleLocalServiceImpl.startWorkflowInstance(long userId, JournalArticle article, ServiceContext serviceContext)
           
 void JournalArticleLocalServiceImpl.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.
protected  void JournalArticleLocalServiceImpl.updatePreviousApprovedArticle(JournalArticle article)
           
 JournalArticle JournalArticleLocalServiceImpl.updateStatus(long userId, JournalArticle article, int status, String articleURL, ServiceContext serviceContext, Map<String,Serializable> workflowContext)
          Updates the workflow status of the web content article.
 

Method parameters in com.liferay.portlet.journal.service.impl with type arguments of type JournalArticle
 List<JournalArticle> JournalArticleLocalServiceImpl.getArticles(long groupId, int start, int end, OrderByComparator<JournalArticle> obc)
          Returns an ordered range of all the web content articles belonging to the group.
 List<JournalArticle> JournalArticleLocalServiceImpl.getArticles(long groupId, long folderId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the web content articles matching the group and folder.
 List<JournalArticle> JournalArticleServiceImpl.getArticles(long groupId, long folderId, int start, int end, OrderByComparator<JournalArticle> obc)
          Returns an ordered range of all the web content articles matching the group and folder.
 List<JournalArticle> JournalArticleLocalServiceImpl.getArticles(long groupId, String articleId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
           
 List<JournalArticle> JournalArticleServiceImpl.getArticlesByArticleId(long groupId, String articleId, int start, int end, OrderByComparator<JournalArticle> obc)
          Returns an ordered range of all the web content articles matching the group and article ID.
 List<JournalArticle> JournalArticleServiceImpl.getArticlesByStructureId(long groupId, long classNameId, String ddmStructureKey, int status, int start, int end, OrderByComparator<JournalArticle> 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> JournalArticleServiceImpl.getArticlesByStructureId(long groupId, String ddmStructureKey, int start, int end, OrderByComparator<JournalArticle> obc)
          Returns an ordered range of all the web content articles matching the group, default class name ID, and DDM structure key.
protected  List<ObjectValuePair<Long,Integer>> JournalArticleLocalServiceImpl.getArticleVersionStatuses(List<JournalArticle> articles)
           
protected  JournalArticle JournalArticleLocalServiceImpl.getFirstArticle(long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
           
 List<JournalArticle> JournalArticleServiceImpl.getGroupArticles(long groupId, long userId, long rootFolderId, int status, int start, int end, OrderByComparator<JournalArticle> 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> JournalArticleServiceImpl.getGroupArticles(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator<JournalArticle> 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> JournalArticleLocalServiceImpl.getStructureArticles(long groupId, String ddmStructureKey, int start, int end, OrderByComparator<JournalArticle> obc)
          Returns an ordered range of all the web content articles matching the group and DDM structure key.
 List<JournalArticle> JournalArticleLocalServiceImpl.getTemplateArticles(long groupId, String ddmTemplateKey, int start, int end, OrderByComparator<JournalArticle> obc)
          Returns an ordered range of all the web content articles matching the group and DDM template key.
 List<JournalArticle> JournalArticleLocalServiceImpl.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String keywords, Double version, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator<JournalArticle> 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.
 List<JournalArticle> JournalArticleServiceImpl.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String keywords, Double version, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator<JournalArticle> 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> JournalArticleLocalServiceImpl.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator<JournalArticle> 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.
 List<JournalArticle> JournalArticleServiceImpl.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator<JournalArticle> 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> JournalArticleLocalServiceImpl.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator<JournalArticle> 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.
 List<JournalArticle> JournalArticleServiceImpl.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator<JournalArticle> 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.
 

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

Methods in com.liferay.portlet.journal.service.permission with parameters of type JournalArticle
static void JournalArticlePermission.check(PermissionChecker permissionChecker, JournalArticle article, String actionId)
           
static boolean JournalArticlePermission.contains(PermissionChecker permissionChecker, JournalArticle article, String actionId)
           
 

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

Methods in com.liferay.portlet.journal.service.persistence that return JournalArticle
 JournalArticle JournalArticlePersistence.create(long id)
          Creates a new journal article with the primary key.
static JournalArticle JournalArticleUtil.create(long id)
          Creates a new journal article with the primary key.
 JournalArticle JournalArticlePersistence.fetchByC_DDMTK_First(long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where classNameId = ? and DDMTemplateKey = ?.
static JournalArticle JournalArticleUtil.fetchByC_DDMTK_First(long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where classNameId = ? and DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistence.fetchByC_DDMTK_Last(long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where classNameId = ? and DDMTemplateKey = ?.
static JournalArticle JournalArticleUtil.fetchByC_DDMTK_Last(long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where classNameId = ? and DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistence.fetchByC_NotST_First(long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and status ≠ ?.
static JournalArticle JournalArticleUtil.fetchByC_NotST_First(long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and status ≠ ?.
 JournalArticle JournalArticlePersistence.fetchByC_NotST_Last(long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and status ≠ ?.
static JournalArticle JournalArticleUtil.fetchByC_NotST_Last(long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and status ≠ ?.
 JournalArticle JournalArticlePersistence.fetchByC_ST_First(long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByC_ST_First(long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByC_ST_Last(long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByC_ST_Last(long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByC_V_First(long companyId, double version, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and version = ?.
static JournalArticle JournalArticleUtil.fetchByC_V_First(long companyId, double version, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and version = ?.
 JournalArticle JournalArticlePersistence.fetchByC_V_Last(long companyId, double version, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and version = ?.
static JournalArticle JournalArticleUtil.fetchByC_V_Last(long companyId, double version, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and version = ?.
 JournalArticle JournalArticlePersistence.fetchByC_V_ST_First(long companyId, double version, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and version = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByC_V_ST_First(long companyId, double version, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and version = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByC_V_ST_Last(long companyId, double version, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and version = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByC_V_ST_Last(long companyId, double version, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and version = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByCompanyId_First(long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ?.
static JournalArticle JournalArticleUtil.fetchByCompanyId_First(long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ?.
 JournalArticle JournalArticlePersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ?.
static JournalArticle JournalArticleUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ?.
 JournalArticle JournalArticlePersistence.fetchByDDMStructureKey_First(String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where DDMStructureKey = ?.
static JournalArticle JournalArticleUtil.fetchByDDMStructureKey_First(String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where DDMStructureKey = ?.
 JournalArticle JournalArticlePersistence.fetchByDDMStructureKey_Last(String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where DDMStructureKey = ?.
static JournalArticle JournalArticleUtil.fetchByDDMStructureKey_Last(String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where DDMStructureKey = ?.
 JournalArticle JournalArticlePersistence.fetchByDDMTemplateKey_First(String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where DDMTemplateKey = ?.
static JournalArticle JournalArticleUtil.fetchByDDMTemplateKey_First(String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistence.fetchByDDMTemplateKey_Last(String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where DDMTemplateKey = ?.
static JournalArticle JournalArticleUtil.fetchByDDMTemplateKey_Last(String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistence.fetchByG_A_First(long groupId, String articleId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ?.
static JournalArticle JournalArticleUtil.fetchByG_A_First(long groupId, String articleId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ?.
 JournalArticle JournalArticlePersistence.fetchByG_A_Last(long groupId, String articleId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ?.
static JournalArticle JournalArticleUtil.fetchByG_A_Last(long groupId, String articleId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ?.
 JournalArticle JournalArticlePersistence.fetchByG_A_NotST_First(long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.
static JournalArticle JournalArticleUtil.fetchByG_A_NotST_First(long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.
 JournalArticle JournalArticlePersistence.fetchByG_A_NotST_Last(long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.
static JournalArticle JournalArticleUtil.fetchByG_A_NotST_Last(long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.
 JournalArticle JournalArticlePersistence.fetchByG_A_ST_First(long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByG_A_ST_First(long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByG_A_ST_Last(long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByG_A_ST_Last(long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
 JournalArticle 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)
          Returns the journal article where groupId = ? and articleId = ? and version = ? or returns null if it could not be found.
 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_A_V(long groupId, String articleId, double version, boolean retrieveFromCache)
          Returns the journal article where groupId = ? and articleId = ? and version = ? or returns null if it could not be found, optionally using the finder cache.
 JournalArticle JournalArticlePersistence.fetchByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static JournalArticle JournalArticleUtil.fetchByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 JournalArticle JournalArticlePersistence.fetchByG_C_C_Last(long groupId, long classNameId, long classPK, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static JournalArticle JournalArticleUtil.fetchByG_C_C_Last(long groupId, long classNameId, long classPK, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 JournalArticle JournalArticlePersistence.fetchByG_C_DDMSK(long groupId, long classNameId, String DDMStructureKey)
          Returns the journal article where groupId = ? and classNameId = ? and DDMStructureKey = ? or returns null if it could not be found.
static JournalArticle JournalArticleUtil.fetchByG_C_DDMSK(long groupId, long classNameId, String DDMStructureKey)
          Returns the journal article where groupId = ? and classNameId = ? and DDMStructureKey = ? or returns null if it could not be found.
 JournalArticle JournalArticlePersistence.fetchByG_C_DDMSK(long groupId, long classNameId, String DDMStructureKey, boolean retrieveFromCache)
          Returns the journal article where groupId = ? and classNameId = ? and DDMStructureKey = ? or returns null if it could not be found, optionally using the finder cache.
static JournalArticle JournalArticleUtil.fetchByG_C_DDMSK(long groupId, long classNameId, String DDMStructureKey, boolean retrieveFromCache)
          Returns the journal article where groupId = ? and classNameId = ? and DDMStructureKey = ? or returns null if it could not be found, optionally using the finder cache.
 JournalArticle JournalArticlePersistence.fetchByG_C_DDMTK_First(long groupId, long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
static JournalArticle JournalArticleUtil.fetchByG_C_DDMTK_First(long groupId, long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistence.fetchByG_C_DDMTK_Last(long groupId, long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
static JournalArticle JournalArticleUtil.fetchByG_C_DDMTK_Last(long groupId, long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistence.fetchByG_C_L_First(long groupId, long classNameId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
static JournalArticle JournalArticleUtil.fetchByG_C_L_First(long groupId, long classNameId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
 JournalArticle JournalArticlePersistence.fetchByG_C_L_Last(long groupId, long classNameId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
static JournalArticle JournalArticleUtil.fetchByG_C_L_Last(long groupId, long classNameId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
 JournalArticle JournalArticlePersistence.fetchByG_DDMSK_First(long groupId, String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and DDMStructureKey = ?.
static JournalArticle JournalArticleUtil.fetchByG_DDMSK_First(long groupId, String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and DDMStructureKey = ?.
 JournalArticle JournalArticlePersistence.fetchByG_DDMSK_Last(long groupId, String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and DDMStructureKey = ?.
static JournalArticle JournalArticleUtil.fetchByG_DDMSK_Last(long groupId, String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and DDMStructureKey = ?.
 JournalArticle JournalArticlePersistence.fetchByG_DDMTK_First(long groupId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and DDMTemplateKey = ?.
static JournalArticle JournalArticleUtil.fetchByG_DDMTK_First(long groupId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistence.fetchByG_DDMTK_Last(long groupId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and DDMTemplateKey = ?.
static JournalArticle JournalArticleUtil.fetchByG_DDMTK_Last(long groupId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistence.fetchByG_F_First(long groupId, long folderId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and folderId = ?.
static JournalArticle JournalArticleUtil.fetchByG_F_First(long groupId, long folderId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and folderId = ?.
 JournalArticle JournalArticlePersistence.fetchByG_F_Last(long groupId, long folderId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and folderId = ?.
static JournalArticle JournalArticleUtil.fetchByG_F_Last(long groupId, long folderId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and folderId = ?.
 JournalArticle JournalArticlePersistence.fetchByG_F_ST_First(long groupId, long folderId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and folderId = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByG_F_ST_First(long groupId, long folderId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and folderId = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByG_F_ST_Last(long groupId, long folderId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and folderId = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByG_F_ST_Last(long groupId, long folderId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and folderId = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByG_L_First(long groupId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and layoutUuid = ?.
static JournalArticle JournalArticleUtil.fetchByG_L_First(long groupId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and layoutUuid = ?.
 JournalArticle JournalArticlePersistence.fetchByG_L_Last(long groupId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and layoutUuid = ?.
static JournalArticle JournalArticleUtil.fetchByG_L_Last(long groupId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and layoutUuid = ?.
 JournalArticle JournalArticlePersistence.fetchByG_ST_First(long groupId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByG_ST_First(long groupId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByG_ST_Last(long groupId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByG_ST_Last(long groupId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByG_U_C_First(long groupId, long userId, long classNameId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.
static JournalArticle JournalArticleUtil.fetchByG_U_C_First(long groupId, long userId, long classNameId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.
 JournalArticle JournalArticlePersistence.fetchByG_U_C_Last(long groupId, long userId, long classNameId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.
static JournalArticle JournalArticleUtil.fetchByG_U_C_Last(long groupId, long userId, long classNameId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.
 JournalArticle JournalArticlePersistence.fetchByG_U_First(long groupId, long userId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and userId = ?.
static JournalArticle JournalArticleUtil.fetchByG_U_First(long groupId, long userId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and userId = ?.
 JournalArticle JournalArticlePersistence.fetchByG_U_Last(long groupId, long userId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and userId = ?.
static JournalArticle JournalArticleUtil.fetchByG_U_Last(long groupId, long userId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and userId = ?.
 JournalArticle JournalArticlePersistence.fetchByG_UT_First(long groupId, String urlTitle, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and urlTitle = ?.
static JournalArticle JournalArticleUtil.fetchByG_UT_First(long groupId, String urlTitle, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and urlTitle = ?.
 JournalArticle JournalArticlePersistence.fetchByG_UT_Last(long groupId, String urlTitle, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and urlTitle = ?.
static JournalArticle JournalArticleUtil.fetchByG_UT_Last(long groupId, String urlTitle, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and urlTitle = ?.
 JournalArticle JournalArticlePersistence.fetchByG_UT_ST_First(long groupId, String urlTitle, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByG_UT_ST_First(long groupId, String urlTitle, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByG_UT_ST_Last(long groupId, String urlTitle, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByG_UT_ST_Last(long groupId, String urlTitle, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByGroupId_First(long groupId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ?.
static JournalArticle JournalArticleUtil.fetchByGroupId_First(long groupId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ?.
 JournalArticle JournalArticlePersistence.fetchByGroupId_Last(long groupId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ?.
static JournalArticle JournalArticleUtil.fetchByGroupId_Last(long groupId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ?.
 JournalArticle JournalArticlePersistence.fetchByLayoutUuid_First(String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where layoutUuid = ?.
static JournalArticle JournalArticleUtil.fetchByLayoutUuid_First(String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where layoutUuid = ?.
 JournalArticle JournalArticlePersistence.fetchByLayoutUuid_Last(String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where layoutUuid = ?.
static JournalArticle JournalArticleUtil.fetchByLayoutUuid_Last(String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where layoutUuid = ?.
 JournalArticle JournalArticlePersistence.fetchByLtD_S_First(Date displayDate, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where displayDate < ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByLtD_S_First(Date displayDate, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where displayDate < ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByLtD_S_Last(Date displayDate, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where displayDate < ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByLtD_S_Last(Date displayDate, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where displayDate < ? and status = ?.
 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.fetchByPrimaryKey(long id)
          Returns the journal article with the primary key or returns null if it could not be found.
 JournalArticle JournalArticlePersistence.fetchByR_I_First(long resourcePrimKey, boolean indexable, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ?.
static JournalArticle JournalArticleUtil.fetchByR_I_First(long resourcePrimKey, boolean indexable, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ?.
 JournalArticle JournalArticlePersistence.fetchByR_I_Last(long resourcePrimKey, boolean indexable, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ?.
static JournalArticle JournalArticleUtil.fetchByR_I_Last(long resourcePrimKey, boolean indexable, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ?.
 JournalArticle JournalArticlePersistence.fetchByR_I_S_First(long resourcePrimKey, boolean indexable, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByR_I_S_First(long resourcePrimKey, boolean indexable, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByR_I_S_Last(long resourcePrimKey, boolean indexable, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByR_I_S_Last(long resourcePrimKey, boolean indexable, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByR_ST_First(long resourcePrimKey, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByR_ST_First(long resourcePrimKey, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByR_ST_Last(long resourcePrimKey, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByR_ST_Last(long resourcePrimKey, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByResourcePrimKey_First(long resourcePrimKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ?.
static JournalArticle JournalArticleUtil.fetchByResourcePrimKey_First(long resourcePrimKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ?.
 JournalArticle JournalArticlePersistence.fetchByResourcePrimKey_Last(long resourcePrimKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ?.
static JournalArticle JournalArticleUtil.fetchByResourcePrimKey_Last(long resourcePrimKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ?.
 JournalArticle JournalArticlePersistence.fetchBySmallImageId_First(long smallImageId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where smallImageId = ?.
static JournalArticle JournalArticleUtil.fetchBySmallImageId_First(long smallImageId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where smallImageId = ?.
 JournalArticle JournalArticlePersistence.fetchBySmallImageId_Last(long smallImageId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where smallImageId = ?.
static JournalArticle JournalArticleUtil.fetchBySmallImageId_Last(long smallImageId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where smallImageId = ?.
 JournalArticle JournalArticlePersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where uuid = ? and companyId = ?.
static JournalArticle JournalArticleUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where uuid = ? and companyId = ?.
 JournalArticle JournalArticlePersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where uuid = ? and companyId = ?.
static JournalArticle JournalArticleUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where uuid = ? and companyId = ?.
 JournalArticle JournalArticlePersistence.fetchByUuid_First(String uuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where uuid = ?.
static JournalArticle JournalArticleUtil.fetchByUuid_First(String uuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where uuid = ?.
 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)
          Returns the journal article where uuid = ? and groupId = ? or returns null if it could not be found.
 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_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the journal article where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 JournalArticle JournalArticlePersistence.fetchByUuid_Last(String uuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where uuid = ?.
static JournalArticle JournalArticleUtil.fetchByUuid_Last(String uuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where uuid = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_A_NotST_PrevAndNext(long id, long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and articleId = ? and status ≠ ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_A_NotST_PrevAndNext(long id, long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and articleId = ? and status ≠ ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_A_PrevAndNext(long id, long groupId, String articleId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and articleId = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_A_PrevAndNext(long id, long groupId, String articleId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and articleId = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_A_ST_PrevAndNext(long id, long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and articleId = ? and status = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_A_ST_PrevAndNext(long id, long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and articleId = ? and status = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_C_C_PrevAndNext(long id, long groupId, long classNameId, long classPK, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_C_C_PrevAndNext(long id, long groupId, long classNameId, long classPK, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_C_DDMTK_PrevAndNext(long id, long groupId, long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_C_DDMTK_PrevAndNext(long id, long groupId, long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_C_L_PrevAndNext(long id, long groupId, long classNameId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and layoutUuid = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_C_L_PrevAndNext(long id, long groupId, long classNameId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and layoutUuid = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_DDMSK_PrevAndNext(long id, long groupId, String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and DDMStructureKey = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_DDMSK_PrevAndNext(long id, long groupId, String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and DDMStructureKey = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_DDMTK_PrevAndNext(long id, long groupId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and DDMTemplateKey = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_DDMTK_PrevAndNext(long id, long groupId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and DDMTemplateKey = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_F_PrevAndNext(long id, long groupId, long folderId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and folderId = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_F_PrevAndNext(long id, long groupId, long folderId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and folderId = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_F_ST_PrevAndNext(long id, long groupId, long folderId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and folderId = ? and status = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_F_ST_PrevAndNext(long id, long groupId, long folderId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and folderId = ? and status = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_L_PrevAndNext(long id, long groupId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and layoutUuid = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_L_PrevAndNext(long id, long groupId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and layoutUuid = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_ST_PrevAndNext(long id, long groupId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and status = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_ST_PrevAndNext(long id, long groupId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and status = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_U_C_PrevAndNext(long id, long groupId, long userId, long classNameId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and userId = ? and classNameId = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_U_C_PrevAndNext(long id, long groupId, long userId, long classNameId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and userId = ? and classNameId = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_U_PrevAndNext(long id, long groupId, long userId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and userId = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_U_PrevAndNext(long id, long groupId, long userId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and userId = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_UT_PrevAndNext(long id, long groupId, String urlTitle, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and urlTitle = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_UT_PrevAndNext(long id, long groupId, String urlTitle, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and urlTitle = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_UT_ST_PrevAndNext(long id, long groupId, String urlTitle, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and urlTitle = ? and status = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_UT_ST_PrevAndNext(long id, long groupId, String urlTitle, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and urlTitle = ? and status = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByGroupId_PrevAndNext(long id, long groupId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ?.
static JournalArticle[] JournalArticleUtil.filterFindByGroupId_PrevAndNext(long id, long groupId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ?.
 JournalArticle JournalArticlePersistence.findByC_DDMTK_First(long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where classNameId = ? and DDMTemplateKey = ?.
static JournalArticle JournalArticleUtil.findByC_DDMTK_First(long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where classNameId = ? and DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistence.findByC_DDMTK_Last(long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where classNameId = ? and DDMTemplateKey = ?.
static JournalArticle JournalArticleUtil.findByC_DDMTK_Last(long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where classNameId = ? and DDMTemplateKey = ?.
 JournalArticle[] JournalArticlePersistence.findByC_DDMTK_PrevAndNext(long id, long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where classNameId = ? and DDMTemplateKey = ?.
static JournalArticle[] JournalArticleUtil.findByC_DDMTK_PrevAndNext(long id, long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where classNameId = ? and DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistence.findByC_NotST_First(long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and status ≠ ?.
static JournalArticle JournalArticleUtil.findByC_NotST_First(long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and status ≠ ?.
 JournalArticle JournalArticlePersistence.findByC_NotST_Last(long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and status ≠ ?.
static JournalArticle JournalArticleUtil.findByC_NotST_Last(long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and status ≠ ?.
 JournalArticle[] JournalArticlePersistence.findByC_NotST_PrevAndNext(long id, long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and status ≠ ?.
static JournalArticle[] JournalArticleUtil.findByC_NotST_PrevAndNext(long id, long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and status ≠ ?.
 JournalArticle JournalArticlePersistence.findByC_ST_First(long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and status = ?.
static JournalArticle JournalArticleUtil.findByC_ST_First(long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByC_ST_Last(long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and status = ?.
static JournalArticle JournalArticleUtil.findByC_ST_Last(long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and status = ?.
 JournalArticle[] JournalArticlePersistence.findByC_ST_PrevAndNext(long id, long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and status = ?.
static JournalArticle[] JournalArticleUtil.findByC_ST_PrevAndNext(long id, long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByC_V_First(long companyId, double version, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and version = ?.
static JournalArticle JournalArticleUtil.findByC_V_First(long companyId, double version, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and version = ?.
 JournalArticle JournalArticlePersistence.findByC_V_Last(long companyId, double version, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and version = ?.
static JournalArticle JournalArticleUtil.findByC_V_Last(long companyId, double version, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and version = ?.
 JournalArticle[] JournalArticlePersistence.findByC_V_PrevAndNext(long id, long companyId, double version, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and version = ?.
static JournalArticle[] JournalArticleUtil.findByC_V_PrevAndNext(long id, long companyId, double version, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and version = ?.
 JournalArticle JournalArticlePersistence.findByC_V_ST_First(long companyId, double version, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and version = ? and status = ?.
static JournalArticle JournalArticleUtil.findByC_V_ST_First(long companyId, double version, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and version = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByC_V_ST_Last(long companyId, double version, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and version = ? and status = ?.
static JournalArticle JournalArticleUtil.findByC_V_ST_Last(long companyId, double version, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and version = ? and status = ?.
 JournalArticle[] JournalArticlePersistence.findByC_V_ST_PrevAndNext(long id, long companyId, double version, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and version = ? and status = ?.
static JournalArticle[] JournalArticleUtil.findByC_V_ST_PrevAndNext(long id, long companyId, double version, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and version = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByCompanyId_First(long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ?.
static JournalArticle JournalArticleUtil.findByCompanyId_First(long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ?.
 JournalArticle JournalArticlePersistence.findByCompanyId_Last(long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ?.
static JournalArticle JournalArticleUtil.findByCompanyId_Last(long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ?.
 JournalArticle[] JournalArticlePersistence.findByCompanyId_PrevAndNext(long id, long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where companyId = ?.
static JournalArticle[] JournalArticleUtil.findByCompanyId_PrevAndNext(long id, long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where companyId = ?.
 JournalArticle JournalArticlePersistence.findByDDMStructureKey_First(String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where DDMStructureKey = ?.
static JournalArticle JournalArticleUtil.findByDDMStructureKey_First(String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where DDMStructureKey = ?.
 JournalArticle JournalArticlePersistence.findByDDMStructureKey_Last(String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where DDMStructureKey = ?.
static JournalArticle JournalArticleUtil.findByDDMStructureKey_Last(String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where DDMStructureKey = ?.
 JournalArticle[] JournalArticlePersistence.findByDDMStructureKey_PrevAndNext(long id, String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where DDMStructureKey = ?.
static JournalArticle[] JournalArticleUtil.findByDDMStructureKey_PrevAndNext(long id, String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where DDMStructureKey = ?.
 JournalArticle JournalArticlePersistence.findByDDMTemplateKey_First(String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where DDMTemplateKey = ?.
static JournalArticle JournalArticleUtil.findByDDMTemplateKey_First(String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistence.findByDDMTemplateKey_Last(String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where DDMTemplateKey = ?.
static JournalArticle JournalArticleUtil.findByDDMTemplateKey_Last(String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where DDMTemplateKey = ?.
 JournalArticle[] JournalArticlePersistence.findByDDMTemplateKey_PrevAndNext(long id, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where DDMTemplateKey = ?.
static JournalArticle[] JournalArticleUtil.findByDDMTemplateKey_PrevAndNext(long id, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistence.findByG_A_First(long groupId, String articleId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ?.
static JournalArticle JournalArticleUtil.findByG_A_First(long groupId, String articleId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ?.
 JournalArticle JournalArticlePersistence.findByG_A_Last(long groupId, String articleId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ?.
static JournalArticle JournalArticleUtil.findByG_A_Last(long groupId, String articleId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ?.
 JournalArticle JournalArticlePersistence.findByG_A_NotST_First(long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.
static JournalArticle JournalArticleUtil.findByG_A_NotST_First(long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.
 JournalArticle JournalArticlePersistence.findByG_A_NotST_Last(long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.
static JournalArticle JournalArticleUtil.findByG_A_NotST_Last(long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.
 JournalArticle[] JournalArticlePersistence.findByG_A_NotST_PrevAndNext(long id, long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.
static JournalArticle[] JournalArticleUtil.findByG_A_NotST_PrevAndNext(long id, long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.
 JournalArticle[] JournalArticlePersistence.findByG_A_PrevAndNext(long id, long groupId, String articleId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ?.
static JournalArticle[] JournalArticleUtil.findByG_A_PrevAndNext(long id, long groupId, String articleId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ?.
 JournalArticle JournalArticlePersistence.findByG_A_ST_First(long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
static JournalArticle JournalArticleUtil.findByG_A_ST_First(long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByG_A_ST_Last(long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
static JournalArticle JournalArticleUtil.findByG_A_ST_Last(long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
 JournalArticle[] JournalArticlePersistence.findByG_A_ST_PrevAndNext(long id, long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
static JournalArticle[] JournalArticleUtil.findByG_A_ST_PrevAndNext(long id, long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
 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_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.
 JournalArticle JournalArticlePersistence.findByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static JournalArticle JournalArticleUtil.findByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 JournalArticle JournalArticlePersistence.findByG_C_C_Last(long groupId, long classNameId, long classPK, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static JournalArticle JournalArticleUtil.findByG_C_C_Last(long groupId, long classNameId, long classPK, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 JournalArticle[] JournalArticlePersistence.findByG_C_C_PrevAndNext(long id, long groupId, long classNameId, long classPK, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static JournalArticle[] JournalArticleUtil.findByG_C_C_PrevAndNext(long id, long groupId, long classNameId, long classPK, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 JournalArticle JournalArticlePersistence.findByG_C_DDMSK(long groupId, long classNameId, String DDMStructureKey)
          Returns the journal article where groupId = ? and classNameId = ? and DDMStructureKey = ? or throws a NoSuchArticleException if it could not be found.
static JournalArticle JournalArticleUtil.findByG_C_DDMSK(long groupId, long classNameId, String DDMStructureKey)
          Returns the journal article where groupId = ? and classNameId = ? and DDMStructureKey = ? or throws a NoSuchArticleException if it could not be found.
 JournalArticle JournalArticlePersistence.findByG_C_DDMTK_First(long groupId, long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
static JournalArticle JournalArticleUtil.findByG_C_DDMTK_First(long groupId, long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistence.findByG_C_DDMTK_Last(long groupId, long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
static JournalArticle JournalArticleUtil.findByG_C_DDMTK_Last(long groupId, long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
 JournalArticle[] JournalArticlePersistence.findByG_C_DDMTK_PrevAndNext(long id, long groupId, long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
static JournalArticle[] JournalArticleUtil.findByG_C_DDMTK_PrevAndNext(long id, long groupId, long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistence.findByG_C_L_First(long groupId, long classNameId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
static JournalArticle JournalArticleUtil.findByG_C_L_First(long groupId, long classNameId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
 JournalArticle JournalArticlePersistence.findByG_C_L_Last(long groupId, long classNameId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
static JournalArticle JournalArticleUtil.findByG_C_L_Last(long groupId, long classNameId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
 JournalArticle[] JournalArticlePersistence.findByG_C_L_PrevAndNext(long id, long groupId, long classNameId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
static JournalArticle[] JournalArticleUtil.findByG_C_L_PrevAndNext(long id, long groupId, long classNameId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
 JournalArticle JournalArticlePersistence.findByG_DDMSK_First(long groupId, String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and DDMStructureKey = ?.
static JournalArticle JournalArticleUtil.findByG_DDMSK_First(long groupId, String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and DDMStructureKey = ?.
 JournalArticle JournalArticlePersistence.findByG_DDMSK_Last(long groupId, String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and DDMStructureKey = ?.
static JournalArticle JournalArticleUtil.findByG_DDMSK_Last(long groupId, String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and DDMStructureKey = ?.
 JournalArticle[] JournalArticlePersistence.findByG_DDMSK_PrevAndNext(long id, long groupId, String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and DDMStructureKey = ?.
static JournalArticle[] JournalArticleUtil.findByG_DDMSK_PrevAndNext(long id, long groupId, String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and DDMStructureKey = ?.
 JournalArticle JournalArticlePersistence.findByG_DDMTK_First(long groupId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and DDMTemplateKey = ?.
static JournalArticle JournalArticleUtil.findByG_DDMTK_First(long groupId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistence.findByG_DDMTK_Last(long groupId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and DDMTemplateKey = ?.
static JournalArticle JournalArticleUtil.findByG_DDMTK_Last(long groupId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and DDMTemplateKey = ?.
 JournalArticle[] JournalArticlePersistence.findByG_DDMTK_PrevAndNext(long id, long groupId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and DDMTemplateKey = ?.
static JournalArticle[] JournalArticleUtil.findByG_DDMTK_PrevAndNext(long id, long groupId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistence.findByG_F_First(long groupId, long folderId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and folderId = ?.
static JournalArticle JournalArticleUtil.findByG_F_First(long groupId, long folderId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and folderId = ?.
 JournalArticle JournalArticlePersistence.findByG_F_Last(long groupId, long folderId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and folderId = ?.
static JournalArticle JournalArticleUtil.findByG_F_Last(long groupId, long folderId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and folderId = ?.
 JournalArticle[] JournalArticlePersistence.findByG_F_PrevAndNext(long id, long groupId, long folderId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and folderId = ?.
static JournalArticle[] JournalArticleUtil.findByG_F_PrevAndNext(long id, long groupId, long folderId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and folderId = ?.
 JournalArticle JournalArticlePersistence.findByG_F_ST_First(long groupId, long folderId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and folderId = ? and status = ?.
static JournalArticle JournalArticleUtil.findByG_F_ST_First(long groupId, long folderId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and folderId = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByG_F_ST_Last(long groupId, long folderId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and folderId = ? and status = ?.
static JournalArticle JournalArticleUtil.findByG_F_ST_Last(long groupId, long folderId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and folderId = ? and status = ?.
 JournalArticle[] JournalArticlePersistence.findByG_F_ST_PrevAndNext(long id, long groupId, long folderId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and folderId = ? and status = ?.
static JournalArticle[] JournalArticleUtil.findByG_F_ST_PrevAndNext(long id, long groupId, long folderId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and folderId = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByG_L_First(long groupId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and layoutUuid = ?.
static JournalArticle JournalArticleUtil.findByG_L_First(long groupId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and layoutUuid = ?.
 JournalArticle JournalArticlePersistence.findByG_L_Last(long groupId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and layoutUuid = ?.
static JournalArticle JournalArticleUtil.findByG_L_Last(long groupId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and layoutUuid = ?.
 JournalArticle[] JournalArticlePersistence.findByG_L_PrevAndNext(long id, long groupId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and layoutUuid = ?.
static JournalArticle[] JournalArticleUtil.findByG_L_PrevAndNext(long id, long groupId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and layoutUuid = ?.
 JournalArticle JournalArticlePersistence.findByG_ST_First(long groupId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and status = ?.
static JournalArticle JournalArticleUtil.findByG_ST_First(long groupId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByG_ST_Last(long groupId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and status = ?.
static JournalArticle JournalArticleUtil.findByG_ST_Last(long groupId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and status = ?.
 JournalArticle[] JournalArticlePersistence.findByG_ST_PrevAndNext(long id, long groupId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and status = ?.
static JournalArticle[] JournalArticleUtil.findByG_ST_PrevAndNext(long id, long groupId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByG_U_C_First(long groupId, long userId, long classNameId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.
static JournalArticle JournalArticleUtil.findByG_U_C_First(long groupId, long userId, long classNameId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.
 JournalArticle JournalArticlePersistence.findByG_U_C_Last(long groupId, long userId, long classNameId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.
static JournalArticle JournalArticleUtil.findByG_U_C_Last(long groupId, long userId, long classNameId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.
 JournalArticle[] JournalArticlePersistence.findByG_U_C_PrevAndNext(long id, long groupId, long userId, long classNameId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.
static JournalArticle[] JournalArticleUtil.findByG_U_C_PrevAndNext(long id, long groupId, long userId, long classNameId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.
 JournalArticle JournalArticlePersistence.findByG_U_First(long groupId, long userId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and userId = ?.
static JournalArticle JournalArticleUtil.findByG_U_First(long groupId, long userId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and userId = ?.
 JournalArticle JournalArticlePersistence.findByG_U_Last(long groupId, long userId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and userId = ?.
static JournalArticle JournalArticleUtil.findByG_U_Last(long groupId, long userId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and userId = ?.
 JournalArticle[] JournalArticlePersistence.findByG_U_PrevAndNext(long id, long groupId, long userId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and userId = ?.
static JournalArticle[] JournalArticleUtil.findByG_U_PrevAndNext(long id, long groupId, long userId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and userId = ?.
 JournalArticle JournalArticlePersistence.findByG_UT_First(long groupId, String urlTitle, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and urlTitle = ?.
static JournalArticle JournalArticleUtil.findByG_UT_First(long groupId, String urlTitle, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and urlTitle = ?.
 JournalArticle JournalArticlePersistence.findByG_UT_Last(long groupId, String urlTitle, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and urlTitle = ?.
static JournalArticle JournalArticleUtil.findByG_UT_Last(long groupId, String urlTitle, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and urlTitle = ?.
 JournalArticle[] JournalArticlePersistence.findByG_UT_PrevAndNext(long id, long groupId, String urlTitle, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and urlTitle = ?.
static JournalArticle[] JournalArticleUtil.findByG_UT_PrevAndNext(long id, long groupId, String urlTitle, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and urlTitle = ?.
 JournalArticle JournalArticlePersistence.findByG_UT_ST_First(long groupId, String urlTitle, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
static JournalArticle JournalArticleUtil.findByG_UT_ST_First(long groupId, String urlTitle, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByG_UT_ST_Last(long groupId, String urlTitle, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
static JournalArticle JournalArticleUtil.findByG_UT_ST_Last(long groupId, String urlTitle, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
 JournalArticle[] JournalArticlePersistence.findByG_UT_ST_PrevAndNext(long id, long groupId, String urlTitle, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
static JournalArticle[] JournalArticleUtil.findByG_UT_ST_PrevAndNext(long id, long groupId, String urlTitle, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByGroupId_First(long groupId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ?.
static JournalArticle JournalArticleUtil.findByGroupId_First(long groupId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ?.
 JournalArticle JournalArticlePersistence.findByGroupId_Last(long groupId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ?.
static JournalArticle JournalArticleUtil.findByGroupId_Last(long groupId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ?.
 JournalArticle[] JournalArticlePersistence.findByGroupId_PrevAndNext(long id, long groupId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ?.
static JournalArticle[] JournalArticleUtil.findByGroupId_PrevAndNext(long id, long groupId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ?.
 JournalArticle JournalArticlePersistence.findByLayoutUuid_First(String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where layoutUuid = ?.
static JournalArticle JournalArticleUtil.findByLayoutUuid_First(String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where layoutUuid = ?.
 JournalArticle JournalArticlePersistence.findByLayoutUuid_Last(String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where layoutUuid = ?.
static JournalArticle JournalArticleUtil.findByLayoutUuid_Last(String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where layoutUuid = ?.
 JournalArticle[] JournalArticlePersistence.findByLayoutUuid_PrevAndNext(long id, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where layoutUuid = ?.
static JournalArticle[] JournalArticleUtil.findByLayoutUuid_PrevAndNext(long id, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where layoutUuid = ?.
 JournalArticle JournalArticlePersistence.findByLtD_S_First(Date displayDate, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where displayDate < ? and status = ?.
static JournalArticle JournalArticleUtil.findByLtD_S_First(Date displayDate, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where displayDate < ? and status = ?.
 JournalArticle JournalArticlePersistence.findByLtD_S_Last(Date displayDate, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where displayDate < ? and status = ?.
static JournalArticle JournalArticleUtil.findByLtD_S_Last(Date displayDate, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where displayDate < ? and status = ?.
 JournalArticle[] JournalArticlePersistence.findByLtD_S_PrevAndNext(long id, Date displayDate, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where displayDate < ? and status = ?.
static JournalArticle[] JournalArticleUtil.findByLtD_S_PrevAndNext(long id, Date displayDate, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where displayDate < ? and status = ?.
 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 JournalArticleUtil.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)
           
 JournalArticle JournalArticleFinder.findByR_D(long resourcePrimKey, Date displayDate)
           
 JournalArticle JournalArticlePersistence.findByR_I_First(long resourcePrimKey, boolean indexable, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ?.
static JournalArticle JournalArticleUtil.findByR_I_First(long resourcePrimKey, boolean indexable, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ?.
 JournalArticle JournalArticlePersistence.findByR_I_Last(long resourcePrimKey, boolean indexable, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ?.
static JournalArticle JournalArticleUtil.findByR_I_Last(long resourcePrimKey, boolean indexable, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ?.
 JournalArticle[] JournalArticlePersistence.findByR_I_PrevAndNext(long id, long resourcePrimKey, boolean indexable, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and indexable = ?.
static JournalArticle[] JournalArticleUtil.findByR_I_PrevAndNext(long id, long resourcePrimKey, boolean indexable, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and indexable = ?.
 JournalArticle JournalArticlePersistence.findByR_I_S_First(long resourcePrimKey, boolean indexable, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.
static JournalArticle JournalArticleUtil.findByR_I_S_First(long resourcePrimKey, boolean indexable, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByR_I_S_Last(long resourcePrimKey, boolean indexable, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.
static JournalArticle JournalArticleUtil.findByR_I_S_Last(long resourcePrimKey, boolean indexable, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.
 JournalArticle[] JournalArticlePersistence.findByR_I_S_PrevAndNext(long id, long resourcePrimKey, boolean indexable, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.
static JournalArticle[] JournalArticleUtil.findByR_I_S_PrevAndNext(long id, long resourcePrimKey, boolean indexable, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByR_ST_First(long resourcePrimKey, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and status = ?.
static JournalArticle JournalArticleUtil.findByR_ST_First(long resourcePrimKey, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByR_ST_Last(long resourcePrimKey, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and status = ?.
static JournalArticle JournalArticleUtil.findByR_ST_Last(long resourcePrimKey, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and status = ?.
 JournalArticle[] JournalArticlePersistence.findByR_ST_PrevAndNext(long id, long resourcePrimKey, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and status = ?.
static JournalArticle[] JournalArticleUtil.findByR_ST_PrevAndNext(long id, long resourcePrimKey, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByResourcePrimKey_First(long resourcePrimKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ?.
static JournalArticle JournalArticleUtil.findByResourcePrimKey_First(long resourcePrimKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ?.
 JournalArticle JournalArticlePersistence.findByResourcePrimKey_Last(long resourcePrimKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ?.
static JournalArticle JournalArticleUtil.findByResourcePrimKey_Last(long resourcePrimKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ?.
 JournalArticle[] JournalArticlePersistence.findByResourcePrimKey_PrevAndNext(long id, long resourcePrimKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ?.
static JournalArticle[] JournalArticleUtil.findByResourcePrimKey_PrevAndNext(long id, long resourcePrimKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ?.
 JournalArticle JournalArticlePersistence.findBySmallImageId_First(long smallImageId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where smallImageId = ?.
static JournalArticle JournalArticleUtil.findBySmallImageId_First(long smallImageId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where smallImageId = ?.
 JournalArticle JournalArticlePersistence.findBySmallImageId_Last(long smallImageId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where smallImageId = ?.
static JournalArticle JournalArticleUtil.findBySmallImageId_Last(long smallImageId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where smallImageId = ?.
 JournalArticle[] JournalArticlePersistence.findBySmallImageId_PrevAndNext(long id, long smallImageId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where smallImageId = ?.
static JournalArticle[] JournalArticleUtil.findBySmallImageId_PrevAndNext(long id, long smallImageId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where smallImageId = ?.
 JournalArticle JournalArticlePersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where uuid = ? and companyId = ?.
static JournalArticle JournalArticleUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where uuid = ? and companyId = ?.
 JournalArticle JournalArticlePersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where uuid = ? and companyId = ?.
static JournalArticle JournalArticleUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where uuid = ? and companyId = ?.
 JournalArticle[] JournalArticlePersistence.findByUuid_C_PrevAndNext(long id, String uuid, long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where uuid = ? and companyId = ?.
static JournalArticle[] JournalArticleUtil.findByUuid_C_PrevAndNext(long id, String uuid, long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where uuid = ? and companyId = ?.
 JournalArticle JournalArticlePersistence.findByUuid_First(String uuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where uuid = ?.
static JournalArticle JournalArticleUtil.findByUuid_First(String uuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where uuid = ?.
 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_G(String uuid, long groupId)
          Returns the journal article where uuid = ? and groupId = ? or throws a NoSuchArticleException if it could not be found.
 JournalArticle JournalArticlePersistence.findByUuid_Last(String uuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where uuid = ?.
static JournalArticle JournalArticleUtil.findByUuid_Last(String uuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where uuid = ?.
 JournalArticle[] JournalArticlePersistence.findByUuid_PrevAndNext(long id, String uuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where uuid = ?.
static JournalArticle[] JournalArticleUtil.findByUuid_PrevAndNext(long id, String uuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where uuid = ?.
 JournalArticle JournalArticlePersistence.remove(long id)
          Removes the journal article with the primary key from the database.
static JournalArticle JournalArticleUtil.remove(long id)
          Removes the journal article with the primary key from the database.
 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_A_V(long groupId, String articleId, double version)
          Removes the journal article where groupId = ? and articleId = ? and version = ? from the database.
 JournalArticle JournalArticlePersistence.removeByG_C_DDMSK(long groupId, long classNameId, String DDMStructureKey)
          Removes the journal article where groupId = ? and classNameId = ? and DDMStructureKey = ? from the database.
static JournalArticle JournalArticleUtil.removeByG_C_DDMSK(long groupId, long classNameId, String DDMStructureKey)
          Removes the journal article where groupId = ? and classNameId = ? and DDMStructureKey = ? from the database.
 JournalArticle JournalArticlePersistence.removeByUUID_G(String uuid, long groupId)
          Removes the journal article where uuid = ? and groupId = ? from the database.
static JournalArticle JournalArticleUtil.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)
           
 JournalArticle JournalArticlePersistence.updateImpl(JournalArticle journalArticle)
           
static JournalArticle JournalArticleUtil.updateImpl(JournalArticle journalArticle)
           
 

Methods in com.liferay.portlet.journal.service.persistence that return types with arguments of type JournalArticle
 Map<Serializable,JournalArticle> JournalArticlePersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
static Map<Serializable,JournalArticle> JournalArticleUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
static List<JournalArticle> JournalArticleFinderUtil.filterFindByC_G_F_C_A_V_T_D_C_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String[] articleIds, Double version, String[] titles, String[] descriptions, String[] contents, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition<JournalArticle> queryDefinition)
           
 List<JournalArticle> JournalArticleFinder.filterFindByC_G_F_C_A_V_T_D_C_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String[] articleIds, Double version, String[] titles, String[] descriptions, String[] contents, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition<JournalArticle> queryDefinition)
           
static List<JournalArticle> JournalArticleFinderUtil.filterFindByC_G_F_C_A_V_T_D_C_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition<JournalArticle> queryDefinition)
           
 List<JournalArticle> JournalArticleFinder.filterFindByC_G_F_C_A_V_T_D_C_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition<JournalArticle> queryDefinition)
           
static List<JournalArticle> JournalArticleFinderUtil.filterFindByC_G_F_C_A_V_T_D_C_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition<JournalArticle> queryDefinition)
           
 List<JournalArticle> JournalArticleFinder.filterFindByC_G_F_C_A_V_T_D_C_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition<JournalArticle> queryDefinition)
           
 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)
          Returns all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status ≠ ?.
 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)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status ≠ ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_A_NotST(long groupId, String articleId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and articleId = ? and status ≠ ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_A_NotST(long groupId, String articleId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and articleId = ? and status ≠ ?.
 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 status)
          Returns all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = ?.
 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)
          Returns all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = any ?.
 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)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = any ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_A_ST(long groupId, String articleId, int[] statuses, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = any ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_A_ST(long groupId, String articleId, int[] statuses, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = any ?.
 List<JournalArticle> 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)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_A_ST(long groupId, String articleId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and articleId = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_A_ST(long groupId, String articleId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and articleId = ? and status = ?.
 List<JournalArticle> 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)
          Returns all the journal articles that the user has permission to view where groupId = ? and articleId = ?.
 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)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and articleId = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_A(long groupId, String articleId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and articleId = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_A(long groupId, String articleId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and articleId = ?.
 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)
          Returns all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.
 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)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_C_C(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and classPK = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_C_C(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and classPK = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_C_DDMTK(long groupId, long classNameId, String DDMTemplateKey)
          Returns all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_C_DDMTK(long groupId, long classNameId, String DDMTemplateKey)
          Returns all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_C_DDMTK(long groupId, long classNameId, String DDMTemplateKey, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_C_DDMTK(long groupId, long classNameId, String DDMTemplateKey, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_C_DDMTK(long groupId, long classNameId, String DDMTemplateKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_C_DDMTK(long groupId, long classNameId, String DDMTemplateKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
 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)
          Returns all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and layoutUuid = ?.
 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)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and layoutUuid = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_C_L(long groupId, long classNameId, String layoutUuid, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and layoutUuid = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_C_L(long groupId, long classNameId, String layoutUuid, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and layoutUuid = ?.
static List<JournalArticle> JournalArticleFinderUtil.filterFindByG_C_S(long groupId, long classNameId, String[] ddmStructureKeys, QueryDefinition<JournalArticle> queryDefinition)
           
 List<JournalArticle> JournalArticleFinder.filterFindByG_C_S(long groupId, long classNameId, String[] ddmStructureKeys, QueryDefinition<JournalArticle> queryDefinition)
           
static List<JournalArticle> JournalArticleFinderUtil.filterFindByG_C_S(long groupId, long classNameId, String ddmStructureKey, QueryDefinition<JournalArticle> queryDefinition)
           
 List<JournalArticle> JournalArticleFinder.filterFindByG_C_S(long groupId, long classNameId, String ddmStructureKey, QueryDefinition<JournalArticle> queryDefinition)
           
 List<JournalArticle> JournalArticlePersistence.filterFindByG_DDMSK(long groupId, String DDMStructureKey)
          Returns all the journal articles that the user has permission to view where groupId = ? and DDMStructureKey = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_DDMSK(long groupId, String DDMStructureKey)
          Returns all the journal articles that the user has permission to view where groupId = ? and DDMStructureKey = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_DDMSK(long groupId, String DDMStructureKey, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and DDMStructureKey = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_DDMSK(long groupId, String DDMStructureKey, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and DDMStructureKey = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_DDMSK(long groupId, String DDMStructureKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and DDMStructureKey = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_DDMSK(long groupId, String DDMStructureKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and DDMStructureKey = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_DDMTK(long groupId, String DDMTemplateKey)
          Returns all the journal articles that the user has permission to view where groupId = ? and DDMTemplateKey = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_DDMTK(long groupId, String DDMTemplateKey)
          Returns all the journal articles that the user has permission to view where groupId = ? and DDMTemplateKey = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_DDMTK(long groupId, String DDMTemplateKey, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and DDMTemplateKey = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_DDMTK(long groupId, String DDMTemplateKey, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and DDMTemplateKey = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_DDMTK(long groupId, String DDMTemplateKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and DDMTemplateKey = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_DDMTK(long groupId, String DDMTemplateKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and DDMTemplateKey = ?.
 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 status)
          Returns all the journal articles that the user has permission to view where groupId = ? and folderId = ? and status = ?.
 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)
          Returns all the journal articles that the user has permission to view where groupId = ? and folderId = ? and status = any ?.
 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)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and folderId = ? and status = any ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_F_ST(long groupId, long folderId, int[] statuses, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and folderId = ? and status = any ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_F_ST(long groupId, long folderId, int[] statuses, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and folderId = ? and status = any ?.
 List<JournalArticle> 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)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and folderId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_F_ST(long groupId, long folderId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and folderId = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_F_ST(long groupId, long folderId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and folderId = ? and status = ?.
static List<JournalArticle> JournalArticleFinderUtil.filterFindByG_F(long groupId, List<Long> folderIds, QueryDefinition<JournalArticle> queryDefinition)
           
 List<JournalArticle> JournalArticleFinder.filterFindByG_F(long groupId, List<Long> folderIds, QueryDefinition<JournalArticle> queryDefinition)
           
 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 folderId)
          Returns all the journal articles that the user has permission to view where groupId = ? and folderId = ?.
 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)
          Returns all the journal articles that the user has permission to view where groupId = ? and folderId = any ?.
 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)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and folderId = any ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and folderId = any ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and folderId = any ?.
 List<JournalArticle> 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)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and folderId = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_F(long groupId, long folderId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and folderId = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_F(long groupId, long folderId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and folderId = ?.
 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)
          Returns all the journal articles that the user has permission to view where groupId = ? and layoutUuid = ?.
 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)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and layoutUuid = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_L(long groupId, String layoutUuid, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and layoutUuid = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_L(long groupId, String layoutUuid, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and layoutUuid = ?.
 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)
          Returns all the journal articles that the user has permission to view where groupId = ? and status = ?.
 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)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_ST(long groupId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_ST(long groupId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and status = ?.
 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)
          Returns all the journal articles that the user has permission to view where groupId = ? and userId = ? and classNameId = ?.
 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)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and userId = ? and classNameId = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_U_C(long groupId, long userId, long classNameId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and userId = ? and classNameId = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_U_C(long groupId, long userId, long classNameId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and userId = ? and classNameId = ?.
static List<JournalArticle> JournalArticleFinderUtil.filterFindByG_U_F_C(long groupId, long userId, List<Long> folderIds, long classNameId, QueryDefinition<JournalArticle> queryDefinition)
           
 List<JournalArticle> JournalArticleFinder.filterFindByG_U_F_C(long groupId, long userId, List<Long> folderIds, long classNameId, QueryDefinition<JournalArticle> queryDefinition)
           
 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)
          Returns all the journal articles that the user has permission to view where groupId = ? and userId = ?.
 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)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and userId = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_U(long groupId, long userId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and userId = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_U(long groupId, long userId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and userId = ?.
 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)
          Returns all the journal articles that the user has permission to view where groupId = ? and urlTitle = ? and status = ?.
 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)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and urlTitle = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_UT_ST(long groupId, String urlTitle, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and urlTitle = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_UT_ST(long groupId, String urlTitle, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and urlTitle = ? and status = ?.
 List<JournalArticle> 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)
          Returns all the journal articles that the user has permission to view where groupId = ? and urlTitle = ?.
 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)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and urlTitle = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_UT(long groupId, String urlTitle, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and urlTitle = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_UT(long groupId, String urlTitle, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and urlTitle = ?.
 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)
          Returns all the journal articles that the user has permission to view where groupId = ?.
 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)
          Returns a range of all the journal articles that the user has permission to view where groupId = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ?.
static List<JournalArticle> JournalArticleFinderUtil.filterFindByKeywords(long companyId, long groupId, List<Long> folderIds, long classNameId, String keywords, Double version, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
           
 List<JournalArticle> JournalArticleFinder.filterFindByKeywords(long companyId, long groupId, List<Long> folderIds, long classNameId, String keywords, Double version, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
           
 List<JournalArticle> JournalArticlePersistence.findAll()
          Returns all the journal articles.
static List<JournalArticle> JournalArticleUtil.findAll()
          Returns all the journal articles.
 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)
          Returns a range of all the journal articles.
 List<JournalArticle> JournalArticlePersistence.findAll(int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles.
static List<JournalArticle> JournalArticleUtil.findAll(int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles.
 List<JournalArticle> JournalArticlePersistence.findByC_DDMTK(long classNameId, String DDMTemplateKey)
          Returns all the journal articles where classNameId = ? and DDMTemplateKey = ?.
static List<JournalArticle> JournalArticleUtil.findByC_DDMTK(long classNameId, String DDMTemplateKey)
          Returns all the journal articles where classNameId = ? and DDMTemplateKey = ?.
 List<JournalArticle> JournalArticlePersistence.findByC_DDMTK(long classNameId, String DDMTemplateKey, int start, int end)
          Returns a range of all the journal articles where classNameId = ? and DDMTemplateKey = ?.
static List<JournalArticle> JournalArticleUtil.findByC_DDMTK(long classNameId, String DDMTemplateKey, int start, int end)
          Returns a range of all the journal articles where classNameId = ? and DDMTemplateKey = ?.
 List<JournalArticle> JournalArticlePersistence.findByC_DDMTK(long classNameId, String DDMTemplateKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where classNameId = ? and DDMTemplateKey = ?.
static List<JournalArticle> JournalArticleUtil.findByC_DDMTK(long classNameId, String DDMTemplateKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where classNameId = ? and DDMTemplateKey = ?.
static List<JournalArticle> JournalArticleFinderUtil.findByC_G_F_C_A_V_T_D_C_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String[] articleIds, Double version, String[] titles, String[] descriptions, String[] contents, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition<JournalArticle> queryDefinition)
           
 List<JournalArticle> JournalArticleFinder.findByC_G_F_C_A_V_T_D_C_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String[] articleIds, Double version, String[] titles, String[] descriptions, String[] contents, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition<JournalArticle> queryDefinition)
           
static List<JournalArticle> JournalArticleFinderUtil.findByC_G_F_C_A_V_T_D_C_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition<JournalArticle> queryDefinition)
           
 List<JournalArticle> JournalArticleFinder.findByC_G_F_C_A_V_T_D_C_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition<JournalArticle> queryDefinition)
           
static List<JournalArticle> JournalArticleFinderUtil.findByC_G_F_C_A_V_T_D_C_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition<JournalArticle> queryDefinition)
           
 List<JournalArticle> JournalArticleFinder.findByC_G_F_C_A_V_T_D_C_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition<JournalArticle> queryDefinition)
           
 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)
          Returns all the journal articles where companyId = ? and status ≠ ?.
 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)
          Returns a range of all the journal articles where companyId = ? and status ≠ ?.
 List<JournalArticle> JournalArticlePersistence.findByC_NotST(long companyId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where companyId = ? and status ≠ ?.
static List<JournalArticle> JournalArticleUtil.findByC_NotST(long companyId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where companyId = ? and status ≠ ?.
 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)
          Returns all the journal articles where companyId = ? and status = ?.
 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)
          Returns a range of all the journal articles where companyId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.findByC_ST(long companyId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where companyId = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByC_ST(long companyId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where companyId = ? and status = ?.
 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)
          Returns all the journal articles where companyId = ? and version = ? and status = ?.
 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)
          Returns a range of all the journal articles where companyId = ? and version = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.findByC_V_ST(long companyId, double version, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where companyId = ? and version = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByC_V_ST(long companyId, double version, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where companyId = ? and version = ? and status = ?.
 List<JournalArticle> 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)
          Returns all the journal articles where companyId = ? and version = ?.
 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)
          Returns a range of all the journal articles where companyId = ? and version = ?.
 List<JournalArticle> JournalArticlePersistence.findByC_V(long companyId, double version, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where companyId = ? and version = ?.
static List<JournalArticle> JournalArticleUtil.findByC_V(long companyId, double version, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where companyId = ? and version = ?.
 List<JournalArticle> JournalArticlePersistence.findByCompanyId(long companyId)
          Returns all the journal articles where companyId = ?.
static List<JournalArticle> JournalArticleUtil.findByCompanyId(long companyId)
          Returns all the journal articles where companyId = ?.
 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)
          Returns a range of all the journal articles where companyId = ?.
 List<JournalArticle> JournalArticlePersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where companyId = ?.
static List<JournalArticle> JournalArticleUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where companyId = ?.
 List<JournalArticle> JournalArticlePersistence.findByDDMStructureKey(String DDMStructureKey)
          Returns all the journal articles where DDMStructureKey = ?.
static List<JournalArticle> JournalArticleUtil.findByDDMStructureKey(String DDMStructureKey)
          Returns all the journal articles where DDMStructureKey = ?.
 List<JournalArticle> JournalArticlePersistence.findByDDMStructureKey(String[] DDMStructureKeies)
          Returns all the journal articles where DDMStructureKey = any ?.
static List<JournalArticle> JournalArticleUtil.findByDDMStructureKey(String[] DDMStructureKeies)
          Returns all the journal articles where DDMStructureKey = any ?.
 List<JournalArticle> JournalArticlePersistence.findByDDMStructureKey(String[] DDMStructureKeies, int start, int end)
          Returns a range of all the journal articles where DDMStructureKey = any ?.
static List<JournalArticle> JournalArticleUtil.findByDDMStructureKey(String[] DDMStructureKeies, int start, int end)
          Returns a range of all the journal articles where DDMStructureKey = any ?.
 List<JournalArticle> JournalArticlePersistence.findByDDMStructureKey(String[] DDMStructureKeies, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where DDMStructureKey = any ?.
static List<JournalArticle> JournalArticleUtil.findByDDMStructureKey(String[] DDMStructureKeies, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where DDMStructureKey = any ?.
 List<JournalArticle> JournalArticlePersistence.findByDDMStructureKey(String DDMStructureKey, int start, int end)
          Returns a range of all the journal articles where DDMStructureKey = ?.
static List<JournalArticle> JournalArticleUtil.findByDDMStructureKey(String DDMStructureKey, int start, int end)
          Returns a range of all the journal articles where DDMStructureKey = ?.
 List<JournalArticle> JournalArticlePersistence.findByDDMStructureKey(String DDMStructureKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where DDMStructureKey = ?.
static List<JournalArticle> JournalArticleUtil.findByDDMStructureKey(String DDMStructureKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where DDMStructureKey = ?.
 List<JournalArticle> JournalArticlePersistence.findByDDMTemplateKey(String DDMTemplateKey)
          Returns all the journal articles where DDMTemplateKey = ?.
static List<JournalArticle> JournalArticleUtil.findByDDMTemplateKey(String DDMTemplateKey)
          Returns all the journal articles where DDMTemplateKey = ?.
 List<JournalArticle> JournalArticlePersistence.findByDDMTemplateKey(String DDMTemplateKey, int start, int end)
          Returns a range of all the journal articles where DDMTemplateKey = ?.
static List<JournalArticle> JournalArticleUtil.findByDDMTemplateKey(String DDMTemplateKey, int start, int end)
          Returns a range of all the journal articles where DDMTemplateKey = ?.
 List<JournalArticle> JournalArticlePersistence.findByDDMTemplateKey(String DDMTemplateKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where DDMTemplateKey = ?.
static List<JournalArticle> JournalArticleUtil.findByDDMTemplateKey(String DDMTemplateKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where DDMTemplateKey = ?.
static List<JournalArticle> JournalArticleFinderUtil.findByExpirationDate(long classNameId, Date expirationDateLT, QueryDefinition<JournalArticle> queryDefinition)
           
 List<JournalArticle> JournalArticleFinder.findByExpirationDate(long classNameId, Date expirationDateLT, QueryDefinition<JournalArticle> queryDefinition)
           
 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)
          Returns all the journal articles where groupId = ? and articleId = ? and status ≠ ?.
 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)
          Returns a range of all the journal articles where groupId = ? and articleId = ? and status ≠ ?.
 List<JournalArticle> JournalArticlePersistence.findByG_A_NotST(long groupId, String articleId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status ≠ ?.
static List<JournalArticle> JournalArticleUtil.findByG_A_NotST(long groupId, String articleId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status ≠ ?.
 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 status)
          Returns all the journal articles where groupId = ? and articleId = ? and status = ?.
 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)
          Returns all the journal articles where groupId = ? and articleId = ? and status = any ?.
 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)
          Returns a range of all the journal articles where groupId = ? and articleId = ? and status = any ?.
 List<JournalArticle> JournalArticlePersistence.findByG_A_ST(long groupId, String articleId, int[] statuses, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status = any ?.
static List<JournalArticle> JournalArticleUtil.findByG_A_ST(long groupId, String articleId, int[] statuses, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status = any ?.
 List<JournalArticle> 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)
          Returns a range of all the journal articles where groupId = ? and articleId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_A_ST(long groupId, String articleId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByG_A_ST(long groupId, String articleId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status = ?.
 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)
          Returns all the journal articles where groupId = ? and articleId = ?.
 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)
          Returns a range of all the journal articles where groupId = ? and articleId = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_A(long groupId, String articleId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and articleId = ?.
static List<JournalArticle> JournalArticleUtil.findByG_A(long groupId, String articleId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and articleId = ?.
 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)
          Returns all the journal articles where groupId = ? and classNameId = ? and classPK = ?.
 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)
          Returns a range of all the journal articles where groupId = ? and classNameId = ? and classPK = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_C_C(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and classPK = ?.
static List<JournalArticle> JournalArticleUtil.findByG_C_C(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and classPK = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_C_DDMTK(long groupId, long classNameId, String DDMTemplateKey)
          Returns all the journal articles where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
static List<JournalArticle> JournalArticleUtil.findByG_C_DDMTK(long groupId, long classNameId, String DDMTemplateKey)
          Returns all the journal articles where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_C_DDMTK(long groupId, long classNameId, String DDMTemplateKey, int start, int end)
          Returns a range of all the journal articles where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
static List<JournalArticle> JournalArticleUtil.findByG_C_DDMTK(long groupId, long classNameId, String DDMTemplateKey, int start, int end)
          Returns a range of all the journal articles where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_C_DDMTK(long groupId, long classNameId, String DDMTemplateKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
static List<JournalArticle> JournalArticleUtil.findByG_C_DDMTK(long groupId, long classNameId, String DDMTemplateKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
 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)
          Returns all the journal articles where groupId = ? and classNameId = ? and layoutUuid = ?.
 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)
          Returns a range of all the journal articles where groupId = ? and classNameId = ? and layoutUuid = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_C_L(long groupId, long classNameId, String layoutUuid, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and layoutUuid = ?.
static List<JournalArticle> JournalArticleUtil.findByG_C_L(long groupId, long classNameId, String layoutUuid, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and layoutUuid = ?.
static List<JournalArticle> JournalArticleFinderUtil.findByG_C_S(long groupId, long classNameId, String[] ddmStructureKeys, QueryDefinition<JournalArticle> queryDefinition)
           
 List<JournalArticle> JournalArticleFinder.findByG_C_S(long groupId, long classNameId, String[] ddmStructureKeys, QueryDefinition<JournalArticle> queryDefinition)
           
static List<JournalArticle> JournalArticleFinderUtil.findByG_C_S(long groupId, long classNameId, String ddmStructureKey, QueryDefinition<JournalArticle> queryDefinition)
           
 List<JournalArticle> JournalArticleFinder.findByG_C_S(long groupId, long classNameId, String ddmStructureKey, QueryDefinition<JournalArticle> queryDefinition)
           
 List<JournalArticle> JournalArticlePersistence.findByG_DDMSK(long groupId, String DDMStructureKey)
          Returns all the journal articles where groupId = ? and DDMStructureKey = ?.
static List<JournalArticle> JournalArticleUtil.findByG_DDMSK(long groupId, String DDMStructureKey)
          Returns all the journal articles where groupId = ? and DDMStructureKey = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_DDMSK(long groupId, String DDMStructureKey, int start, int end)
          Returns a range of all the journal articles where groupId = ? and DDMStructureKey = ?.
static List<JournalArticle> JournalArticleUtil.findByG_DDMSK(long groupId, String DDMStructureKey, int start, int end)
          Returns a range of all the journal articles where groupId = ? and DDMStructureKey = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_DDMSK(long groupId, String DDMStructureKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and DDMStructureKey = ?.
static List<JournalArticle> JournalArticleUtil.findByG_DDMSK(long groupId, String DDMStructureKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and DDMStructureKey = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_DDMTK(long groupId, String DDMTemplateKey)
          Returns all the journal articles where groupId = ? and DDMTemplateKey = ?.
static List<JournalArticle> JournalArticleUtil.findByG_DDMTK(long groupId, String DDMTemplateKey)
          Returns all the journal articles where groupId = ? and DDMTemplateKey = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_DDMTK(long groupId, String DDMTemplateKey, int start, int end)
          Returns a range of all the journal articles where groupId = ? and DDMTemplateKey = ?.
static List<JournalArticle> JournalArticleUtil.findByG_DDMTK(long groupId, String DDMTemplateKey, int start, int end)
          Returns a range of all the journal articles where groupId = ? and DDMTemplateKey = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_DDMTK(long groupId, String DDMTemplateKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and DDMTemplateKey = ?.
static List<JournalArticle> JournalArticleUtil.findByG_DDMTK(long groupId, String DDMTemplateKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and DDMTemplateKey = ?.
 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 status)
          Returns all the journal articles where groupId = ? and folderId = ? and status = ?.
 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)
          Returns all the journal articles where groupId = ? and folderId = ? and status = any ?.
 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)
          Returns a range of all the journal articles where groupId = ? and folderId = ? and status = any ?.
 List<JournalArticle> JournalArticlePersistence.findByG_F_ST(long groupId, long folderId, int[] statuses, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and folderId = ? and status = any ?.
static List<JournalArticle> JournalArticleUtil.findByG_F_ST(long groupId, long folderId, int[] statuses, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and folderId = ? and status = any ?.
 List<JournalArticle> 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)
          Returns a range of all the journal articles where groupId = ? and folderId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_F_ST(long groupId, long folderId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and folderId = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByG_F_ST(long groupId, long folderId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and folderId = ? and status = ?.
static List<JournalArticle> JournalArticleFinderUtil.findByG_F(long groupId, List<Long> folderIds, QueryDefinition<JournalArticle> queryDefinition)
           
 List<JournalArticle> JournalArticleFinder.findByG_F(long groupId, List<Long> folderIds, QueryDefinition<JournalArticle> queryDefinition)
           
 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 folderId)
          Returns all the journal articles where groupId = ? and folderId = ?.
 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)
          Returns all the journal articles where groupId = ? and folderId = any ?.
 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)
          Returns a range of all the journal articles where groupId = ? and folderId = any ?.
 List<JournalArticle> JournalArticlePersistence.findByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and folderId = any ?.
static List<JournalArticle> JournalArticleUtil.findByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and folderId = any ?.
 List<JournalArticle> 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)
          Returns a range of all the journal articles where groupId = ? and folderId = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_F(long groupId, long folderId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and folderId = ?.
static List<JournalArticle> JournalArticleUtil.findByG_F(long groupId, long folderId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and folderId = ?.
 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)
          Returns all the journal articles where groupId = ? and layoutUuid = ?.
 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)
          Returns a range of all the journal articles where groupId = ? and layoutUuid = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_L(long groupId, String layoutUuid, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and layoutUuid = ?.
static List<JournalArticle> JournalArticleUtil.findByG_L(long groupId, String layoutUuid, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and layoutUuid = ?.
 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)
          Returns all the journal articles where groupId = ? and status = ?.
 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)
          Returns a range of all the journal articles where groupId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_ST(long groupId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByG_ST(long groupId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and status = ?.
 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)
          Returns all the journal articles where groupId = ? and userId = ? and classNameId = ?.
 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)
          Returns a range of all the journal articles where groupId = ? and userId = ? and classNameId = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_U_C(long groupId, long userId, long classNameId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and userId = ? and classNameId = ?.
static List<JournalArticle> JournalArticleUtil.findByG_U_C(long groupId, long userId, long classNameId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and userId = ? and classNameId = ?.
static List<JournalArticle> JournalArticleFinderUtil.findByG_U_F_C(long groupId, long userId, List<Long> folderIds, long classNameId, QueryDefinition<JournalArticle> queryDefinition)
           
 List<JournalArticle> JournalArticleFinder.findByG_U_F_C(long groupId, long userId, List<Long> folderIds, long classNameId, QueryDefinition<JournalArticle> queryDefinition)
           
 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)
          Returns all the journal articles where groupId = ? and userId = ?.
 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)
          Returns a range of all the journal articles where groupId = ? and userId = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_U(long groupId, long userId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and userId = ?.
static List<JournalArticle> JournalArticleUtil.findByG_U(long groupId, long userId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and userId = ?.
 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)
          Returns all the journal articles where groupId = ? and urlTitle = ? and status = ?.
 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)
          Returns a range of all the journal articles where groupId = ? and urlTitle = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_UT_ST(long groupId, String urlTitle, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and urlTitle = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByG_UT_ST(long groupId, String urlTitle, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and urlTitle = ? and status = ?.
 List<JournalArticle> 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)
          Returns all the journal articles where groupId = ? and urlTitle = ?.
 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)
          Returns a range of all the journal articles where groupId = ? and urlTitle = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_UT(long groupId, String urlTitle, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and urlTitle = ?.
static List<JournalArticle> JournalArticleUtil.findByG_UT(long groupId, String urlTitle, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and urlTitle = ?.
 List<JournalArticle> JournalArticlePersistence.findByGroupId(long groupId)
          Returns all the journal articles where groupId = ?.
static List<JournalArticle> JournalArticleUtil.findByGroupId(long groupId)
          Returns all the journal articles where groupId = ?.
 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)
          Returns a range of all the journal articles where groupId = ?.
 List<JournalArticle> JournalArticlePersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ?.
static List<JournalArticle> JournalArticleUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<JournalArticle> 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 ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
           
 List<JournalArticle> JournalArticleFinder.findByKeywords(long companyId, long groupId, List<Long> folderIds, long classNameId, String keywords, Double version, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
           
 List<JournalArticle> JournalArticlePersistence.findByLayoutUuid(String layoutUuid)
          Returns all the journal articles where layoutUuid = ?.
static List<JournalArticle> JournalArticleUtil.findByLayoutUuid(String layoutUuid)
          Returns all the journal articles where layoutUuid = ?.
 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)
          Returns a range of all the journal articles where layoutUuid = ?.
 List<JournalArticle> JournalArticlePersistence.findByLayoutUuid(String layoutUuid, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where layoutUuid = ?.
static List<JournalArticle> JournalArticleUtil.findByLayoutUuid(String layoutUuid, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where layoutUuid = ?.
 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)
          Returns all the journal articles where displayDate < ? and status = ?.
 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)
          Returns a range of all the journal articles where displayDate < ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.findByLtD_S(Date displayDate, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where displayDate < ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByLtD_S(Date displayDate, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where displayDate < ? and status = ?.
static List<JournalArticle> JournalArticleFinderUtil.findByNoAssets()
           
 List<JournalArticle> JournalArticleFinder.findByNoAssets()
           
static List<JournalArticle> JournalArticleFinderUtil.findByNoPermissions()
           
 List<JournalArticle> JournalArticleFinder.findByNoPermissions()
           
 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 status)
          Returns all the journal articles where resourcePrimKey = ? and indexable = ? and status = ?.
 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)
          Returns all the journal articles where resourcePrimKey = ? and indexable = ? and status = any ?.
 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)
          Returns a range of all the journal articles where resourcePrimKey = ? and indexable = ? and status = any ?.
 List<JournalArticle> JournalArticlePersistence.findByR_I_S(long resourcePrimKey, boolean indexable, int[] statuses, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ? and indexable = ? and status = any ?.
static List<JournalArticle> JournalArticleUtil.findByR_I_S(long resourcePrimKey, boolean indexable, int[] statuses, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ? and indexable = ? and status = any ?.
 List<JournalArticle> 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)
          Returns a range of all the journal articles where resourcePrimKey = ? and indexable = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.findByR_I_S(long resourcePrimKey, boolean indexable, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ? and indexable = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByR_I_S(long resourcePrimKey, boolean indexable, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ? and indexable = ? and status = ?.
 List<JournalArticle> 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)
          Returns all the journal articles where resourcePrimKey = ? and indexable = ?.
 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)
          Returns a range of all the journal articles where resourcePrimKey = ? and indexable = ?.
 List<JournalArticle> JournalArticlePersistence.findByR_I(long resourcePrimKey, boolean indexable, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ? and indexable = ?.
static List<JournalArticle> JournalArticleUtil.findByR_I(long resourcePrimKey, boolean indexable, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ? and indexable = ?.
 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 status)
          Returns all the journal articles where resourcePrimKey = ? and status = ?.
 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)
          Returns all the journal articles where resourcePrimKey = ? and status = any ?.
 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)
          Returns a range of all the journal articles where resourcePrimKey = ? and status = any ?.
 List<JournalArticle> JournalArticlePersistence.findByR_ST(long resourcePrimKey, int[] statuses, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ? and status = any ?.
static List<JournalArticle> JournalArticleUtil.findByR_ST(long resourcePrimKey, int[] statuses, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ? and status = any ?.
 List<JournalArticle> 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)
          Returns a range of all the journal articles where resourcePrimKey = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.findByR_ST(long resourcePrimKey, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByR_ST(long resourcePrimKey, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.findByResourcePrimKey(long resourcePrimKey)
          Returns all the journal articles where resourcePrimKey = ?.
static List<JournalArticle> JournalArticleUtil.findByResourcePrimKey(long resourcePrimKey)
          Returns all the journal articles where resourcePrimKey = ?.
 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)
          Returns a range of all the journal articles where resourcePrimKey = ?.
 List<JournalArticle> JournalArticlePersistence.findByResourcePrimKey(long resourcePrimKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ?.
static List<JournalArticle> JournalArticleUtil.findByResourcePrimKey(long resourcePrimKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ?.
static List<JournalArticle> JournalArticleFinderUtil.findByReviewDate(long classNameId, Date reviewDateLT, Date reviewDateGT)
           
 List<JournalArticle> JournalArticleFinder.findByReviewDate(long classNameId, Date reviewDateLT, Date reviewDateGT)
           
 List<JournalArticle> JournalArticlePersistence.findBySmallImageId(long smallImageId)
          Returns all the journal articles where smallImageId = ?.
static List<JournalArticle> JournalArticleUtil.findBySmallImageId(long smallImageId)
          Returns all the journal articles where smallImageId = ?.
 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)
          Returns a range of all the journal articles where smallImageId = ?.
 List<JournalArticle> JournalArticlePersistence.findBySmallImageId(long smallImageId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where smallImageId = ?.
static List<JournalArticle> JournalArticleUtil.findBySmallImageId(long smallImageId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where smallImageId = ?.
 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)
          Returns all the journal articles where uuid = ? and companyId = ?.
 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)
          Returns a range of all the journal articles where uuid = ? and companyId = ?.
 List<JournalArticle> JournalArticlePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where uuid = ? and companyId = ?.
static List<JournalArticle> JournalArticleUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where uuid = ? and companyId = ?.
 List<JournalArticle> JournalArticlePersistence.findByUuid(String uuid)
          Returns all the journal articles where uuid = ?.
static List<JournalArticle> JournalArticleUtil.findByUuid(String uuid)
          Returns all the journal articles where uuid = ?.
 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)
          Returns a range of all the journal articles where uuid = ?.
 List<JournalArticle> JournalArticlePersistence.findByUuid(String uuid, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where uuid = ?.
static List<JournalArticle> JournalArticleUtil.findByUuid(String uuid, int start, int end, OrderByComparator<JournalArticle> 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<JournalArticle> orderByComparator)
           
 

Methods in com.liferay.portlet.journal.service.persistence with parameters of type JournalArticle
 void JournalArticlePersistence.cacheResult(JournalArticle journalArticle)
          Caches the journal article in the entity cache if it is enabled.
static void JournalArticleUtil.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)
           
 JournalArticle JournalArticlePersistence.updateImpl(JournalArticle journalArticle)
           
static JournalArticle JournalArticleUtil.updateImpl(JournalArticle journalArticle)
           
 

Method parameters in com.liferay.portlet.journal.service.persistence with type arguments of type JournalArticle
 void JournalArticlePersistence.cacheResult(List<JournalArticle> journalArticles)
          Caches the journal articles in the entity cache if it is enabled.
static void JournalArticleUtil.cacheResult(List<JournalArticle> journalArticles)
          Caches the journal articles in the entity cache if it is enabled.
static int JournalArticleFinderUtil.countByC_G_F_C_A_V_T_D_C_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String[] articleIds, Double version, String[] titles, String[] descriptions, String[] contents, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition<JournalArticle> queryDefinition)
           
 int JournalArticleFinder.countByC_G_F_C_A_V_T_D_C_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String[] articleIds, Double version, String[] titles, String[] descriptions, String[] contents, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition<JournalArticle> queryDefinition)
           
static int JournalArticleFinderUtil.countByC_G_F_C_A_V_T_D_C_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition<JournalArticle> queryDefinition)
           
 int JournalArticleFinder.countByC_G_F_C_A_V_T_D_C_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition<JournalArticle> queryDefinition)
           
static int JournalArticleFinderUtil.countByC_G_F_C_A_V_T_D_C_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition<JournalArticle> queryDefinition)
           
 int JournalArticleFinder.countByC_G_F_C_A_V_T_D_C_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition<JournalArticle> queryDefinition)
           
static int JournalArticleFinderUtil.countByG_C_S(long groupId, long classNameId, String ddmStructureKey, QueryDefinition<JournalArticle> queryDefinition)
           
 int JournalArticleFinder.countByG_C_S(long groupId, long classNameId, String ddmStructureKey, QueryDefinition<JournalArticle> queryDefinition)
           
static int JournalArticleFinderUtil.countByG_F(long groupId, List<Long> folderIds, QueryDefinition<JournalArticle> queryDefinition)
           
 int JournalArticleFinder.countByG_F(long groupId, List<Long> folderIds, QueryDefinition<JournalArticle> queryDefinition)
           
static int JournalArticleFinderUtil.countByG_U_F_C(long groupId, long userId, List<Long> folderIds, long classNameId, QueryDefinition<JournalArticle> queryDefinition)
           
 int JournalArticleFinder.countByG_U_F_C(long groupId, long userId, List<Long> folderIds, long classNameId, QueryDefinition<JournalArticle> queryDefinition)
           
 JournalArticle JournalArticlePersistence.fetchByC_DDMTK_First(long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where classNameId = ? and DDMTemplateKey = ?.
static JournalArticle JournalArticleUtil.fetchByC_DDMTK_First(long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where classNameId = ? and DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistence.fetchByC_DDMTK_Last(long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where classNameId = ? and DDMTemplateKey = ?.
static JournalArticle JournalArticleUtil.fetchByC_DDMTK_Last(long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where classNameId = ? and DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistence.fetchByC_NotST_First(long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and status ≠ ?.
static JournalArticle JournalArticleUtil.fetchByC_NotST_First(long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and status ≠ ?.
 JournalArticle JournalArticlePersistence.fetchByC_NotST_Last(long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and status ≠ ?.
static JournalArticle JournalArticleUtil.fetchByC_NotST_Last(long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and status ≠ ?.
 JournalArticle JournalArticlePersistence.fetchByC_ST_First(long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByC_ST_First(long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByC_ST_Last(long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByC_ST_Last(long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByC_V_First(long companyId, double version, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and version = ?.
static JournalArticle JournalArticleUtil.fetchByC_V_First(long companyId, double version, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and version = ?.
 JournalArticle JournalArticlePersistence.fetchByC_V_Last(long companyId, double version, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and version = ?.
static JournalArticle JournalArticleUtil.fetchByC_V_Last(long companyId, double version, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and version = ?.
 JournalArticle JournalArticlePersistence.fetchByC_V_ST_First(long companyId, double version, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and version = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByC_V_ST_First(long companyId, double version, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and version = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByC_V_ST_Last(long companyId, double version, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and version = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByC_V_ST_Last(long companyId, double version, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and version = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByCompanyId_First(long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ?.
static JournalArticle JournalArticleUtil.fetchByCompanyId_First(long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ?.
 JournalArticle JournalArticlePersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ?.
static JournalArticle JournalArticleUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ?.
 JournalArticle JournalArticlePersistence.fetchByDDMStructureKey_First(String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where DDMStructureKey = ?.
static JournalArticle JournalArticleUtil.fetchByDDMStructureKey_First(String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where DDMStructureKey = ?.
 JournalArticle JournalArticlePersistence.fetchByDDMStructureKey_Last(String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where DDMStructureKey = ?.
static JournalArticle JournalArticleUtil.fetchByDDMStructureKey_Last(String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where DDMStructureKey = ?.
 JournalArticle JournalArticlePersistence.fetchByDDMTemplateKey_First(String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where DDMTemplateKey = ?.
static JournalArticle JournalArticleUtil.fetchByDDMTemplateKey_First(String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistence.fetchByDDMTemplateKey_Last(String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where DDMTemplateKey = ?.
static JournalArticle JournalArticleUtil.fetchByDDMTemplateKey_Last(String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistence.fetchByG_A_First(long groupId, String articleId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ?.
static JournalArticle JournalArticleUtil.fetchByG_A_First(long groupId, String articleId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ?.
 JournalArticle JournalArticlePersistence.fetchByG_A_Last(long groupId, String articleId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ?.
static JournalArticle JournalArticleUtil.fetchByG_A_Last(long groupId, String articleId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ?.
 JournalArticle JournalArticlePersistence.fetchByG_A_NotST_First(long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.
static JournalArticle JournalArticleUtil.fetchByG_A_NotST_First(long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.
 JournalArticle JournalArticlePersistence.fetchByG_A_NotST_Last(long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.
static JournalArticle JournalArticleUtil.fetchByG_A_NotST_Last(long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.
 JournalArticle JournalArticlePersistence.fetchByG_A_ST_First(long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByG_A_ST_First(long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByG_A_ST_Last(long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByG_A_ST_Last(long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static JournalArticle JournalArticleUtil.fetchByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 JournalArticle JournalArticlePersistence.fetchByG_C_C_Last(long groupId, long classNameId, long classPK, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static JournalArticle JournalArticleUtil.fetchByG_C_C_Last(long groupId, long classNameId, long classPK, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 JournalArticle JournalArticlePersistence.fetchByG_C_DDMTK_First(long groupId, long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
static JournalArticle JournalArticleUtil.fetchByG_C_DDMTK_First(long groupId, long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistence.fetchByG_C_DDMTK_Last(long groupId, long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
static JournalArticle JournalArticleUtil.fetchByG_C_DDMTK_Last(long groupId, long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistence.fetchByG_C_L_First(long groupId, long classNameId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
static JournalArticle JournalArticleUtil.fetchByG_C_L_First(long groupId, long classNameId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
 JournalArticle JournalArticlePersistence.fetchByG_C_L_Last(long groupId, long classNameId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
static JournalArticle JournalArticleUtil.fetchByG_C_L_Last(long groupId, long classNameId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
 JournalArticle JournalArticlePersistence.fetchByG_DDMSK_First(long groupId, String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and DDMStructureKey = ?.
static JournalArticle JournalArticleUtil.fetchByG_DDMSK_First(long groupId, String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and DDMStructureKey = ?.
 JournalArticle JournalArticlePersistence.fetchByG_DDMSK_Last(long groupId, String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and DDMStructureKey = ?.
static JournalArticle JournalArticleUtil.fetchByG_DDMSK_Last(long groupId, String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and DDMStructureKey = ?.
 JournalArticle JournalArticlePersistence.fetchByG_DDMTK_First(long groupId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and DDMTemplateKey = ?.
static JournalArticle JournalArticleUtil.fetchByG_DDMTK_First(long groupId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistence.fetchByG_DDMTK_Last(long groupId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and DDMTemplateKey = ?.
static JournalArticle JournalArticleUtil.fetchByG_DDMTK_Last(long groupId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistence.fetchByG_F_First(long groupId, long folderId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and folderId = ?.
static JournalArticle JournalArticleUtil.fetchByG_F_First(long groupId, long folderId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and folderId = ?.
 JournalArticle JournalArticlePersistence.fetchByG_F_Last(long groupId, long folderId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and folderId = ?.
static JournalArticle JournalArticleUtil.fetchByG_F_Last(long groupId, long folderId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and folderId = ?.
 JournalArticle JournalArticlePersistence.fetchByG_F_ST_First(long groupId, long folderId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and folderId = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByG_F_ST_First(long groupId, long folderId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and folderId = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByG_F_ST_Last(long groupId, long folderId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and folderId = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByG_F_ST_Last(long groupId, long folderId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and folderId = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByG_L_First(long groupId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and layoutUuid = ?.
static JournalArticle JournalArticleUtil.fetchByG_L_First(long groupId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and layoutUuid = ?.
 JournalArticle JournalArticlePersistence.fetchByG_L_Last(long groupId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and layoutUuid = ?.
static JournalArticle JournalArticleUtil.fetchByG_L_Last(long groupId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and layoutUuid = ?.
 JournalArticle JournalArticlePersistence.fetchByG_ST_First(long groupId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByG_ST_First(long groupId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByG_ST_Last(long groupId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByG_ST_Last(long groupId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByG_U_C_First(long groupId, long userId, long classNameId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.
static JournalArticle JournalArticleUtil.fetchByG_U_C_First(long groupId, long userId, long classNameId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.
 JournalArticle JournalArticlePersistence.fetchByG_U_C_Last(long groupId, long userId, long classNameId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.
static JournalArticle JournalArticleUtil.fetchByG_U_C_Last(long groupId, long userId, long classNameId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.
 JournalArticle JournalArticlePersistence.fetchByG_U_First(long groupId, long userId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and userId = ?.
static JournalArticle JournalArticleUtil.fetchByG_U_First(long groupId, long userId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and userId = ?.
 JournalArticle JournalArticlePersistence.fetchByG_U_Last(long groupId, long userId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and userId = ?.
static JournalArticle JournalArticleUtil.fetchByG_U_Last(long groupId, long userId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and userId = ?.
 JournalArticle JournalArticlePersistence.fetchByG_UT_First(long groupId, String urlTitle, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and urlTitle = ?.
static JournalArticle JournalArticleUtil.fetchByG_UT_First(long groupId, String urlTitle, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and urlTitle = ?.
 JournalArticle JournalArticlePersistence.fetchByG_UT_Last(long groupId, String urlTitle, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and urlTitle = ?.
static JournalArticle JournalArticleUtil.fetchByG_UT_Last(long groupId, String urlTitle, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and urlTitle = ?.
 JournalArticle JournalArticlePersistence.fetchByG_UT_ST_First(long groupId, String urlTitle, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByG_UT_ST_First(long groupId, String urlTitle, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByG_UT_ST_Last(long groupId, String urlTitle, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByG_UT_ST_Last(long groupId, String urlTitle, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByGroupId_First(long groupId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ?.
static JournalArticle JournalArticleUtil.fetchByGroupId_First(long groupId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ?.
 JournalArticle JournalArticlePersistence.fetchByGroupId_Last(long groupId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ?.
static JournalArticle JournalArticleUtil.fetchByGroupId_Last(long groupId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ?.
 JournalArticle JournalArticlePersistence.fetchByLayoutUuid_First(String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where layoutUuid = ?.
static JournalArticle JournalArticleUtil.fetchByLayoutUuid_First(String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where layoutUuid = ?.
 JournalArticle JournalArticlePersistence.fetchByLayoutUuid_Last(String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where layoutUuid = ?.
static JournalArticle JournalArticleUtil.fetchByLayoutUuid_Last(String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where layoutUuid = ?.
 JournalArticle JournalArticlePersistence.fetchByLtD_S_First(Date displayDate, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where displayDate < ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByLtD_S_First(Date displayDate, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where displayDate < ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByLtD_S_Last(Date displayDate, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where displayDate < ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByLtD_S_Last(Date displayDate, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where displayDate < ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByR_I_First(long resourcePrimKey, boolean indexable, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ?.
static JournalArticle JournalArticleUtil.fetchByR_I_First(long resourcePrimKey, boolean indexable, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ?.
 JournalArticle JournalArticlePersistence.fetchByR_I_Last(long resourcePrimKey, boolean indexable, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ?.
static JournalArticle JournalArticleUtil.fetchByR_I_Last(long resourcePrimKey, boolean indexable, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ?.
 JournalArticle JournalArticlePersistence.fetchByR_I_S_First(long resourcePrimKey, boolean indexable, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByR_I_S_First(long resourcePrimKey, boolean indexable, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByR_I_S_Last(long resourcePrimKey, boolean indexable, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByR_I_S_Last(long resourcePrimKey, boolean indexable, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByR_ST_First(long resourcePrimKey, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByR_ST_First(long resourcePrimKey, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByR_ST_Last(long resourcePrimKey, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByR_ST_Last(long resourcePrimKey, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByResourcePrimKey_First(long resourcePrimKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ?.
static JournalArticle JournalArticleUtil.fetchByResourcePrimKey_First(long resourcePrimKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ?.
 JournalArticle JournalArticlePersistence.fetchByResourcePrimKey_Last(long resourcePrimKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ?.
static JournalArticle JournalArticleUtil.fetchByResourcePrimKey_Last(long resourcePrimKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ?.
 JournalArticle JournalArticlePersistence.fetchBySmallImageId_First(long smallImageId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where smallImageId = ?.
static JournalArticle JournalArticleUtil.fetchBySmallImageId_First(long smallImageId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where smallImageId = ?.
 JournalArticle JournalArticlePersistence.fetchBySmallImageId_Last(long smallImageId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where smallImageId = ?.
static JournalArticle JournalArticleUtil.fetchBySmallImageId_Last(long smallImageId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where smallImageId = ?.
 JournalArticle JournalArticlePersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where uuid = ? and companyId = ?.
static JournalArticle JournalArticleUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where uuid = ? and companyId = ?.
 JournalArticle JournalArticlePersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where uuid = ? and companyId = ?.
static JournalArticle JournalArticleUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where uuid = ? and companyId = ?.
 JournalArticle JournalArticlePersistence.fetchByUuid_First(String uuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where uuid = ?.
static JournalArticle JournalArticleUtil.fetchByUuid_First(String uuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where uuid = ?.
 JournalArticle JournalArticlePersistence.fetchByUuid_Last(String uuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where uuid = ?.
static JournalArticle JournalArticleUtil.fetchByUuid_Last(String uuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where uuid = ?.
static int JournalArticleFinderUtil.filterCountByC_G_F_C_A_V_T_D_C_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String[] articleIds, Double version, String[] titles, String[] descriptions, String[] contents, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition<JournalArticle> queryDefinition)
           
 int JournalArticleFinder.filterCountByC_G_F_C_A_V_T_D_C_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String[] articleIds, Double version, String[] titles, String[] descriptions, String[] contents, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition<JournalArticle> queryDefinition)
           
static int JournalArticleFinderUtil.filterCountByC_G_F_C_A_V_T_D_C_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition<JournalArticle> queryDefinition)
           
 int JournalArticleFinder.filterCountByC_G_F_C_A_V_T_D_C_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition<JournalArticle> queryDefinition)
           
static int JournalArticleFinderUtil.filterCountByC_G_F_C_A_V_T_D_C_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition<JournalArticle> queryDefinition)
           
 int JournalArticleFinder.filterCountByC_G_F_C_A_V_T_D_C_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition<JournalArticle> queryDefinition)
           
static int JournalArticleFinderUtil.filterCountByG_C_S(long groupId, long classNameId, String ddmStructureKey, QueryDefinition<JournalArticle> queryDefinition)
           
 int JournalArticleFinder.filterCountByG_C_S(long groupId, long classNameId, String ddmStructureKey, QueryDefinition<JournalArticle> queryDefinition)
           
static int JournalArticleFinderUtil.filterCountByG_F(long groupId, List<Long> folderIds, QueryDefinition<JournalArticle> queryDefinition)
           
 int JournalArticleFinder.filterCountByG_F(long groupId, List<Long> folderIds, QueryDefinition<JournalArticle> queryDefinition)
           
static int JournalArticleFinderUtil.filterCountByG_U_F_C(long groupId, long userId, List<Long> folderIds, long classNameId, QueryDefinition<JournalArticle> queryDefinition)
           
 int JournalArticleFinder.filterCountByG_U_F_C(long groupId, long userId, List<Long> folderIds, long classNameId, QueryDefinition<JournalArticle> queryDefinition)
           
static List<JournalArticle> JournalArticleFinderUtil.filterFindByC_G_F_C_A_V_T_D_C_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String[] articleIds, Double version, String[] titles, String[] descriptions, String[] contents, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition<JournalArticle> queryDefinition)
           
 List<JournalArticle> JournalArticleFinder.filterFindByC_G_F_C_A_V_T_D_C_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String[] articleIds, Double version, String[] titles, String[] descriptions, String[] contents, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition<JournalArticle> queryDefinition)
           
static List<JournalArticle> JournalArticleFinderUtil.filterFindByC_G_F_C_A_V_T_D_C_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition<JournalArticle> queryDefinition)
           
 List<JournalArticle> JournalArticleFinder.filterFindByC_G_F_C_A_V_T_D_C_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition<JournalArticle> queryDefinition)
           
static List<JournalArticle> JournalArticleFinderUtil.filterFindByC_G_F_C_A_V_T_D_C_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition<JournalArticle> queryDefinition)
           
 List<JournalArticle> JournalArticleFinder.filterFindByC_G_F_C_A_V_T_D_C_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition<JournalArticle> queryDefinition)
           
 JournalArticle[] JournalArticlePersistence.filterFindByG_A_NotST_PrevAndNext(long id, long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and articleId = ? and status ≠ ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_A_NotST_PrevAndNext(long id, long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and articleId = ? and status ≠ ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_A_NotST(long groupId, String articleId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and articleId = ? and status ≠ ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_A_NotST(long groupId, String articleId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and articleId = ? and status ≠ ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_A_PrevAndNext(long id, long groupId, String articleId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and articleId = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_A_PrevAndNext(long id, long groupId, String articleId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and articleId = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_A_ST_PrevAndNext(long id, long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and articleId = ? and status = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_A_ST_PrevAndNext(long id, long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and articleId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_A_ST(long groupId, String articleId, int[] statuses, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = any ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_A_ST(long groupId, String articleId, int[] statuses, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = any ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_A_ST(long groupId, String articleId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and articleId = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_A_ST(long groupId, String articleId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and articleId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_A(long groupId, String articleId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and articleId = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_A(long groupId, String articleId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and articleId = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_C_C_PrevAndNext(long id, long groupId, long classNameId, long classPK, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_C_C_PrevAndNext(long id, long groupId, long classNameId, long classPK, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_C_C(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and classPK = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_C_C(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and classPK = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_C_DDMTK_PrevAndNext(long id, long groupId, long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_C_DDMTK_PrevAndNext(long id, long groupId, long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_C_DDMTK(long groupId, long classNameId, String DDMTemplateKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_C_DDMTK(long groupId, long classNameId, String DDMTemplateKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_C_L_PrevAndNext(long id, long groupId, long classNameId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and layoutUuid = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_C_L_PrevAndNext(long id, long groupId, long classNameId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and layoutUuid = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_C_L(long groupId, long classNameId, String layoutUuid, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and layoutUuid = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_C_L(long groupId, long classNameId, String layoutUuid, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and layoutUuid = ?.
static List<JournalArticle> JournalArticleFinderUtil.filterFindByG_C_S(long groupId, long classNameId, String[] ddmStructureKeys, QueryDefinition<JournalArticle> queryDefinition)
           
 List<JournalArticle> JournalArticleFinder.filterFindByG_C_S(long groupId, long classNameId, String[] ddmStructureKeys, QueryDefinition<JournalArticle> queryDefinition)
           
static List<JournalArticle> JournalArticleFinderUtil.filterFindByG_C_S(long groupId, long classNameId, String ddmStructureKey, QueryDefinition<JournalArticle> queryDefinition)
           
 List<JournalArticle> JournalArticleFinder.filterFindByG_C_S(long groupId, long classNameId, String ddmStructureKey, QueryDefinition<JournalArticle> queryDefinition)
           
 JournalArticle[] JournalArticlePersistence.filterFindByG_DDMSK_PrevAndNext(long id, long groupId, String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and DDMStructureKey = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_DDMSK_PrevAndNext(long id, long groupId, String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and DDMStructureKey = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_DDMSK(long groupId, String DDMStructureKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and DDMStructureKey = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_DDMSK(long groupId, String DDMStructureKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and DDMStructureKey = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_DDMTK_PrevAndNext(long id, long groupId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and DDMTemplateKey = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_DDMTK_PrevAndNext(long id, long groupId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and DDMTemplateKey = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_DDMTK(long groupId, String DDMTemplateKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and DDMTemplateKey = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_DDMTK(long groupId, String DDMTemplateKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and DDMTemplateKey = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_F_PrevAndNext(long id, long groupId, long folderId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and folderId = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_F_PrevAndNext(long id, long groupId, long folderId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and folderId = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_F_ST_PrevAndNext(long id, long groupId, long folderId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and folderId = ? and status = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_F_ST_PrevAndNext(long id, long groupId, long folderId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and folderId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_F_ST(long groupId, long folderId, int[] statuses, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and folderId = ? and status = any ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_F_ST(long groupId, long folderId, int[] statuses, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and folderId = ? and status = any ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_F_ST(long groupId, long folderId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and folderId = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_F_ST(long groupId, long folderId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and folderId = ? and status = ?.
static List<JournalArticle> JournalArticleFinderUtil.filterFindByG_F(long groupId, List<Long> folderIds, QueryDefinition<JournalArticle> queryDefinition)
           
 List<JournalArticle> JournalArticleFinder.filterFindByG_F(long groupId, List<Long> folderIds, QueryDefinition<JournalArticle> queryDefinition)
           
 List<JournalArticle> JournalArticlePersistence.filterFindByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and folderId = any ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and folderId = any ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_F(long groupId, long folderId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and folderId = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_F(long groupId, long folderId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and folderId = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_L_PrevAndNext(long id, long groupId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and layoutUuid = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_L_PrevAndNext(long id, long groupId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and layoutUuid = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_L(long groupId, String layoutUuid, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and layoutUuid = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_L(long groupId, String layoutUuid, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and layoutUuid = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_ST_PrevAndNext(long id, long groupId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and status = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_ST_PrevAndNext(long id, long groupId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_ST(long groupId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_ST(long groupId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and status = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_U_C_PrevAndNext(long id, long groupId, long userId, long classNameId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and userId = ? and classNameId = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_U_C_PrevAndNext(long id, long groupId, long userId, long classNameId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and userId = ? and classNameId = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_U_C(long groupId, long userId, long classNameId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and userId = ? and classNameId = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_U_C(long groupId, long userId, long classNameId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and userId = ? and classNameId = ?.
static List<JournalArticle> JournalArticleFinderUtil.filterFindByG_U_F_C(long groupId, long userId, List<Long> folderIds, long classNameId, QueryDefinition<JournalArticle> queryDefinition)
           
 List<JournalArticle> JournalArticleFinder.filterFindByG_U_F_C(long groupId, long userId, List<Long> folderIds, long classNameId, QueryDefinition<JournalArticle> queryDefinition)
           
 JournalArticle[] JournalArticlePersistence.filterFindByG_U_PrevAndNext(long id, long groupId, long userId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and userId = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_U_PrevAndNext(long id, long groupId, long userId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and userId = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_U(long groupId, long userId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and userId = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_U(long groupId, long userId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and userId = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_UT_PrevAndNext(long id, long groupId, String urlTitle, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and urlTitle = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_UT_PrevAndNext(long id, long groupId, String urlTitle, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and urlTitle = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_UT_ST_PrevAndNext(long id, long groupId, String urlTitle, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and urlTitle = ? and status = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_UT_ST_PrevAndNext(long id, long groupId, String urlTitle, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and urlTitle = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_UT_ST(long groupId, String urlTitle, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and urlTitle = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_UT_ST(long groupId, String urlTitle, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and urlTitle = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_UT(long groupId, String urlTitle, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and urlTitle = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_UT(long groupId, String urlTitle, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and urlTitle = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByGroupId_PrevAndNext(long id, long groupId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ?.
static JournalArticle[] JournalArticleUtil.filterFindByGroupId_PrevAndNext(long id, long groupId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ?.
static List<JournalArticle> JournalArticleFinderUtil.filterFindByKeywords(long companyId, long groupId, List<Long> folderIds, long classNameId, String keywords, Double version, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
           
 List<JournalArticle> JournalArticleFinder.filterFindByKeywords(long companyId, long groupId, List<Long> folderIds, long classNameId, String keywords, Double version, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
           
 List<JournalArticle> JournalArticlePersistence.findAll(int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles.
static List<JournalArticle> JournalArticleUtil.findAll(int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles.
 JournalArticle JournalArticlePersistence.findByC_DDMTK_First(long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where classNameId = ? and DDMTemplateKey = ?.
static JournalArticle JournalArticleUtil.findByC_DDMTK_First(long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where classNameId = ? and DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistence.findByC_DDMTK_Last(long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where classNameId = ? and DDMTemplateKey = ?.
static JournalArticle JournalArticleUtil.findByC_DDMTK_Last(long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where classNameId = ? and DDMTemplateKey = ?.
 JournalArticle[] JournalArticlePersistence.findByC_DDMTK_PrevAndNext(long id, long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where classNameId = ? and DDMTemplateKey = ?.
static JournalArticle[] JournalArticleUtil.findByC_DDMTK_PrevAndNext(long id, long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where classNameId = ? and DDMTemplateKey = ?.
 List<JournalArticle> JournalArticlePersistence.findByC_DDMTK(long classNameId, String DDMTemplateKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where classNameId = ? and DDMTemplateKey = ?.
static List<JournalArticle> JournalArticleUtil.findByC_DDMTK(long classNameId, String DDMTemplateKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where classNameId = ? and DDMTemplateKey = ?.
static List<JournalArticle> JournalArticleFinderUtil.findByC_G_F_C_A_V_T_D_C_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String[] articleIds, Double version, String[] titles, String[] descriptions, String[] contents, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition<JournalArticle> queryDefinition)
           
 List<JournalArticle> JournalArticleFinder.findByC_G_F_C_A_V_T_D_C_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String[] articleIds, Double version, String[] titles, String[] descriptions, String[] contents, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition<JournalArticle> queryDefinition)
           
static List<JournalArticle> JournalArticleFinderUtil.findByC_G_F_C_A_V_T_D_C_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition<JournalArticle> queryDefinition)
           
 List<JournalArticle> JournalArticleFinder.findByC_G_F_C_A_V_T_D_C_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition<JournalArticle> queryDefinition)
           
static List<JournalArticle> JournalArticleFinderUtil.findByC_G_F_C_A_V_T_D_C_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition<JournalArticle> queryDefinition)
           
 List<JournalArticle> JournalArticleFinder.findByC_G_F_C_A_V_T_D_C_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition<JournalArticle> queryDefinition)
           
 JournalArticle JournalArticlePersistence.findByC_NotST_First(long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and status ≠ ?.
static JournalArticle JournalArticleUtil.findByC_NotST_First(long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and status ≠ ?.
 JournalArticle JournalArticlePersistence.findByC_NotST_Last(long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and status ≠ ?.
static JournalArticle JournalArticleUtil.findByC_NotST_Last(long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and status ≠ ?.
 JournalArticle[] JournalArticlePersistence.findByC_NotST_PrevAndNext(long id, long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and status ≠ ?.
static JournalArticle[] JournalArticleUtil.findByC_NotST_PrevAndNext(long id, long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and status ≠ ?.
 List<JournalArticle> JournalArticlePersistence.findByC_NotST(long companyId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where companyId = ? and status ≠ ?.
static List<JournalArticle> JournalArticleUtil.findByC_NotST(long companyId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where companyId = ? and status ≠ ?.
 JournalArticle JournalArticlePersistence.findByC_ST_First(long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and status = ?.
static JournalArticle JournalArticleUtil.findByC_ST_First(long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByC_ST_Last(long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and status = ?.
static JournalArticle JournalArticleUtil.findByC_ST_Last(long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and status = ?.
 JournalArticle[] JournalArticlePersistence.findByC_ST_PrevAndNext(long id, long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and status = ?.
static JournalArticle[] JournalArticleUtil.findByC_ST_PrevAndNext(long id, long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.findByC_ST(long companyId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where companyId = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByC_ST(long companyId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where companyId = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByC_V_First(long companyId, double version, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and version = ?.
static JournalArticle JournalArticleUtil.findByC_V_First(long companyId, double version, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and version = ?.
 JournalArticle JournalArticlePersistence.findByC_V_Last(long companyId, double version, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and version = ?.
static JournalArticle JournalArticleUtil.findByC_V_Last(long companyId, double version, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and version = ?.
 JournalArticle[] JournalArticlePersistence.findByC_V_PrevAndNext(long id, long companyId, double version, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and version = ?.
static JournalArticle[] JournalArticleUtil.findByC_V_PrevAndNext(long id, long companyId, double version, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and version = ?.
 JournalArticle JournalArticlePersistence.findByC_V_ST_First(long companyId, double version, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and version = ? and status = ?.
static JournalArticle JournalArticleUtil.findByC_V_ST_First(long companyId, double version, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and version = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByC_V_ST_Last(long companyId, double version, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and version = ? and status = ?.
static JournalArticle JournalArticleUtil.findByC_V_ST_Last(long companyId, double version, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and version = ? and status = ?.
 JournalArticle[] JournalArticlePersistence.findByC_V_ST_PrevAndNext(long id, long companyId, double version, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and version = ? and status = ?.
static JournalArticle[] JournalArticleUtil.findByC_V_ST_PrevAndNext(long id, long companyId, double version, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and version = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.findByC_V_ST(long companyId, double version, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where companyId = ? and version = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByC_V_ST(long companyId, double version, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where companyId = ? and version = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.findByC_V(long companyId, double version, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where companyId = ? and version = ?.
static List<JournalArticle> JournalArticleUtil.findByC_V(long companyId, double version, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where companyId = ? and version = ?.
 JournalArticle JournalArticlePersistence.findByCompanyId_First(long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ?.
static JournalArticle JournalArticleUtil.findByCompanyId_First(long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ?.
 JournalArticle JournalArticlePersistence.findByCompanyId_Last(long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ?.
static JournalArticle JournalArticleUtil.findByCompanyId_Last(long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ?.
 JournalArticle[] JournalArticlePersistence.findByCompanyId_PrevAndNext(long id, long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where companyId = ?.
static JournalArticle[] JournalArticleUtil.findByCompanyId_PrevAndNext(long id, long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where companyId = ?.
 List<JournalArticle> JournalArticlePersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where companyId = ?.
static List<JournalArticle> JournalArticleUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where companyId = ?.
 JournalArticle JournalArticlePersistence.findByDDMStructureKey_First(String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where DDMStructureKey = ?.
static JournalArticle JournalArticleUtil.findByDDMStructureKey_First(String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where DDMStructureKey = ?.
 JournalArticle JournalArticlePersistence.findByDDMStructureKey_Last(String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where DDMStructureKey = ?.
static JournalArticle JournalArticleUtil.findByDDMStructureKey_Last(String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where DDMStructureKey = ?.
 JournalArticle[] JournalArticlePersistence.findByDDMStructureKey_PrevAndNext(long id, String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where DDMStructureKey = ?.
static JournalArticle[] JournalArticleUtil.findByDDMStructureKey_PrevAndNext(long id, String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where DDMStructureKey = ?.
 List<JournalArticle> JournalArticlePersistence.findByDDMStructureKey(String[] DDMStructureKeies, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where DDMStructureKey = any ?.
static List<JournalArticle> JournalArticleUtil.findByDDMStructureKey(String[] DDMStructureKeies, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where DDMStructureKey = any ?.
 List<JournalArticle> JournalArticlePersistence.findByDDMStructureKey(String DDMStructureKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where DDMStructureKey = ?.
static List<JournalArticle> JournalArticleUtil.findByDDMStructureKey(String DDMStructureKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where DDMStructureKey = ?.
 JournalArticle JournalArticlePersistence.findByDDMTemplateKey_First(String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where DDMTemplateKey = ?.
static JournalArticle JournalArticleUtil.findByDDMTemplateKey_First(String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistence.findByDDMTemplateKey_Last(String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where DDMTemplateKey = ?.
static JournalArticle JournalArticleUtil.findByDDMTemplateKey_Last(String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where DDMTemplateKey = ?.
 JournalArticle[] JournalArticlePersistence.findByDDMTemplateKey_PrevAndNext(long id, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where DDMTemplateKey = ?.
static JournalArticle[] JournalArticleUtil.findByDDMTemplateKey_PrevAndNext(long id, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where DDMTemplateKey = ?.
 List<JournalArticle> JournalArticlePersistence.findByDDMTemplateKey(String DDMTemplateKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where DDMTemplateKey = ?.
static List<JournalArticle> JournalArticleUtil.findByDDMTemplateKey(String DDMTemplateKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where DDMTemplateKey = ?.
static List<JournalArticle> JournalArticleFinderUtil.findByExpirationDate(long classNameId, Date expirationDateLT, QueryDefinition<JournalArticle> queryDefinition)
           
 List<JournalArticle> JournalArticleFinder.findByExpirationDate(long classNameId, Date expirationDateLT, QueryDefinition<JournalArticle> queryDefinition)
           
 JournalArticle JournalArticlePersistence.findByG_A_First(long groupId, String articleId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ?.
static JournalArticle JournalArticleUtil.findByG_A_First(long groupId, String articleId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ?.
 JournalArticle JournalArticlePersistence.findByG_A_Last(long groupId, String articleId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ?.
static JournalArticle JournalArticleUtil.findByG_A_Last(long groupId, String articleId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ?.
 JournalArticle JournalArticlePersistence.findByG_A_NotST_First(long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.
static JournalArticle JournalArticleUtil.findByG_A_NotST_First(long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.
 JournalArticle JournalArticlePersistence.findByG_A_NotST_Last(long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.
static JournalArticle JournalArticleUtil.findByG_A_NotST_Last(long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.
 JournalArticle[] JournalArticlePersistence.findByG_A_NotST_PrevAndNext(long id, long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.
static JournalArticle[] JournalArticleUtil.findByG_A_NotST_PrevAndNext(long id, long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.
 List<JournalArticle> JournalArticlePersistence.findByG_A_NotST(long groupId, String articleId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status ≠ ?.
static List<JournalArticle> JournalArticleUtil.findByG_A_NotST(long groupId, String articleId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status ≠ ?.
 JournalArticle[] JournalArticlePersistence.findByG_A_PrevAndNext(long id, long groupId, String articleId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ?.
static JournalArticle[] JournalArticleUtil.findByG_A_PrevAndNext(long id, long groupId, String articleId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ?.
 JournalArticle JournalArticlePersistence.findByG_A_ST_First(long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
static JournalArticle JournalArticleUtil.findByG_A_ST_First(long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByG_A_ST_Last(long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
static JournalArticle JournalArticleUtil.findByG_A_ST_Last(long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
 JournalArticle[] JournalArticlePersistence.findByG_A_ST_PrevAndNext(long id, long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
static JournalArticle[] JournalArticleUtil.findByG_A_ST_PrevAndNext(long id, long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_A_ST(long groupId, String articleId, int[] statuses, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status = any ?.
static List<JournalArticle> JournalArticleUtil.findByG_A_ST(long groupId, String articleId, int[] statuses, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status = any ?.
 List<JournalArticle> JournalArticlePersistence.findByG_A_ST(long groupId, String articleId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByG_A_ST(long groupId, String articleId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_A(long groupId, String articleId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and articleId = ?.
static List<JournalArticle> JournalArticleUtil.findByG_A(long groupId, String articleId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and articleId = ?.
 JournalArticle JournalArticlePersistence.findByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static JournalArticle JournalArticleUtil.findByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 JournalArticle JournalArticlePersistence.findByG_C_C_Last(long groupId, long classNameId, long classPK, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static JournalArticle JournalArticleUtil.findByG_C_C_Last(long groupId, long classNameId, long classPK, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 JournalArticle[] JournalArticlePersistence.findByG_C_C_PrevAndNext(long id, long groupId, long classNameId, long classPK, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static JournalArticle[] JournalArticleUtil.findByG_C_C_PrevAndNext(long id, long groupId, long classNameId, long classPK, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_C_C(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and classPK = ?.
static List<JournalArticle> JournalArticleUtil.findByG_C_C(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and classPK = ?.
 JournalArticle JournalArticlePersistence.findByG_C_DDMTK_First(long groupId, long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
static JournalArticle JournalArticleUtil.findByG_C_DDMTK_First(long groupId, long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistence.findByG_C_DDMTK_Last(long groupId, long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
static JournalArticle JournalArticleUtil.findByG_C_DDMTK_Last(long groupId, long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
 JournalArticle[] JournalArticlePersistence.findByG_C_DDMTK_PrevAndNext(long id, long groupId, long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
static JournalArticle[] JournalArticleUtil.findByG_C_DDMTK_PrevAndNext(long id, long groupId, long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_C_DDMTK(long groupId, long classNameId, String DDMTemplateKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
static List<JournalArticle> JournalArticleUtil.findByG_C_DDMTK(long groupId, long classNameId, String DDMTemplateKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistence.findByG_C_L_First(long groupId, long classNameId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
static JournalArticle JournalArticleUtil.findByG_C_L_First(long groupId, long classNameId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
 JournalArticle JournalArticlePersistence.findByG_C_L_Last(long groupId, long classNameId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
static JournalArticle JournalArticleUtil.findByG_C_L_Last(long groupId, long classNameId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
 JournalArticle[] JournalArticlePersistence.findByG_C_L_PrevAndNext(long id, long groupId, long classNameId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
static JournalArticle[] JournalArticleUtil.findByG_C_L_PrevAndNext(long id, long groupId, long classNameId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_C_L(long groupId, long classNameId, String layoutUuid, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and layoutUuid = ?.
static List<JournalArticle> JournalArticleUtil.findByG_C_L(long groupId, long classNameId, String layoutUuid, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and layoutUuid = ?.
static List<JournalArticle> JournalArticleFinderUtil.findByG_C_S(long groupId, long classNameId, String[] ddmStructureKeys, QueryDefinition<JournalArticle> queryDefinition)
           
 List<JournalArticle> JournalArticleFinder.findByG_C_S(long groupId, long classNameId, String[] ddmStructureKeys, QueryDefinition<JournalArticle> queryDefinition)
           
static List<JournalArticle> JournalArticleFinderUtil.findByG_C_S(long groupId, long classNameId, String ddmStructureKey, QueryDefinition<JournalArticle> queryDefinition)
           
 List<JournalArticle> JournalArticleFinder.findByG_C_S(long groupId, long classNameId, String ddmStructureKey, QueryDefinition<JournalArticle> queryDefinition)
           
 JournalArticle JournalArticlePersistence.findByG_DDMSK_First(long groupId, String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and DDMStructureKey = ?.
static JournalArticle JournalArticleUtil.findByG_DDMSK_First(long groupId, String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and DDMStructureKey = ?.
 JournalArticle JournalArticlePersistence.findByG_DDMSK_Last(long groupId, String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and DDMStructureKey = ?.
static JournalArticle JournalArticleUtil.findByG_DDMSK_Last(long groupId, String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and DDMStructureKey = ?.
 JournalArticle[] JournalArticlePersistence.findByG_DDMSK_PrevAndNext(long id, long groupId, String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and DDMStructureKey = ?.
static JournalArticle[] JournalArticleUtil.findByG_DDMSK_PrevAndNext(long id, long groupId, String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and DDMStructureKey = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_DDMSK(long groupId, String DDMStructureKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and DDMStructureKey = ?.
static List<JournalArticle> JournalArticleUtil.findByG_DDMSK(long groupId, String DDMStructureKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and DDMStructureKey = ?.
 JournalArticle JournalArticlePersistence.findByG_DDMTK_First(long groupId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and DDMTemplateKey = ?.
static JournalArticle JournalArticleUtil.findByG_DDMTK_First(long groupId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistence.findByG_DDMTK_Last(long groupId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and DDMTemplateKey = ?.
static JournalArticle JournalArticleUtil.findByG_DDMTK_Last(long groupId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and DDMTemplateKey = ?.
 JournalArticle[] JournalArticlePersistence.findByG_DDMTK_PrevAndNext(long id, long groupId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and DDMTemplateKey = ?.
static JournalArticle[] JournalArticleUtil.findByG_DDMTK_PrevAndNext(long id, long groupId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and DDMTemplateKey = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_DDMTK(long groupId, String DDMTemplateKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and DDMTemplateKey = ?.
static List<JournalArticle> JournalArticleUtil.findByG_DDMTK(long groupId, String DDMTemplateKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistence.findByG_F_First(long groupId, long folderId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and folderId = ?.
static JournalArticle JournalArticleUtil.findByG_F_First(long groupId, long folderId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and folderId = ?.
 JournalArticle JournalArticlePersistence.findByG_F_Last(long groupId, long folderId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and folderId = ?.
static JournalArticle JournalArticleUtil.findByG_F_Last(long groupId, long folderId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and folderId = ?.
 JournalArticle[] JournalArticlePersistence.findByG_F_PrevAndNext(long id, long groupId, long folderId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and folderId = ?.
static JournalArticle[] JournalArticleUtil.findByG_F_PrevAndNext(long id, long groupId, long folderId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and folderId = ?.
 JournalArticle JournalArticlePersistence.findByG_F_ST_First(long groupId, long folderId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and folderId = ? and status = ?.
static JournalArticle JournalArticleUtil.findByG_F_ST_First(long groupId, long folderId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and folderId = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByG_F_ST_Last(long groupId, long folderId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and folderId = ? and status = ?.
static JournalArticle JournalArticleUtil.findByG_F_ST_Last(long groupId, long folderId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and folderId = ? and status = ?.
 JournalArticle[] JournalArticlePersistence.findByG_F_ST_PrevAndNext(long id, long groupId, long folderId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and folderId = ? and status = ?.
static JournalArticle[] JournalArticleUtil.findByG_F_ST_PrevAndNext(long id, long groupId, long folderId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and folderId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_F_ST(long groupId, long folderId, int[] statuses, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and folderId = ? and status = any ?.
static List<JournalArticle> JournalArticleUtil.findByG_F_ST(long groupId, long folderId, int[] statuses, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and folderId = ? and status = any ?.
 List<JournalArticle> JournalArticlePersistence.findByG_F_ST(long groupId, long folderId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and folderId = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByG_F_ST(long groupId, long folderId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and folderId = ? and status = ?.
static List<JournalArticle> JournalArticleFinderUtil.findByG_F(long groupId, List<Long> folderIds, QueryDefinition<JournalArticle> queryDefinition)
           
 List<JournalArticle> JournalArticleFinder.findByG_F(long groupId, List<Long> folderIds, QueryDefinition<JournalArticle> queryDefinition)
           
 List<JournalArticle> JournalArticlePersistence.findByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and folderId = any ?.
static List<JournalArticle> JournalArticleUtil.findByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and folderId = any ?.
 List<JournalArticle> JournalArticlePersistence.findByG_F(long groupId, long folderId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and folderId = ?.
static List<JournalArticle> JournalArticleUtil.findByG_F(long groupId, long folderId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and folderId = ?.
 JournalArticle JournalArticlePersistence.findByG_L_First(long groupId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and layoutUuid = ?.
static JournalArticle JournalArticleUtil.findByG_L_First(long groupId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and layoutUuid = ?.
 JournalArticle JournalArticlePersistence.findByG_L_Last(long groupId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and layoutUuid = ?.
static JournalArticle JournalArticleUtil.findByG_L_Last(long groupId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and layoutUuid = ?.
 JournalArticle[] JournalArticlePersistence.findByG_L_PrevAndNext(long id, long groupId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and layoutUuid = ?.
static JournalArticle[] JournalArticleUtil.findByG_L_PrevAndNext(long id, long groupId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and layoutUuid = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_L(long groupId, String layoutUuid, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and layoutUuid = ?.
static List<JournalArticle> JournalArticleUtil.findByG_L(long groupId, String layoutUuid, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and layoutUuid = ?.
 JournalArticle JournalArticlePersistence.findByG_ST_First(long groupId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and status = ?.
static JournalArticle JournalArticleUtil.findByG_ST_First(long groupId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByG_ST_Last(long groupId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and status = ?.
static JournalArticle JournalArticleUtil.findByG_ST_Last(long groupId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and status = ?.
 JournalArticle[] JournalArticlePersistence.findByG_ST_PrevAndNext(long id, long groupId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and status = ?.
static JournalArticle[] JournalArticleUtil.findByG_ST_PrevAndNext(long id, long groupId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_ST(long groupId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByG_ST(long groupId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByG_U_C_First(long groupId, long userId, long classNameId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.
static JournalArticle JournalArticleUtil.findByG_U_C_First(long groupId, long userId, long classNameId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.
 JournalArticle JournalArticlePersistence.findByG_U_C_Last(long groupId, long userId, long classNameId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.
static JournalArticle JournalArticleUtil.findByG_U_C_Last(long groupId, long userId, long classNameId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.
 JournalArticle[] JournalArticlePersistence.findByG_U_C_PrevAndNext(long id, long groupId, long userId, long classNameId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.
static JournalArticle[] JournalArticleUtil.findByG_U_C_PrevAndNext(long id, long groupId, long userId, long classNameId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_U_C(long groupId, long userId, long classNameId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and userId = ? and classNameId = ?.
static List<JournalArticle> JournalArticleUtil.findByG_U_C(long groupId, long userId, long classNameId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and userId = ? and classNameId = ?.
static List<JournalArticle> JournalArticleFinderUtil.findByG_U_F_C(long groupId, long userId, List<Long> folderIds, long classNameId, QueryDefinition<JournalArticle> queryDefinition)
           
 List<JournalArticle> JournalArticleFinder.findByG_U_F_C(long groupId, long userId, List<Long> folderIds, long classNameId, QueryDefinition<JournalArticle> queryDefinition)
           
 JournalArticle JournalArticlePersistence.findByG_U_First(long groupId, long userId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and userId = ?.
static JournalArticle JournalArticleUtil.findByG_U_First(long groupId, long userId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and userId = ?.
 JournalArticle JournalArticlePersistence.findByG_U_Last(long groupId, long userId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and userId = ?.
static JournalArticle JournalArticleUtil.findByG_U_Last(long groupId, long userId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and userId = ?.
 JournalArticle[] JournalArticlePersistence.findByG_U_PrevAndNext(long id, long groupId, long userId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and userId = ?.
static JournalArticle[] JournalArticleUtil.findByG_U_PrevAndNext(long id, long groupId, long userId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and userId = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_U(long groupId, long userId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and userId = ?.
static List<JournalArticle> JournalArticleUtil.findByG_U(long groupId, long userId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and userId = ?.
 JournalArticle JournalArticlePersistence.findByG_UT_First(long groupId, String urlTitle, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and urlTitle = ?.
static JournalArticle JournalArticleUtil.findByG_UT_First(long groupId, String urlTitle, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and urlTitle = ?.
 JournalArticle JournalArticlePersistence.findByG_UT_Last(long groupId, String urlTitle, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and urlTitle = ?.
static JournalArticle JournalArticleUtil.findByG_UT_Last(long groupId, String urlTitle, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and urlTitle = ?.
 JournalArticle[] JournalArticlePersistence.findByG_UT_PrevAndNext(long id, long groupId, String urlTitle, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and urlTitle = ?.
static JournalArticle[] JournalArticleUtil.findByG_UT_PrevAndNext(long id, long groupId, String urlTitle, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and urlTitle = ?.
 JournalArticle JournalArticlePersistence.findByG_UT_ST_First(long groupId, String urlTitle, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
static JournalArticle JournalArticleUtil.findByG_UT_ST_First(long groupId, String urlTitle, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByG_UT_ST_Last(long groupId, String urlTitle, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
static JournalArticle JournalArticleUtil.findByG_UT_ST_Last(long groupId, String urlTitle, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
 JournalArticle[] JournalArticlePersistence.findByG_UT_ST_PrevAndNext(long id, long groupId, String urlTitle, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
static JournalArticle[] JournalArticleUtil.findByG_UT_ST_PrevAndNext(long id, long groupId, String urlTitle, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_UT_ST(long groupId, String urlTitle, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and urlTitle = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByG_UT_ST(long groupId, String urlTitle, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and urlTitle = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_UT(long groupId, String urlTitle, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and urlTitle = ?.
static List<JournalArticle> JournalArticleUtil.findByG_UT(long groupId, String urlTitle, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and urlTitle = ?.
 JournalArticle JournalArticlePersistence.findByGroupId_First(long groupId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ?.
static JournalArticle JournalArticleUtil.findByGroupId_First(long groupId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ?.
 JournalArticle JournalArticlePersistence.findByGroupId_Last(long groupId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ?.
static JournalArticle JournalArticleUtil.findByGroupId_Last(long groupId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ?.
 JournalArticle[] JournalArticlePersistence.findByGroupId_PrevAndNext(long id, long groupId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ?.
static JournalArticle[] JournalArticleUtil.findByGroupId_PrevAndNext(long id, long groupId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ?.
 List<JournalArticle> JournalArticlePersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ?.
static List<JournalArticle> JournalArticleUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<JournalArticle> 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 ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
           
 List<JournalArticle> JournalArticleFinder.findByKeywords(long companyId, long groupId, List<Long> folderIds, long classNameId, String keywords, Double version, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
           
 JournalArticle JournalArticlePersistence.findByLayoutUuid_First(String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where layoutUuid = ?.
static JournalArticle JournalArticleUtil.findByLayoutUuid_First(String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where layoutUuid = ?.
 JournalArticle JournalArticlePersistence.findByLayoutUuid_Last(String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where layoutUuid = ?.
static JournalArticle JournalArticleUtil.findByLayoutUuid_Last(String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where layoutUuid = ?.
 JournalArticle[] JournalArticlePersistence.findByLayoutUuid_PrevAndNext(long id, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where layoutUuid = ?.
static JournalArticle[] JournalArticleUtil.findByLayoutUuid_PrevAndNext(long id, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where layoutUuid = ?.
 List<JournalArticle> JournalArticlePersistence.findByLayoutUuid(String layoutUuid, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where layoutUuid = ?.
static List<JournalArticle> JournalArticleUtil.findByLayoutUuid(String layoutUuid, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where layoutUuid = ?.
 JournalArticle JournalArticlePersistence.findByLtD_S_First(Date displayDate, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where displayDate < ? and status = ?.
static JournalArticle JournalArticleUtil.findByLtD_S_First(Date displayDate, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where displayDate < ? and status = ?.
 JournalArticle JournalArticlePersistence.findByLtD_S_Last(Date displayDate, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where displayDate < ? and status = ?.
static JournalArticle JournalArticleUtil.findByLtD_S_Last(Date displayDate, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where displayDate < ? and status = ?.
 JournalArticle[] JournalArticlePersistence.findByLtD_S_PrevAndNext(long id, Date displayDate, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where displayDate < ? and status = ?.
static JournalArticle[] JournalArticleUtil.findByLtD_S_PrevAndNext(long id, Date displayDate, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where displayDate < ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.findByLtD_S(Date displayDate, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where displayDate < ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByLtD_S(Date displayDate, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where displayDate < ? and status = ?.
 JournalArticle JournalArticlePersistence.findByR_I_First(long resourcePrimKey, boolean indexable, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ?.
static JournalArticle JournalArticleUtil.findByR_I_First(long resourcePrimKey, boolean indexable, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ?.
 JournalArticle JournalArticlePersistence.findByR_I_Last(long resourcePrimKey, boolean indexable, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ?.
static JournalArticle JournalArticleUtil.findByR_I_Last(long resourcePrimKey, boolean indexable, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ?.
 JournalArticle[] JournalArticlePersistence.findByR_I_PrevAndNext(long id, long resourcePrimKey, boolean indexable, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and indexable = ?.
static JournalArticle[] JournalArticleUtil.findByR_I_PrevAndNext(long id, long resourcePrimKey, boolean indexable, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and indexable = ?.
 JournalArticle JournalArticlePersistence.findByR_I_S_First(long resourcePrimKey, boolean indexable, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.
static JournalArticle JournalArticleUtil.findByR_I_S_First(long resourcePrimKey, boolean indexable, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByR_I_S_Last(long resourcePrimKey, boolean indexable, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.
static JournalArticle JournalArticleUtil.findByR_I_S_Last(long resourcePrimKey, boolean indexable, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.
 JournalArticle[] JournalArticlePersistence.findByR_I_S_PrevAndNext(long id, long resourcePrimKey, boolean indexable, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.
static JournalArticle[] JournalArticleUtil.findByR_I_S_PrevAndNext(long id, long resourcePrimKey, boolean indexable, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.findByR_I_S(long resourcePrimKey, boolean indexable, int[] statuses, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ? and indexable = ? and status = any ?.
static List<JournalArticle> JournalArticleUtil.findByR_I_S(long resourcePrimKey, boolean indexable, int[] statuses, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ? and indexable = ? and status = any ?.
 List<JournalArticle> JournalArticlePersistence.findByR_I_S(long resourcePrimKey, boolean indexable, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ? and indexable = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByR_I_S(long resourcePrimKey, boolean indexable, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ? and indexable = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.findByR_I(long resourcePrimKey, boolean indexable, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ? and indexable = ?.
static List<JournalArticle> JournalArticleUtil.findByR_I(long resourcePrimKey, boolean indexable, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ? and indexable = ?.
 JournalArticle JournalArticlePersistence.findByR_ST_First(long resourcePrimKey, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and status = ?.
static JournalArticle JournalArticleUtil.findByR_ST_First(long resourcePrimKey, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByR_ST_Last(long resourcePrimKey, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and status = ?.
static JournalArticle JournalArticleUtil.findByR_ST_Last(long resourcePrimKey, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and status = ?.
 JournalArticle[] JournalArticlePersistence.findByR_ST_PrevAndNext(long id, long resourcePrimKey, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and status = ?.
static JournalArticle[] JournalArticleUtil.findByR_ST_PrevAndNext(long id, long resourcePrimKey, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.findByR_ST(long resourcePrimKey, int[] statuses, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ? and status = any ?.
static List<JournalArticle> JournalArticleUtil.findByR_ST(long resourcePrimKey, int[] statuses, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ? and status = any ?.
 List<JournalArticle> JournalArticlePersistence.findByR_ST(long resourcePrimKey, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByR_ST(long resourcePrimKey, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByResourcePrimKey_First(long resourcePrimKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ?.
static JournalArticle JournalArticleUtil.findByResourcePrimKey_First(long resourcePrimKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ?.
 JournalArticle JournalArticlePersistence.findByResourcePrimKey_Last(long resourcePrimKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ?.
static JournalArticle JournalArticleUtil.findByResourcePrimKey_Last(long resourcePrimKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ?.
 JournalArticle[] JournalArticlePersistence.findByResourcePrimKey_PrevAndNext(long id, long resourcePrimKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ?.
static JournalArticle[] JournalArticleUtil.findByResourcePrimKey_PrevAndNext(long id, long resourcePrimKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ?.
 List<JournalArticle> JournalArticlePersistence.findByResourcePrimKey(long resourcePrimKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ?.
static List<JournalArticle> JournalArticleUtil.findByResourcePrimKey(long resourcePrimKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ?.
 JournalArticle JournalArticlePersistence.findBySmallImageId_First(long smallImageId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where smallImageId = ?.
static JournalArticle JournalArticleUtil.findBySmallImageId_First(long smallImageId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where smallImageId = ?.
 JournalArticle JournalArticlePersistence.findBySmallImageId_Last(long smallImageId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where smallImageId = ?.
static JournalArticle JournalArticleUtil.findBySmallImageId_Last(long smallImageId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where smallImageId = ?.
 JournalArticle[] JournalArticlePersistence.findBySmallImageId_PrevAndNext(long id, long smallImageId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where smallImageId = ?.
static JournalArticle[] JournalArticleUtil.findBySmallImageId_PrevAndNext(long id, long smallImageId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where smallImageId = ?.
 List<JournalArticle> JournalArticlePersistence.findBySmallImageId(long smallImageId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where smallImageId = ?.
static List<JournalArticle> JournalArticleUtil.findBySmallImageId(long smallImageId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where smallImageId = ?.
 JournalArticle JournalArticlePersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where uuid = ? and companyId = ?.
static JournalArticle JournalArticleUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where uuid = ? and companyId = ?.
 JournalArticle JournalArticlePersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where uuid = ? and companyId = ?.
static JournalArticle JournalArticleUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where uuid = ? and companyId = ?.
 JournalArticle[] JournalArticlePersistence.findByUuid_C_PrevAndNext(long id, String uuid, long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where uuid = ? and companyId = ?.
static JournalArticle[] JournalArticleUtil.findByUuid_C_PrevAndNext(long id, String uuid, long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where uuid = ? and companyId = ?.
 List<JournalArticle> JournalArticlePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where uuid = ? and companyId = ?.
static List<JournalArticle> JournalArticleUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where uuid = ? and companyId = ?.
 JournalArticle JournalArticlePersistence.findByUuid_First(String uuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where uuid = ?.
static JournalArticle JournalArticleUtil.findByUuid_First(String uuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where uuid = ?.
 JournalArticle JournalArticlePersistence.findByUuid_Last(String uuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where uuid = ?.
static JournalArticle JournalArticleUtil.findByUuid_Last(String uuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where uuid = ?.
 JournalArticle[] JournalArticlePersistence.findByUuid_PrevAndNext(long id, String uuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where uuid = ?.
static JournalArticle[] JournalArticleUtil.findByUuid_PrevAndNext(long id, String uuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where uuid = ?.
 List<JournalArticle> JournalArticlePersistence.findByUuid(String uuid, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where uuid = ?.
static List<JournalArticle> JournalArticleUtil.findByUuid(String uuid, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where uuid = ?.
static List<JournalArticle> JournalArticleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
           
 

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

Methods in com.liferay.portlet.journal.service.persistence.impl that return JournalArticle
 JournalArticle JournalArticlePersistenceImpl.create(long id)
          Creates a new journal article with the primary key.
 JournalArticle JournalArticlePersistenceImpl.fetchByC_DDMTK_First(long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where classNameId = ? and DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByC_DDMTK_Last(long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where classNameId = ? and DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByC_NotST_First(long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and status ≠ ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByC_NotST_Last(long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and status ≠ ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByC_ST_First(long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByC_ST_Last(long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByC_V_First(long companyId, double version, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and version = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByC_V_Last(long companyId, double version, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and version = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByC_V_ST_First(long companyId, double version, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and version = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByC_V_ST_Last(long companyId, double version, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and version = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByDDMStructureKey_First(String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where DDMStructureKey = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByDDMStructureKey_Last(String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where DDMStructureKey = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByDDMTemplateKey_First(String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByDDMTemplateKey_Last(String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_A_First(long groupId, String articleId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_A_Last(long groupId, String articleId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_A_NotST_First(long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_A_NotST_Last(long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_A_ST_First(long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_A_ST_Last(long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_A_V(long groupId, String articleId, double version)
          Returns the journal article where groupId = ? and articleId = ? and version = ? or returns null if it could not be found.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_A_V(long groupId, String articleId, double version, boolean retrieveFromCache)
          Returns the journal article where groupId = ? and articleId = ? and version = ? or returns null if it could not be found, optionally using the finder cache.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_C_C_Last(long groupId, long classNameId, long classPK, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_C_DDMSK(long groupId, long classNameId, String DDMStructureKey)
          Returns the journal article where groupId = ? and classNameId = ? and DDMStructureKey = ? or returns null if it could not be found.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_C_DDMSK(long groupId, long classNameId, String DDMStructureKey, boolean retrieveFromCache)
          Returns the journal article where groupId = ? and classNameId = ? and DDMStructureKey = ? or returns null if it could not be found, optionally using the finder cache.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_C_DDMTK_First(long groupId, long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_C_DDMTK_Last(long groupId, long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_C_L_First(long groupId, long classNameId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_C_L_Last(long groupId, long classNameId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_DDMSK_First(long groupId, String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and DDMStructureKey = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_DDMSK_Last(long groupId, String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and DDMStructureKey = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_DDMTK_First(long groupId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_DDMTK_Last(long groupId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_F_First(long groupId, long folderId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and folderId = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_F_Last(long groupId, long folderId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and folderId = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_F_ST_First(long groupId, long folderId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and folderId = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_F_ST_Last(long groupId, long folderId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and folderId = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_L_First(long groupId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and layoutUuid = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_L_Last(long groupId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and layoutUuid = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_ST_First(long groupId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_ST_Last(long groupId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_U_C_First(long groupId, long userId, long classNameId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_U_C_Last(long groupId, long userId, long classNameId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_U_First(long groupId, long userId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and userId = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_U_Last(long groupId, long userId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and userId = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_UT_First(long groupId, String urlTitle, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and urlTitle = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_UT_Last(long groupId, String urlTitle, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and urlTitle = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_UT_ST_First(long groupId, String urlTitle, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_UT_ST_Last(long groupId, String urlTitle, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByLayoutUuid_First(String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where layoutUuid = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByLayoutUuid_Last(String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where layoutUuid = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByLtD_S_First(Date displayDate, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where displayDate < ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByLtD_S_Last(Date displayDate, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where displayDate < ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByPrimaryKey(long id)
          Returns the journal article with the primary key or returns null if it could not be found.
 JournalArticle JournalArticlePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the journal article with the primary key or returns null if it could not be found.
 JournalArticle JournalArticlePersistenceImpl.fetchByR_I_First(long resourcePrimKey, boolean indexable, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByR_I_Last(long resourcePrimKey, boolean indexable, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByR_I_S_First(long resourcePrimKey, boolean indexable, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByR_I_S_Last(long resourcePrimKey, boolean indexable, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByR_ST_First(long resourcePrimKey, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByR_ST_Last(long resourcePrimKey, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByResourcePrimKey_First(long resourcePrimKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByResourcePrimKey_Last(long resourcePrimKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchBySmallImageId_First(long smallImageId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where smallImageId = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchBySmallImageId_Last(long smallImageId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where smallImageId = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where uuid = ? and companyId = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where uuid = ? and companyId = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where uuid = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByUUID_G(String uuid, long groupId)
          Returns the journal article where uuid = ? and groupId = ? or returns null if it could not be found.
 JournalArticle JournalArticlePersistenceImpl.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the journal article where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 JournalArticle JournalArticlePersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where uuid = ?.
 JournalArticle[] JournalArticlePersistenceImpl.filterFindByG_A_NotST_PrevAndNext(long id, long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and articleId = ? and status ≠ ?.
 JournalArticle[] JournalArticlePersistenceImpl.filterFindByG_A_PrevAndNext(long id, long groupId, String articleId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and articleId = ?.
 JournalArticle[] JournalArticlePersistenceImpl.filterFindByG_A_ST_PrevAndNext(long id, long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and articleId = ? and status = ?.
 JournalArticle[] JournalArticlePersistenceImpl.filterFindByG_C_C_PrevAndNext(long id, long groupId, long classNameId, long classPK, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.
 JournalArticle[] JournalArticlePersistenceImpl.filterFindByG_C_DDMTK_PrevAndNext(long id, long groupId, long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
 JournalArticle[] JournalArticlePersistenceImpl.filterFindByG_C_L_PrevAndNext(long id, long groupId, long classNameId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and layoutUuid = ?.
 JournalArticle[] JournalArticlePersistenceImpl.filterFindByG_DDMSK_PrevAndNext(long id, long groupId, String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and DDMStructureKey = ?.
 JournalArticle[] JournalArticlePersistenceImpl.filterFindByG_DDMTK_PrevAndNext(long id, long groupId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and DDMTemplateKey = ?.
 JournalArticle[] JournalArticlePersistenceImpl.filterFindByG_F_PrevAndNext(long id, long groupId, long folderId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and folderId = ?.
 JournalArticle[] JournalArticlePersistenceImpl.filterFindByG_F_ST_PrevAndNext(long id, long groupId, long folderId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and folderId = ? and status = ?.
 JournalArticle[] JournalArticlePersistenceImpl.filterFindByG_L_PrevAndNext(long id, long groupId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and layoutUuid = ?.
 JournalArticle[] JournalArticlePersistenceImpl.filterFindByG_ST_PrevAndNext(long id, long groupId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and status = ?.
 JournalArticle[] JournalArticlePersistenceImpl.filterFindByG_U_C_PrevAndNext(long id, long groupId, long userId, long classNameId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and userId = ? and classNameId = ?.
 JournalArticle[] JournalArticlePersistenceImpl.filterFindByG_U_PrevAndNext(long id, long groupId, long userId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and userId = ?.
 JournalArticle[] JournalArticlePersistenceImpl.filterFindByG_UT_PrevAndNext(long id, long groupId, String urlTitle, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and urlTitle = ?.
 JournalArticle[] JournalArticlePersistenceImpl.filterFindByG_UT_ST_PrevAndNext(long id, long groupId, String urlTitle, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and urlTitle = ? and status = ?.
 JournalArticle[] JournalArticlePersistenceImpl.filterFindByGroupId_PrevAndNext(long id, long groupId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ?.
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_A_NotST_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_A_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String articleId, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_A_ST_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_C_C_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, long classNameId, long classPK, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_C_DDMTK_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_C_L_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, long classNameId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_DDMSK_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_DDMTK_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_F_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, long folderId, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_F_ST_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, long folderId, int status, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_L_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_ST_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, int status, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_U_C_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, long userId, long classNameId, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_U_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, long userId, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_UT_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String urlTitle, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_UT_ST_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String urlTitle, int status, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByGroupId_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
 JournalArticle JournalArticlePersistenceImpl.findByC_DDMTK_First(long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where classNameId = ? and DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistenceImpl.findByC_DDMTK_Last(long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where classNameId = ? and DDMTemplateKey = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByC_DDMTK_PrevAndNext(long id, long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where classNameId = ? and DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistenceImpl.findByC_NotST_First(long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and status ≠ ?.
 JournalArticle JournalArticlePersistenceImpl.findByC_NotST_Last(long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and status ≠ ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByC_NotST_PrevAndNext(long id, long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and status ≠ ?.
 JournalArticle JournalArticlePersistenceImpl.findByC_ST_First(long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.findByC_ST_Last(long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and status = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByC_ST_PrevAndNext(long id, long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.findByC_V_First(long companyId, double version, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and version = ?.
 JournalArticle JournalArticlePersistenceImpl.findByC_V_Last(long companyId, double version, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and version = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByC_V_PrevAndNext(long id, long companyId, double version, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and version = ?.
 JournalArticle JournalArticlePersistenceImpl.findByC_V_ST_First(long companyId, double version, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and version = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.findByC_V_ST_Last(long companyId, double version, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and version = ? and status = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByC_V_ST_PrevAndNext(long id, long companyId, double version, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and version = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ?.
 JournalArticle JournalArticlePersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByCompanyId_PrevAndNext(long id, long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where companyId = ?.
 JournalArticle JournalArticlePersistenceImpl.findByDDMStructureKey_First(String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where DDMStructureKey = ?.
 JournalArticle JournalArticlePersistenceImpl.findByDDMStructureKey_Last(String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where DDMStructureKey = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByDDMStructureKey_PrevAndNext(long id, String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where DDMStructureKey = ?.
 JournalArticle JournalArticlePersistenceImpl.findByDDMTemplateKey_First(String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistenceImpl.findByDDMTemplateKey_Last(String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where DDMTemplateKey = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByDDMTemplateKey_PrevAndNext(long id, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_A_First(long groupId, String articleId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_A_Last(long groupId, String articleId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_A_NotST_First(long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_A_NotST_Last(long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByG_A_NotST_PrevAndNext(long id, long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByG_A_PrevAndNext(long id, long groupId, String articleId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_A_ST_First(long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_A_ST_Last(long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByG_A_ST_PrevAndNext(long id, long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.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.
 JournalArticle JournalArticlePersistenceImpl.findByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_C_C_Last(long groupId, long classNameId, long classPK, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByG_C_C_PrevAndNext(long id, long groupId, long classNameId, long classPK, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_C_DDMSK(long groupId, long classNameId, String DDMStructureKey)
          Returns the journal article where groupId = ? and classNameId = ? and DDMStructureKey = ? or throws a NoSuchArticleException if it could not be found.
 JournalArticle JournalArticlePersistenceImpl.findByG_C_DDMTK_First(long groupId, long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_C_DDMTK_Last(long groupId, long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByG_C_DDMTK_PrevAndNext(long id, long groupId, long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_C_L_First(long groupId, long classNameId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_C_L_Last(long groupId, long classNameId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByG_C_L_PrevAndNext(long id, long groupId, long classNameId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_DDMSK_First(long groupId, String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and DDMStructureKey = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_DDMSK_Last(long groupId, String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and DDMStructureKey = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByG_DDMSK_PrevAndNext(long id, long groupId, String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and DDMStructureKey = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_DDMTK_First(long groupId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_DDMTK_Last(long groupId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and DDMTemplateKey = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByG_DDMTK_PrevAndNext(long id, long groupId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_F_First(long groupId, long folderId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and folderId = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_F_Last(long groupId, long folderId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and folderId = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByG_F_PrevAndNext(long id, long groupId, long folderId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and folderId = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_F_ST_First(long groupId, long folderId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and folderId = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_F_ST_Last(long groupId, long folderId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and folderId = ? and status = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByG_F_ST_PrevAndNext(long id, long groupId, long folderId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and folderId = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_L_First(long groupId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and layoutUuid = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_L_Last(long groupId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and layoutUuid = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByG_L_PrevAndNext(long id, long groupId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and layoutUuid = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_ST_First(long groupId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_ST_Last(long groupId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and status = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByG_ST_PrevAndNext(long id, long groupId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_U_C_First(long groupId, long userId, long classNameId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_U_C_Last(long groupId, long userId, long classNameId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByG_U_C_PrevAndNext(long id, long groupId, long userId, long classNameId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_U_First(long groupId, long userId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and userId = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_U_Last(long groupId, long userId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and userId = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByG_U_PrevAndNext(long id, long groupId, long userId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and userId = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_UT_First(long groupId, String urlTitle, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and urlTitle = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_UT_Last(long groupId, String urlTitle, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and urlTitle = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByG_UT_PrevAndNext(long id, long groupId, String urlTitle, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and urlTitle = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_UT_ST_First(long groupId, String urlTitle, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_UT_ST_Last(long groupId, String urlTitle, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByG_UT_ST_PrevAndNext(long id, long groupId, String urlTitle, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ?.
 JournalArticle JournalArticlePersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByGroupId_PrevAndNext(long id, long groupId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ?.
 JournalArticle JournalArticlePersistenceImpl.findByLayoutUuid_First(String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where layoutUuid = ?.
 JournalArticle JournalArticlePersistenceImpl.findByLayoutUuid_Last(String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where layoutUuid = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByLayoutUuid_PrevAndNext(long id, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where layoutUuid = ?.
 JournalArticle JournalArticlePersistenceImpl.findByLtD_S_First(Date displayDate, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where displayDate < ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.findByLtD_S_Last(Date displayDate, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where displayDate < ? and status = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByLtD_S_PrevAndNext(long id, Date displayDate, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where displayDate < ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.findByPrimaryKey(long id)
          Returns the journal article with the primary key or throws a NoSuchArticleException if it could not be found.
 JournalArticle JournalArticlePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the journal article with the primary key or throws a NoSuchModelException if it could not be found.
 JournalArticle JournalArticleFinderImpl.findByR_D(long resourcePrimKey, Date displayDate)
           
 JournalArticle JournalArticlePersistenceImpl.findByR_I_First(long resourcePrimKey, boolean indexable, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ?.
 JournalArticle JournalArticlePersistenceImpl.findByR_I_Last(long resourcePrimKey, boolean indexable, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByR_I_PrevAndNext(long id, long resourcePrimKey, boolean indexable, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and indexable = ?.
 JournalArticle JournalArticlePersistenceImpl.findByR_I_S_First(long resourcePrimKey, boolean indexable, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.findByR_I_S_Last(long resourcePrimKey, boolean indexable, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByR_I_S_PrevAndNext(long id, long resourcePrimKey, boolean indexable, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.findByR_ST_First(long resourcePrimKey, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.findByR_ST_Last(long resourcePrimKey, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and status = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByR_ST_PrevAndNext(long id, long resourcePrimKey, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.findByResourcePrimKey_First(long resourcePrimKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ?.
 JournalArticle JournalArticlePersistenceImpl.findByResourcePrimKey_Last(long resourcePrimKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByResourcePrimKey_PrevAndNext(long id, long resourcePrimKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ?.
 JournalArticle JournalArticlePersistenceImpl.findBySmallImageId_First(long smallImageId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where smallImageId = ?.
 JournalArticle JournalArticlePersistenceImpl.findBySmallImageId_Last(long smallImageId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where smallImageId = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findBySmallImageId_PrevAndNext(long id, long smallImageId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where smallImageId = ?.
 JournalArticle JournalArticlePersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where uuid = ? and companyId = ?.
 JournalArticle JournalArticlePersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where uuid = ? and companyId = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByUuid_C_PrevAndNext(long id, String uuid, long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where uuid = ? and companyId = ?.
 JournalArticle JournalArticlePersistenceImpl.findByUuid_First(String uuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where uuid = ?.
 JournalArticle JournalArticlePersistenceImpl.findByUUID_G(String uuid, long groupId)
          Returns the journal article where uuid = ? and groupId = ? or throws a NoSuchArticleException if it could not be found.
 JournalArticle JournalArticlePersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where uuid = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByUuid_PrevAndNext(long id, String uuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where uuid = ?.
protected  JournalArticle JournalArticlePersistenceImpl.getByC_DDMTK_PrevAndNext(Session session, JournalArticle journalArticle, long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByC_NotST_PrevAndNext(Session session, JournalArticle journalArticle, long companyId, int status, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByC_ST_PrevAndNext(Session session, JournalArticle journalArticle, long companyId, int status, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByC_V_PrevAndNext(Session session, JournalArticle journalArticle, long companyId, double version, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByC_V_ST_PrevAndNext(Session session, JournalArticle journalArticle, long companyId, double version, int status, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByCompanyId_PrevAndNext(Session session, JournalArticle journalArticle, long companyId, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByDDMStructureKey_PrevAndNext(Session session, JournalArticle journalArticle, String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByDDMTemplateKey_PrevAndNext(Session session, JournalArticle journalArticle, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByG_A_NotST_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByG_A_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String articleId, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByG_A_ST_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByG_C_C_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, long classNameId, long classPK, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByG_C_DDMTK_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByG_C_L_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, long classNameId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByG_DDMSK_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByG_DDMTK_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByG_F_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, long folderId, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByG_F_ST_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, long folderId, int status, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByG_L_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByG_ST_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, int status, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByG_U_C_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, long userId, long classNameId, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByG_U_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, long userId, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByG_UT_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String urlTitle, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByG_UT_ST_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String urlTitle, int status, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByGroupId_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByLayoutUuid_PrevAndNext(Session session, JournalArticle journalArticle, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByLtD_S_PrevAndNext(Session session, JournalArticle journalArticle, Date displayDate, int status, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByR_I_PrevAndNext(Session session, JournalArticle journalArticle, long resourcePrimKey, boolean indexable, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByR_I_S_PrevAndNext(Session session, JournalArticle journalArticle, long resourcePrimKey, boolean indexable, int status, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByR_ST_PrevAndNext(Session session, JournalArticle journalArticle, long resourcePrimKey, int status, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByResourcePrimKey_PrevAndNext(Session session, JournalArticle journalArticle, long resourcePrimKey, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getBySmallImageId_PrevAndNext(Session session, JournalArticle journalArticle, long smallImageId, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByUuid_C_PrevAndNext(Session session, JournalArticle journalArticle, String uuid, long companyId, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByUuid_PrevAndNext(Session session, JournalArticle journalArticle, String uuid, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticleFinderImpl.getLatestArticle(long groupId, String articleId, int status)
           
 JournalArticle JournalArticlePersistenceImpl.remove(long id)
          Removes the journal article with the primary key from the database.
 JournalArticle JournalArticlePersistenceImpl.remove(Serializable primaryKey)
          Removes the journal article with the primary key from the database.
 JournalArticle JournalArticlePersistenceImpl.removeByG_A_V(long groupId, String articleId, double version)
          Removes the journal article where groupId = ? and articleId = ? and version = ? from the database.
 JournalArticle JournalArticlePersistenceImpl.removeByG_C_DDMSK(long groupId, long classNameId, String DDMStructureKey)
          Removes the journal article where groupId = ? and classNameId = ? and DDMStructureKey = ? from the database.
 JournalArticle JournalArticlePersistenceImpl.removeByUUID_G(String uuid, long groupId)
          Removes the journal article where uuid = ? and groupId = ? from the database.
protected  JournalArticle JournalArticlePersistenceImpl.removeImpl(JournalArticle journalArticle)
           
protected  JournalArticle JournalArticlePersistenceImpl.toUnwrappedModel(JournalArticle journalArticle)
           
 JournalArticle JournalArticlePersistenceImpl.updateImpl(JournalArticle journalArticle)
           
 

Methods in com.liferay.portlet.journal.service.persistence.impl that return types with arguments of type JournalArticle
protected  List<JournalArticle> JournalArticleFinderImpl.doFindByC_G_F_C_A_V_T_D_C_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String[] articleIds, Double version, String[] titles, String[] descriptions, String[] contents, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition<JournalArticle> queryDefinition, boolean inlineSQLHelper)
           
protected  List<JournalArticle> JournalArticleFinderImpl.doFindByG_C_S(long groupId, long classNameId, String[] ddmStructureKeys, QueryDefinition<JournalArticle> queryDefinition, boolean inlineSQLHelper)
           
protected  List<JournalArticle> JournalArticleFinderImpl.doFindByG_F(long groupId, List<Long> folderIds, QueryDefinition<JournalArticle> queryDefinition, boolean inlineSQLHelper)
           
protected  List<JournalArticle> JournalArticleFinderImpl.doFindByG_U_F_C(long groupId, long userId, List<Long> folderIds, long classNameId, QueryDefinition<JournalArticle> queryDefinition, boolean inlineSQLHelper)
           
 Map<Serializable,JournalArticle> JournalArticlePersistenceImpl.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 List<JournalArticle> JournalArticleFinderImpl.filterFindByC_G_F_C_A_V_T_D_C_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String[] articleIds, Double version, String[] titles, String[] descriptions, String[] contents, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition<JournalArticle> queryDefinition)
           
 List<JournalArticle> JournalArticleFinderImpl.filterFindByC_G_F_C_A_V_T_D_C_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition<JournalArticle> queryDefinition)
           
 List<JournalArticle> JournalArticleFinderImpl.filterFindByC_G_F_C_A_V_T_D_C_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition<JournalArticle> queryDefinition)
           
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_A_NotST(long groupId, String articleId, int status)
          Returns all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status ≠ ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_A_NotST(long groupId, String articleId, int status, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status ≠ ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_A_NotST(long groupId, String articleId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and articleId = ? and status ≠ ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_A_ST(long groupId, String articleId, int status)
          Returns all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_A_ST(long groupId, String articleId, int[] statuses)
          Returns all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = any ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_A_ST(long groupId, String articleId, int[] statuses, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = any ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_A_ST(long groupId, String articleId, int[] statuses, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = any ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_A_ST(long groupId, String articleId, int status, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_A_ST(long groupId, String articleId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and articleId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_A(long groupId, String articleId)
          Returns all the journal articles that the user has permission to view where groupId = ? and articleId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_A(long groupId, String articleId, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and articleId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_A(long groupId, String articleId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and articleId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_C_C(long groupId, long classNameId, long classPK)
          Returns all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_C_C(long groupId, long classNameId, long classPK, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_C_C(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and classPK = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_C_DDMTK(long groupId, long classNameId, String DDMTemplateKey)
          Returns all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_C_DDMTK(long groupId, long classNameId, String DDMTemplateKey, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_C_DDMTK(long groupId, long classNameId, String DDMTemplateKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_C_L(long groupId, long classNameId, String layoutUuid)
          Returns all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and layoutUuid = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_C_L(long groupId, long classNameId, String layoutUuid, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and layoutUuid = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_C_L(long groupId, long classNameId, String layoutUuid, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and layoutUuid = ?.
 List<JournalArticle> JournalArticleFinderImpl.filterFindByG_C_S(long groupId, long classNameId, String[] ddmStructureKeys, QueryDefinition<JournalArticle> queryDefinition)
           
 List<JournalArticle> JournalArticleFinderImpl.filterFindByG_C_S(long groupId, long classNameId, String ddmStructureKey, QueryDefinition<JournalArticle> queryDefinition)
           
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_DDMSK(long groupId, String DDMStructureKey)
          Returns all the journal articles that the user has permission to view where groupId = ? and DDMStructureKey = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_DDMSK(long groupId, String DDMStructureKey, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and DDMStructureKey = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_DDMSK(long groupId, String DDMStructureKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and DDMStructureKey = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_DDMTK(long groupId, String DDMTemplateKey)
          Returns all the journal articles that the user has permission to view where groupId = ? and DDMTemplateKey = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_DDMTK(long groupId, String DDMTemplateKey, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and DDMTemplateKey = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_DDMTK(long groupId, String DDMTemplateKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and DDMTemplateKey = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_F_ST(long groupId, long folderId, int status)
          Returns all the journal articles that the user has permission to view where groupId = ? and folderId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_F_ST(long groupId, long folderId, int[] statuses)
          Returns all the journal articles that the user has permission to view where groupId = ? and folderId = ? and status = any ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_F_ST(long groupId, long folderId, int[] statuses, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and folderId = ? and status = any ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_F_ST(long groupId, long folderId, int[] statuses, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and folderId = ? and status = any ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_F_ST(long groupId, long folderId, int status, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and folderId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_F_ST(long groupId, long folderId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and folderId = ? and status = ?.
 List<JournalArticle> JournalArticleFinderImpl.filterFindByG_F(long groupId, List<Long> folderIds, QueryDefinition<JournalArticle> queryDefinition)
           
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_F(long groupId, long folderId)
          Returns all the journal articles that the user has permission to view where groupId = ? and folderId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_F(long groupId, long[] folderIds)
          Returns all the journal articles that the user has permission to view where groupId = ? and folderId = any ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_F(long groupId, long[] folderIds, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and folderId = any ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and folderId = any ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_F(long groupId, long folderId, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and folderId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_F(long groupId, long folderId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and folderId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_L(long groupId, String layoutUuid)
          Returns all the journal articles that the user has permission to view where groupId = ? and layoutUuid = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_L(long groupId, String layoutUuid, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and layoutUuid = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_L(long groupId, String layoutUuid, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and layoutUuid = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_ST(long groupId, int status)
          Returns all the journal articles that the user has permission to view where groupId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_ST(long groupId, int status, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_ST(long groupId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_U_C(long groupId, long userId, long classNameId)
          Returns all the journal articles that the user has permission to view where groupId = ? and userId = ? and classNameId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_U_C(long groupId, long userId, long classNameId, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and userId = ? and classNameId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_U_C(long groupId, long userId, long classNameId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and userId = ? and classNameId = ?.
 List<JournalArticle> JournalArticleFinderImpl.filterFindByG_U_F_C(long groupId, long userId, List<Long> folderIds, long classNameId, QueryDefinition<JournalArticle> queryDefinition)
           
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_U(long groupId, long userId)
          Returns all the journal articles that the user has permission to view where groupId = ? and userId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_U(long groupId, long userId, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and userId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_U(long groupId, long userId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and userId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_UT_ST(long groupId, String urlTitle, int status)
          Returns all the journal articles that the user has permission to view where groupId = ? and urlTitle = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_UT_ST(long groupId, String urlTitle, int status, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and urlTitle = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_UT_ST(long groupId, String urlTitle, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and urlTitle = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_UT(long groupId, String urlTitle)
          Returns all the journal articles that the user has permission to view where groupId = ? and urlTitle = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_UT(long groupId, String urlTitle, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and urlTitle = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_UT(long groupId, String urlTitle, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and urlTitle = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByGroupId(long groupId)
          Returns all the journal articles that the user has permission to view where groupId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ?.
 List<JournalArticle> JournalArticleFinderImpl.filterFindByKeywords(long companyId, long groupId, List<Long> folderIds, long classNameId, String keywords, Double version, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
           
 List<JournalArticle> JournalArticlePersistenceImpl.findAll()
          Returns all the journal articles.
 List<JournalArticle> JournalArticlePersistenceImpl.findAll(int start, int end)
          Returns a range of all the journal articles.
 List<JournalArticle> JournalArticlePersistenceImpl.findAll(int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles.
 List<JournalArticle> JournalArticlePersistenceImpl.findByC_DDMTK(long classNameId, String DDMTemplateKey)
          Returns all the journal articles where classNameId = ? and DDMTemplateKey = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByC_DDMTK(long classNameId, String DDMTemplateKey, int start, int end)
          Returns a range of all the journal articles where classNameId = ? and DDMTemplateKey = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByC_DDMTK(long classNameId, String DDMTemplateKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where classNameId = ? and DDMTemplateKey = ?.
 List<JournalArticle> JournalArticleFinderImpl.findByC_G_F_C_A_V_T_D_C_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String[] articleIds, Double version, String[] titles, String[] descriptions, String[] contents, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition<JournalArticle> queryDefinition)
           
 List<JournalArticle> JournalArticleFinderImpl.findByC_G_F_C_A_V_T_D_C_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition<JournalArticle> queryDefinition)
           
 List<JournalArticle> JournalArticleFinderImpl.findByC_G_F_C_A_V_T_D_C_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition<JournalArticle> queryDefinition)
           
 List<JournalArticle> JournalArticlePersistenceImpl.findByC_NotST(long companyId, int status)
          Returns all the journal articles where companyId = ? and status ≠ ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByC_NotST(long companyId, int status, int start, int end)
          Returns a range of all the journal articles where companyId = ? and status ≠ ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByC_NotST(long companyId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where companyId = ? and status ≠ ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByC_ST(long companyId, int status)
          Returns all the journal articles where companyId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByC_ST(long companyId, int status, int start, int end)
          Returns a range of all the journal articles where companyId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByC_ST(long companyId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where companyId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByC_V_ST(long companyId, double version, int status)
          Returns all the journal articles where companyId = ? and version = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByC_V_ST(long companyId, double version, int status, int start, int end)
          Returns a range of all the journal articles where companyId = ? and version = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByC_V_ST(long companyId, double version, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where companyId = ? and version = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByC_V(long companyId, double version)
          Returns all the journal articles where companyId = ? and version = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByC_V(long companyId, double version, int start, int end)
          Returns a range of all the journal articles where companyId = ? and version = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByC_V(long companyId, double version, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where companyId = ? and version = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByCompanyId(long companyId)
          Returns all the journal articles where companyId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the journal articles where companyId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where companyId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByDDMStructureKey(String DDMStructureKey)
          Returns all the journal articles where DDMStructureKey = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByDDMStructureKey(String[] DDMStructureKeies)
          Returns all the journal articles where DDMStructureKey = any ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByDDMStructureKey(String[] DDMStructureKeies, int start, int end)
          Returns a range of all the journal articles where DDMStructureKey = any ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByDDMStructureKey(String[] DDMStructureKeies, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where DDMStructureKey = any ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByDDMStructureKey(String DDMStructureKey, int start, int end)
          Returns a range of all the journal articles where DDMStructureKey = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByDDMStructureKey(String DDMStructureKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where DDMStructureKey = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByDDMTemplateKey(String DDMTemplateKey)
          Returns all the journal articles where DDMTemplateKey = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByDDMTemplateKey(String DDMTemplateKey, int start, int end)
          Returns a range of all the journal articles where DDMTemplateKey = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByDDMTemplateKey(String DDMTemplateKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where DDMTemplateKey = ?.
 List<JournalArticle> JournalArticleFinderImpl.findByExpirationDate(long classNameId, Date expirationDateLT, QueryDefinition<JournalArticle> queryDefinition)
           
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_A_NotST(long groupId, String articleId, int status)
          Returns all the journal articles where groupId = ? and articleId = ? and status ≠ ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_A_NotST(long groupId, String articleId, int status, int start, int end)
          Returns a range of all the journal articles where groupId = ? and articleId = ? and status ≠ ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_A_NotST(long groupId, String articleId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status ≠ ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_A_ST(long groupId, String articleId, int status)
          Returns all the journal articles where groupId = ? and articleId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_A_ST(long groupId, String articleId, int[] statuses)
          Returns all the journal articles where groupId = ? and articleId = ? and status = any ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_A_ST(long groupId, String articleId, int[] statuses, int start, int end)
          Returns a range of all the journal articles where groupId = ? and articleId = ? and status = any ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_A_ST(long groupId, String articleId, int[] statuses, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status = any ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_A_ST(long groupId, String articleId, int status, int start, int end)
          Returns a range of all the journal articles where groupId = ? and articleId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_A_ST(long groupId, String articleId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_A(long groupId, String articleId)
          Returns all the journal articles where groupId = ? and articleId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_A(long groupId, String articleId, int start, int end)
          Returns a range of all the journal articles where groupId = ? and articleId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_A(long groupId, String articleId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and articleId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_C_C(long groupId, long classNameId, long classPK)
          Returns all the journal articles where groupId = ? and classNameId = ? and classPK = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_C_C(long groupId, long classNameId, long classPK, int start, int end)
          Returns a range of all the journal articles where groupId = ? and classNameId = ? and classPK = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_C_C(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and classPK = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_C_DDMTK(long groupId, long classNameId, String DDMTemplateKey)
          Returns all the journal articles where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_C_DDMTK(long groupId, long classNameId, String DDMTemplateKey, int start, int end)
          Returns a range of all the journal articles where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_C_DDMTK(long groupId, long classNameId, String DDMTemplateKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_C_L(long groupId, long classNameId, String layoutUuid)
          Returns all the journal articles where groupId = ? and classNameId = ? and layoutUuid = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_C_L(long groupId, long classNameId, String layoutUuid, int start, int end)
          Returns a range of all the journal articles where groupId = ? and classNameId = ? and layoutUuid = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_C_L(long groupId, long classNameId, String layoutUuid, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and layoutUuid = ?.
 List<JournalArticle> JournalArticleFinderImpl.findByG_C_S(long groupId, long classNameId, String[] ddmStructureKeys, QueryDefinition<JournalArticle> queryDefinition)
           
 List<JournalArticle> JournalArticleFinderImpl.findByG_C_S(long groupId, long classNameId, String ddmStructureKey, QueryDefinition<JournalArticle> queryDefinition)
           
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_DDMSK(long groupId, String DDMStructureKey)
          Returns all the journal articles where groupId = ? and DDMStructureKey = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_DDMSK(long groupId, String DDMStructureKey, int start, int end)
          Returns a range of all the journal articles where groupId = ? and DDMStructureKey = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_DDMSK(long groupId, String DDMStructureKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and DDMStructureKey = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_DDMTK(long groupId, String DDMTemplateKey)
          Returns all the journal articles where groupId = ? and DDMTemplateKey = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_DDMTK(long groupId, String DDMTemplateKey, int start, int end)
          Returns a range of all the journal articles where groupId = ? and DDMTemplateKey = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_DDMTK(long groupId, String DDMTemplateKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and DDMTemplateKey = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_F_ST(long groupId, long folderId, int status)
          Returns all the journal articles where groupId = ? and folderId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_F_ST(long groupId, long folderId, int[] statuses)
          Returns all the journal articles where groupId = ? and folderId = ? and status = any ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_F_ST(long groupId, long folderId, int[] statuses, int start, int end)
          Returns a range of all the journal articles where groupId = ? and folderId = ? and status = any ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_F_ST(long groupId, long folderId, int[] statuses, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and folderId = ? and status = any ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_F_ST(long groupId, long folderId, int status, int start, int end)
          Returns a range of all the journal articles where groupId = ? and folderId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_F_ST(long groupId, long folderId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and folderId = ? and status = ?.
 List<JournalArticle> JournalArticleFinderImpl.findByG_F(long groupId, List<Long> folderIds, QueryDefinition<JournalArticle> queryDefinition)
           
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_F(long groupId, long folderId)
          Returns all the journal articles where groupId = ? and folderId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_F(long groupId, long[] folderIds)
          Returns all the journal articles where groupId = ? and folderId = any ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_F(long groupId, long[] folderIds, int start, int end)
          Returns a range of all the journal articles where groupId = ? and folderId = any ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and folderId = any ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_F(long groupId, long folderId, int start, int end)
          Returns a range of all the journal articles where groupId = ? and folderId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_F(long groupId, long folderId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and folderId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_L(long groupId, String layoutUuid)
          Returns all the journal articles where groupId = ? and layoutUuid = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_L(long groupId, String layoutUuid, int start, int end)
          Returns a range of all the journal articles where groupId = ? and layoutUuid = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_L(long groupId, String layoutUuid, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and layoutUuid = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_ST(long groupId, int status)
          Returns all the journal articles where groupId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_ST(long groupId, int status, int start, int end)
          Returns a range of all the journal articles where groupId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_ST(long groupId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_U_C(long groupId, long userId, long classNameId)
          Returns all the journal articles where groupId = ? and userId = ? and classNameId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_U_C(long groupId, long userId, long classNameId, int start, int end)
          Returns a range of all the journal articles where groupId = ? and userId = ? and classNameId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_U_C(long groupId, long userId, long classNameId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and userId = ? and classNameId = ?.
 List<JournalArticle> JournalArticleFinderImpl.findByG_U_F_C(long groupId, long userId, List<Long> folderIds, long classNameId, QueryDefinition<JournalArticle> queryDefinition)
           
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_U(long groupId, long userId)
          Returns all the journal articles where groupId = ? and userId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_U(long groupId, long userId, int start, int end)
          Returns a range of all the journal articles where groupId = ? and userId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_U(long groupId, long userId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and userId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_UT_ST(long groupId, String urlTitle, int status)
          Returns all the journal articles where groupId = ? and urlTitle = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_UT_ST(long groupId, String urlTitle, int status, int start, int end)
          Returns a range of all the journal articles where groupId = ? and urlTitle = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_UT_ST(long groupId, String urlTitle, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and urlTitle = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_UT(long groupId, String urlTitle)
          Returns all the journal articles where groupId = ? and urlTitle = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_UT(long groupId, String urlTitle, int start, int end)
          Returns a range of all the journal articles where groupId = ? and urlTitle = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_UT(long groupId, String urlTitle, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and urlTitle = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByGroupId(long groupId)
          Returns all the journal articles where groupId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByGroupId(long groupId, int start, int end)
          Returns a range of all the journal articles where groupId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ?.
 List<JournalArticle> JournalArticleFinderImpl.findByKeywords(long companyId, long groupId, List<Long> folderIds, long classNameId, String keywords, Double version, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
           
 List<JournalArticle> JournalArticlePersistenceImpl.findByLayoutUuid(String layoutUuid)
          Returns all the journal articles where layoutUuid = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByLayoutUuid(String layoutUuid, int start, int end)
          Returns a range of all the journal articles where layoutUuid = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByLayoutUuid(String layoutUuid, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where layoutUuid = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByLtD_S(Date displayDate, int status)
          Returns all the journal articles where displayDate < ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByLtD_S(Date displayDate, int status, int start, int end)
          Returns a range of all the journal articles where displayDate < ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByLtD_S(Date displayDate, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where displayDate < ? and status = ?.
 List<JournalArticle> JournalArticleFinderImpl.findByNoAssets()
           
 List<JournalArticle> JournalArticleFinderImpl.findByNoPermissions()
           
 List<JournalArticle> JournalArticlePersistenceImpl.findByR_I_S(long resourcePrimKey, boolean indexable, int status)
          Returns all the journal articles where resourcePrimKey = ? and indexable = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByR_I_S(long resourcePrimKey, boolean indexable, int[] statuses)
          Returns all the journal articles where resourcePrimKey = ? and indexable = ? and status = any ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByR_I_S(long resourcePrimKey, boolean indexable, int[] statuses, int start, int end)
          Returns a range of all the journal articles where resourcePrimKey = ? and indexable = ? and status = any ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByR_I_S(long resourcePrimKey, boolean indexable, int[] statuses, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ? and indexable = ? and status = any ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByR_I_S(long resourcePrimKey, boolean indexable, int status, int start, int end)
          Returns a range of all the journal articles where resourcePrimKey = ? and indexable = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByR_I_S(long resourcePrimKey, boolean indexable, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ? and indexable = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByR_I(long resourcePrimKey, boolean indexable)
          Returns all the journal articles where resourcePrimKey = ? and indexable = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByR_I(long resourcePrimKey, boolean indexable, int start, int end)
          Returns a range of all the journal articles where resourcePrimKey = ? and indexable = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByR_I(long resourcePrimKey, boolean indexable, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ? and indexable = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByR_ST(long resourcePrimKey, int status)
          Returns all the journal articles where resourcePrimKey = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByR_ST(long resourcePrimKey, int[] statuses)
          Returns all the journal articles where resourcePrimKey = ? and status = any ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByR_ST(long resourcePrimKey, int[] statuses, int start, int end)
          Returns a range of all the journal articles where resourcePrimKey = ? and status = any ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByR_ST(long resourcePrimKey, int[] statuses, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ? and status = any ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByR_ST(long resourcePrimKey, int status, int start, int end)
          Returns a range of all the journal articles where resourcePrimKey = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByR_ST(long resourcePrimKey, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByResourcePrimKey(long resourcePrimKey)
          Returns all the journal articles where resourcePrimKey = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByResourcePrimKey(long resourcePrimKey, int start, int end)
          Returns a range of all the journal articles where resourcePrimKey = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByResourcePrimKey(long resourcePrimKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ?.
 List<JournalArticle> JournalArticleFinderImpl.findByReviewDate(long classNameId, Date reviewDateLT, Date reviewDateGT)
           
 List<JournalArticle> JournalArticlePersistenceImpl.findBySmallImageId(long smallImageId)
          Returns all the journal articles where smallImageId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findBySmallImageId(long smallImageId, int start, int end)
          Returns a range of all the journal articles where smallImageId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findBySmallImageId(long smallImageId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where smallImageId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByUuid_C(String uuid, long companyId)
          Returns all the journal articles where uuid = ? and companyId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the journal articles where uuid = ? and companyId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where uuid = ? and companyId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByUuid(String uuid)
          Returns all the journal articles where uuid = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByUuid(String uuid, int start, int end)
          Returns a range of all the journal articles where uuid = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where uuid = ?.
 

Methods in com.liferay.portlet.journal.service.persistence.impl with parameters of type JournalArticle
 void JournalArticlePersistenceImpl.cacheResult(JournalArticle journalArticle)
          Caches the journal article in the entity cache if it is enabled.
protected  void JournalArticlePersistenceImpl.cacheUniqueFindersCache(JournalArticle journalArticle)
           
 void JournalArticlePersistenceImpl.clearCache(JournalArticle journalArticle)
          Clears the cache for the journal article.
protected  void JournalArticlePersistenceImpl.clearUniqueFindersCache(JournalArticle journalArticle)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_A_NotST_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_A_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String articleId, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_A_ST_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_C_C_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, long classNameId, long classPK, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_C_DDMTK_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_C_L_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, long classNameId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_DDMSK_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_DDMTK_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_F_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, long folderId, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_F_ST_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, long folderId, int status, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_L_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_ST_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, int status, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_U_C_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, long userId, long classNameId, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_U_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, long userId, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_UT_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String urlTitle, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_UT_ST_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String urlTitle, int status, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByGroupId_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByC_DDMTK_PrevAndNext(Session session, JournalArticle journalArticle, long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByC_NotST_PrevAndNext(Session session, JournalArticle journalArticle, long companyId, int status, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByC_ST_PrevAndNext(Session session, JournalArticle journalArticle, long companyId, int status, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByC_V_PrevAndNext(Session session, JournalArticle journalArticle, long companyId, double version, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByC_V_ST_PrevAndNext(Session session, JournalArticle journalArticle, long companyId, double version, int status, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByCompanyId_PrevAndNext(Session session, JournalArticle journalArticle, long companyId, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByDDMStructureKey_PrevAndNext(Session session, JournalArticle journalArticle, String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByDDMTemplateKey_PrevAndNext(Session session, JournalArticle journalArticle, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByG_A_NotST_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByG_A_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String articleId, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByG_A_ST_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByG_C_C_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, long classNameId, long classPK, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByG_C_DDMTK_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByG_C_L_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, long classNameId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByG_DDMSK_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByG_DDMTK_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByG_F_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, long folderId, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByG_F_ST_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, long folderId, int status, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByG_L_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByG_ST_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, int status, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByG_U_C_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, long userId, long classNameId, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByG_U_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, long userId, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByG_UT_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String urlTitle, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByG_UT_ST_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String urlTitle, int status, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByGroupId_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByLayoutUuid_PrevAndNext(Session session, JournalArticle journalArticle, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByLtD_S_PrevAndNext(Session session, JournalArticle journalArticle, Date displayDate, int status, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByR_I_PrevAndNext(Session session, JournalArticle journalArticle, long resourcePrimKey, boolean indexable, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByR_I_S_PrevAndNext(Session session, JournalArticle journalArticle, long resourcePrimKey, boolean indexable, int status, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByR_ST_PrevAndNext(Session session, JournalArticle journalArticle, long resourcePrimKey, int status, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByResourcePrimKey_PrevAndNext(Session session, JournalArticle journalArticle, long resourcePrimKey, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getBySmallImageId_PrevAndNext(Session session, JournalArticle journalArticle, long smallImageId, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByUuid_C_PrevAndNext(Session session, JournalArticle journalArticle, String uuid, long companyId, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByUuid_PrevAndNext(Session session, JournalArticle journalArticle, String uuid, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.removeImpl(JournalArticle journalArticle)
           
protected  JournalArticle JournalArticlePersistenceImpl.toUnwrappedModel(JournalArticle journalArticle)
           
 JournalArticle JournalArticlePersistenceImpl.updateImpl(JournalArticle journalArticle)
           
 

Method parameters in com.liferay.portlet.journal.service.persistence.impl with type arguments of type JournalArticle
 void JournalArticlePersistenceImpl.cacheResult(List<JournalArticle> journalArticles)
          Caches the journal articles in the entity cache if it is enabled.
 void JournalArticlePersistenceImpl.clearCache(List<JournalArticle> journalArticles)
           
 int JournalArticleFinderImpl.countByC_G_F_C_A_V_T_D_C_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String[] articleIds, Double version, String[] titles, String[] descriptions, String[] contents, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition<JournalArticle> queryDefinition)
           
 int JournalArticleFinderImpl.countByC_G_F_C_A_V_T_D_C_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition<JournalArticle> queryDefinition)
           
 int JournalArticleFinderImpl.countByC_G_F_C_A_V_T_D_C_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition<JournalArticle> queryDefinition)
           
 int JournalArticleFinderImpl.countByG_C_S(long groupId, long classNameId, String ddmStructureKey, QueryDefinition<JournalArticle> queryDefinition)
           
 int JournalArticleFinderImpl.countByG_F(long groupId, List<Long> folderIds, QueryDefinition<JournalArticle> queryDefinition)
           
 int JournalArticleFinderImpl.countByG_U_F_C(long groupId, long userId, List<Long> folderIds, long classNameId, QueryDefinition<JournalArticle> queryDefinition)
           
protected  int JournalArticleFinderImpl.doCountByC_G_F_C_A_V_T_D_C_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String[] articleIds, Double version, String[] titles, String[] descriptions, String[] contents, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition<JournalArticle> queryDefinition, boolean inlineSQLHelper)
           
protected  int JournalArticleFinderImpl.doCountByG_C_S(long groupId, long classNameId, String[] ddmStructureKeys, QueryDefinition<JournalArticle> queryDefinition, boolean inlineSQLHelper)
           
protected  int JournalArticleFinderImpl.doCountByG_F(long groupId, List<Long> folderIds, QueryDefinition<JournalArticle> queryDefinition, boolean inlineSQLHelper)
           
protected  int JournalArticleFinderImpl.doCountByG_U_F_C(long groupId, long userId, List<Long> folderIds, long classNameId, QueryDefinition<JournalArticle> queryDefinition, boolean inlineSQLHelper)
           
protected  List<JournalArticle> JournalArticleFinderImpl.doFindByC_G_F_C_A_V_T_D_C_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String[] articleIds, Double version, String[] titles, String[] descriptions, String[] contents, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition<JournalArticle> queryDefinition, boolean inlineSQLHelper)
           
protected  List<JournalArticle> JournalArticleFinderImpl.doFindByG_C_S(long groupId, long classNameId, String[] ddmStructureKeys, QueryDefinition<JournalArticle> queryDefinition, boolean inlineSQLHelper)
           
protected  List<JournalArticle> JournalArticleFinderImpl.doFindByG_F(long groupId, List<Long> folderIds, QueryDefinition<JournalArticle> queryDefinition, boolean inlineSQLHelper)
           
protected  List<JournalArticle> JournalArticleFinderImpl.doFindByG_U_F_C(long groupId, long userId, List<Long> folderIds, long classNameId, QueryDefinition<JournalArticle> queryDefinition, boolean inlineSQLHelper)
           
 JournalArticle JournalArticlePersistenceImpl.fetchByC_DDMTK_First(long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where classNameId = ? and DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByC_DDMTK_Last(long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where classNameId = ? and DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByC_NotST_First(long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and status ≠ ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByC_NotST_Last(long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and status ≠ ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByC_ST_First(long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByC_ST_Last(long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByC_V_First(long companyId, double version, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and version = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByC_V_Last(long companyId, double version, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and version = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByC_V_ST_First(long companyId, double version, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and version = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByC_V_ST_Last(long companyId, double version, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and version = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByDDMStructureKey_First(String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where DDMStructureKey = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByDDMStructureKey_Last(String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where DDMStructureKey = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByDDMTemplateKey_First(String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByDDMTemplateKey_Last(String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_A_First(long groupId, String articleId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_A_Last(long groupId, String articleId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_A_NotST_First(long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_A_NotST_Last(long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_A_ST_First(long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_A_ST_Last(long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_C_C_Last(long groupId, long classNameId, long classPK, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_C_DDMTK_First(long groupId, long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_C_DDMTK_Last(long groupId, long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_C_L_First(long groupId, long classNameId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_C_L_Last(long groupId, long classNameId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_DDMSK_First(long groupId, String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and DDMStructureKey = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_DDMSK_Last(long groupId, String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and DDMStructureKey = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_DDMTK_First(long groupId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_DDMTK_Last(long groupId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_F_First(long groupId, long folderId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and folderId = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_F_Last(long groupId, long folderId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and folderId = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_F_ST_First(long groupId, long folderId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and folderId = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_F_ST_Last(long groupId, long folderId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and folderId = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_L_First(long groupId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and layoutUuid = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_L_Last(long groupId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and layoutUuid = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_ST_First(long groupId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_ST_Last(long groupId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_U_C_First(long groupId, long userId, long classNameId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_U_C_Last(long groupId, long userId, long classNameId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_U_First(long groupId, long userId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and userId = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_U_Last(long groupId, long userId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and userId = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_UT_First(long groupId, String urlTitle, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and urlTitle = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_UT_Last(long groupId, String urlTitle, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and urlTitle = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_UT_ST_First(long groupId, String urlTitle, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_UT_ST_Last(long groupId, String urlTitle, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByLayoutUuid_First(String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where layoutUuid = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByLayoutUuid_Last(String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where layoutUuid = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByLtD_S_First(Date displayDate, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where displayDate < ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByLtD_S_Last(Date displayDate, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where displayDate < ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByR_I_First(long resourcePrimKey, boolean indexable, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByR_I_Last(long resourcePrimKey, boolean indexable, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByR_I_S_First(long resourcePrimKey, boolean indexable, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByR_I_S_Last(long resourcePrimKey, boolean indexable, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByR_ST_First(long resourcePrimKey, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByR_ST_Last(long resourcePrimKey, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByResourcePrimKey_First(long resourcePrimKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByResourcePrimKey_Last(long resourcePrimKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchBySmallImageId_First(long smallImageId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where smallImageId = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchBySmallImageId_Last(long smallImageId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where smallImageId = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where uuid = ? and companyId = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where uuid = ? and companyId = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where uuid = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where uuid = ?.
 int JournalArticleFinderImpl.filterCountByC_G_F_C_A_V_T_D_C_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String[] articleIds, Double version, String[] titles, String[] descriptions, String[] contents, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition<JournalArticle> queryDefinition)
           
 int JournalArticleFinderImpl.filterCountByC_G_F_C_A_V_T_D_C_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition<JournalArticle> queryDefinition)
           
 int JournalArticleFinderImpl.filterCountByC_G_F_C_A_V_T_D_C_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition<JournalArticle> queryDefinition)
           
 int JournalArticleFinderImpl.filterCountByG_C_S(long groupId, long classNameId, String ddmStructureKey, QueryDefinition<JournalArticle> queryDefinition)
           
 int JournalArticleFinderImpl.filterCountByG_F(long groupId, List<Long> folderIds, QueryDefinition<JournalArticle> queryDefinition)
           
 int JournalArticleFinderImpl.filterCountByG_U_F_C(long groupId, long userId, List<Long> folderIds, long classNameId, QueryDefinition<JournalArticle> queryDefinition)
           
 List<JournalArticle> JournalArticleFinderImpl.filterFindByC_G_F_C_A_V_T_D_C_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String[] articleIds, Double version, String[] titles, String[] descriptions, String[] contents, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition<JournalArticle> queryDefinition)
           
 List<JournalArticle> JournalArticleFinderImpl.filterFindByC_G_F_C_A_V_T_D_C_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition<JournalArticle> queryDefinition)
           
 List<JournalArticle> JournalArticleFinderImpl.filterFindByC_G_F_C_A_V_T_D_C_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition<JournalArticle> queryDefinition)
           
 JournalArticle[] JournalArticlePersistenceImpl.filterFindByG_A_NotST_PrevAndNext(long id, long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and articleId = ? and status ≠ ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_A_NotST(long groupId, String articleId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and articleId = ? and status ≠ ?.
 JournalArticle[] JournalArticlePersistenceImpl.filterFindByG_A_PrevAndNext(long id, long groupId, String articleId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and articleId = ?.
 JournalArticle[] JournalArticlePersistenceImpl.filterFindByG_A_ST_PrevAndNext(long id, long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and articleId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_A_ST(long groupId, String articleId, int[] statuses, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = any ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_A_ST(long groupId, String articleId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and articleId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_A(long groupId, String articleId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and articleId = ?.
 JournalArticle[] JournalArticlePersistenceImpl.filterFindByG_C_C_PrevAndNext(long id, long groupId, long classNameId, long classPK, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_C_C(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and classPK = ?.
 JournalArticle[] JournalArticlePersistenceImpl.filterFindByG_C_DDMTK_PrevAndNext(long id, long groupId, long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_C_DDMTK(long groupId, long classNameId, String DDMTemplateKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
 JournalArticle[] JournalArticlePersistenceImpl.filterFindByG_C_L_PrevAndNext(long id, long groupId, long classNameId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and layoutUuid = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_C_L(long groupId, long classNameId, String layoutUuid, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and layoutUuid = ?.
 List<JournalArticle> JournalArticleFinderImpl.filterFindByG_C_S(long groupId, long classNameId, String[] ddmStructureKeys, QueryDefinition<JournalArticle> queryDefinition)
           
 List<JournalArticle> JournalArticleFinderImpl.filterFindByG_C_S(long groupId, long classNameId, String ddmStructureKey, QueryDefinition<JournalArticle> queryDefinition)
           
 JournalArticle[] JournalArticlePersistenceImpl.filterFindByG_DDMSK_PrevAndNext(long id, long groupId, String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and DDMStructureKey = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_DDMSK(long groupId, String DDMStructureKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and DDMStructureKey = ?.
 JournalArticle[] JournalArticlePersistenceImpl.filterFindByG_DDMTK_PrevAndNext(long id, long groupId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and DDMTemplateKey = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_DDMTK(long groupId, String DDMTemplateKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and DDMTemplateKey = ?.
 JournalArticle[] JournalArticlePersistenceImpl.filterFindByG_F_PrevAndNext(long id, long groupId, long folderId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and folderId = ?.
 JournalArticle[] JournalArticlePersistenceImpl.filterFindByG_F_ST_PrevAndNext(long id, long groupId, long folderId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and folderId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_F_ST(long groupId, long folderId, int[] statuses, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and folderId = ? and status = any ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_F_ST(long groupId, long folderId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and folderId = ? and status = ?.
 List<JournalArticle> JournalArticleFinderImpl.filterFindByG_F(long groupId, List<Long> folderIds, QueryDefinition<JournalArticle> queryDefinition)
           
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and folderId = any ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_F(long groupId, long folderId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and folderId = ?.
 JournalArticle[] JournalArticlePersistenceImpl.filterFindByG_L_PrevAndNext(long id, long groupId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and layoutUuid = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_L(long groupId, String layoutUuid, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and layoutUuid = ?.
 JournalArticle[] JournalArticlePersistenceImpl.filterFindByG_ST_PrevAndNext(long id, long groupId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_ST(long groupId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and status = ?.
 JournalArticle[] JournalArticlePersistenceImpl.filterFindByG_U_C_PrevAndNext(long id, long groupId, long userId, long classNameId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and userId = ? and classNameId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_U_C(long groupId, long userId, long classNameId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and userId = ? and classNameId = ?.
 List<JournalArticle> JournalArticleFinderImpl.filterFindByG_U_F_C(long groupId, long userId, List<Long> folderIds, long classNameId, QueryDefinition<JournalArticle> queryDefinition)
           
 JournalArticle[] JournalArticlePersistenceImpl.filterFindByG_U_PrevAndNext(long id, long groupId, long userId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and userId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_U(long groupId, long userId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and userId = ?.
 JournalArticle[] JournalArticlePersistenceImpl.filterFindByG_UT_PrevAndNext(long id, long groupId, String urlTitle, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and urlTitle = ?.
 JournalArticle[] JournalArticlePersistenceImpl.filterFindByG_UT_ST_PrevAndNext(long id, long groupId, String urlTitle, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and urlTitle = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_UT_ST(long groupId, String urlTitle, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and urlTitle = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_UT(long groupId, String urlTitle, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and urlTitle = ?.
 JournalArticle[] JournalArticlePersistenceImpl.filterFindByGroupId_PrevAndNext(long id, long groupId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ?.
 List<JournalArticle> JournalArticleFinderImpl.filterFindByKeywords(long companyId, long groupId, List<Long> folderIds, long classNameId, String keywords, Double version, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_A_NotST_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_A_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String articleId, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_A_ST_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_C_C_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, long classNameId, long classPK, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_C_DDMTK_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_C_L_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, long classNameId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_DDMSK_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_DDMTK_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_F_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, long folderId, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_F_ST_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, long folderId, int status, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_L_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_ST_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, int status, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_U_C_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, long userId, long classNameId, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_U_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, long userId, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_UT_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String urlTitle, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_UT_ST_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String urlTitle, int status, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByGroupId_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
 List<JournalArticle> JournalArticlePersistenceImpl.findAll(int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles.
 JournalArticle JournalArticlePersistenceImpl.findByC_DDMTK_First(long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where classNameId = ? and DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistenceImpl.findByC_DDMTK_Last(long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where classNameId = ? and DDMTemplateKey = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByC_DDMTK_PrevAndNext(long id, long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where classNameId = ? and DDMTemplateKey = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByC_DDMTK(long classNameId, String DDMTemplateKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where classNameId = ? and DDMTemplateKey = ?.
 List<JournalArticle> JournalArticleFinderImpl.findByC_G_F_C_A_V_T_D_C_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String[] articleIds, Double version, String[] titles, String[] descriptions, String[] contents, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition<JournalArticle> queryDefinition)
           
 List<JournalArticle> JournalArticleFinderImpl.findByC_G_F_C_A_V_T_D_C_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String[] ddmStructureKeys, String[] ddmTemplateKeys, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition<JournalArticle> queryDefinition)
           
 List<JournalArticle> JournalArticleFinderImpl.findByC_G_F_C_A_V_T_D_C_S_T_D_R(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, Double version, String title, String description, String content, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, Date reviewDate, boolean andOperator, QueryDefinition<JournalArticle> queryDefinition)
           
 JournalArticle JournalArticlePersistenceImpl.findByC_NotST_First(long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and status ≠ ?.
 JournalArticle JournalArticlePersistenceImpl.findByC_NotST_Last(long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and status ≠ ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByC_NotST_PrevAndNext(long id, long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and status ≠ ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByC_NotST(long companyId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where companyId = ? and status ≠ ?.
 JournalArticle JournalArticlePersistenceImpl.findByC_ST_First(long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.findByC_ST_Last(long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and status = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByC_ST_PrevAndNext(long id, long companyId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByC_ST(long companyId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where companyId = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.findByC_V_First(long companyId, double version, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and version = ?.
 JournalArticle JournalArticlePersistenceImpl.findByC_V_Last(long companyId, double version, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and version = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByC_V_PrevAndNext(long id, long companyId, double version, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and version = ?.
 JournalArticle JournalArticlePersistenceImpl.findByC_V_ST_First(long companyId, double version, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and version = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.findByC_V_ST_Last(long companyId, double version, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and version = ? and status = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByC_V_ST_PrevAndNext(long id, long companyId, double version, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and version = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByC_V_ST(long companyId, double version, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where companyId = ? and version = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByC_V(long companyId, double version, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where companyId = ? and version = ?.
 JournalArticle JournalArticlePersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where companyId = ?.
 JournalArticle JournalArticlePersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where companyId = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByCompanyId_PrevAndNext(long id, long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where companyId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where companyId = ?.
 JournalArticle JournalArticlePersistenceImpl.findByDDMStructureKey_First(String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where DDMStructureKey = ?.
 JournalArticle JournalArticlePersistenceImpl.findByDDMStructureKey_Last(String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where DDMStructureKey = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByDDMStructureKey_PrevAndNext(long id, String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where DDMStructureKey = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByDDMStructureKey(String[] DDMStructureKeies, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where DDMStructureKey = any ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByDDMStructureKey(String DDMStructureKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where DDMStructureKey = ?.
 JournalArticle JournalArticlePersistenceImpl.findByDDMTemplateKey_First(String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistenceImpl.findByDDMTemplateKey_Last(String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where DDMTemplateKey = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByDDMTemplateKey_PrevAndNext(long id, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where DDMTemplateKey = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByDDMTemplateKey(String DDMTemplateKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where DDMTemplateKey = ?.
 List<JournalArticle> JournalArticleFinderImpl.findByExpirationDate(long classNameId, Date expirationDateLT, QueryDefinition<JournalArticle> queryDefinition)
           
 JournalArticle JournalArticlePersistenceImpl.findByG_A_First(long groupId, String articleId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_A_Last(long groupId, String articleId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_A_NotST_First(long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_A_NotST_Last(long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByG_A_NotST_PrevAndNext(long id, long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_A_NotST(long groupId, String articleId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status ≠ ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByG_A_PrevAndNext(long id, long groupId, String articleId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_A_ST_First(long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_A_ST_Last(long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByG_A_ST_PrevAndNext(long id, long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_A_ST(long groupId, String articleId, int[] statuses, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status = any ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_A_ST(long groupId, String articleId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_A(long groupId, String articleId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and articleId = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_C_C_Last(long groupId, long classNameId, long classPK, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByG_C_C_PrevAndNext(long id, long groupId, long classNameId, long classPK, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_C_C(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and classPK = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_C_DDMTK_First(long groupId, long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_C_DDMTK_Last(long groupId, long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByG_C_DDMTK_PrevAndNext(long id, long groupId, long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_C_DDMTK(long groupId, long classNameId, String DDMTemplateKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_C_L_First(long groupId, long classNameId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_C_L_Last(long groupId, long classNameId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByG_C_L_PrevAndNext(long id, long groupId, long classNameId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_C_L(long groupId, long classNameId, String layoutUuid, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and layoutUuid = ?.
 List<JournalArticle> JournalArticleFinderImpl.findByG_C_S(long groupId, long classNameId, String[] ddmStructureKeys, QueryDefinition<JournalArticle> queryDefinition)
           
 List<JournalArticle> JournalArticleFinderImpl.findByG_C_S(long groupId, long classNameId, String ddmStructureKey, QueryDefinition<JournalArticle> queryDefinition)
           
 JournalArticle JournalArticlePersistenceImpl.findByG_DDMSK_First(long groupId, String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and DDMStructureKey = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_DDMSK_Last(long groupId, String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and DDMStructureKey = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByG_DDMSK_PrevAndNext(long id, long groupId, String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and DDMStructureKey = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_DDMSK(long groupId, String DDMStructureKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and DDMStructureKey = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_DDMTK_First(long groupId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_DDMTK_Last(long groupId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and DDMTemplateKey = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByG_DDMTK_PrevAndNext(long id, long groupId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and DDMTemplateKey = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_DDMTK(long groupId, String DDMTemplateKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and DDMTemplateKey = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_F_First(long groupId, long folderId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and folderId = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_F_Last(long groupId, long folderId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and folderId = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByG_F_PrevAndNext(long id, long groupId, long folderId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and folderId = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_F_ST_First(long groupId, long folderId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and folderId = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_F_ST_Last(long groupId, long folderId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and folderId = ? and status = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByG_F_ST_PrevAndNext(long id, long groupId, long folderId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and folderId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_F_ST(long groupId, long folderId, int[] statuses, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and folderId = ? and status = any ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_F_ST(long groupId, long folderId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and folderId = ? and status = ?.
 List<JournalArticle> JournalArticleFinderImpl.findByG_F(long groupId, List<Long> folderIds, QueryDefinition<JournalArticle> queryDefinition)
           
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and folderId = any ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_F(long groupId, long folderId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and folderId = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_L_First(long groupId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and layoutUuid = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_L_Last(long groupId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and layoutUuid = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByG_L_PrevAndNext(long id, long groupId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and layoutUuid = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_L(long groupId, String layoutUuid, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and layoutUuid = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_ST_First(long groupId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_ST_Last(long groupId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and status = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByG_ST_PrevAndNext(long id, long groupId, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_ST(long groupId, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_U_C_First(long groupId, long userId, long classNameId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_U_C_Last(long groupId, long userId, long classNameId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByG_U_C_PrevAndNext(long id, long groupId, long userId, long classNameId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_U_C(long groupId, long userId, long classNameId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and userId = ? and classNameId = ?.
 List<JournalArticle> JournalArticleFinderImpl.findByG_U_F_C(long groupId, long userId, List<Long> folderIds, long classNameId, QueryDefinition<JournalArticle> queryDefinition)
           
 JournalArticle JournalArticlePersistenceImpl.findByG_U_First(long groupId, long userId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and userId = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_U_Last(long groupId, long userId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and userId = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByG_U_PrevAndNext(long id, long groupId, long userId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and userId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_U(long groupId, long userId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and userId = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_UT_First(long groupId, String urlTitle, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and urlTitle = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_UT_Last(long groupId, String urlTitle, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and urlTitle = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByG_UT_PrevAndNext(long id, long groupId, String urlTitle, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and urlTitle = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_UT_ST_First(long groupId, String urlTitle, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_UT_ST_Last(long groupId, String urlTitle, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByG_UT_ST_PrevAndNext(long id, long groupId, String urlTitle, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_UT_ST(long groupId, String urlTitle, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and urlTitle = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_UT(long groupId, String urlTitle, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and urlTitle = ?.
 JournalArticle JournalArticlePersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where groupId = ?.
 JournalArticle JournalArticlePersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where groupId = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByGroupId_PrevAndNext(long id, long groupId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ?.
 List<JournalArticle> JournalArticleFinderImpl.findByKeywords(long companyId, long groupId, List<Long> folderIds, long classNameId, String keywords, Double version, String ddmStructureKey, String ddmTemplateKey, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
           
 JournalArticle JournalArticlePersistenceImpl.findByLayoutUuid_First(String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where layoutUuid = ?.
 JournalArticle JournalArticlePersistenceImpl.findByLayoutUuid_Last(String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where layoutUuid = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByLayoutUuid_PrevAndNext(long id, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where layoutUuid = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByLayoutUuid(String layoutUuid, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where layoutUuid = ?.
 JournalArticle JournalArticlePersistenceImpl.findByLtD_S_First(Date displayDate, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where displayDate < ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.findByLtD_S_Last(Date displayDate, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where displayDate < ? and status = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByLtD_S_PrevAndNext(long id, Date displayDate, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where displayDate < ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByLtD_S(Date displayDate, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where displayDate < ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.findByR_I_First(long resourcePrimKey, boolean indexable, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ?.
 JournalArticle JournalArticlePersistenceImpl.findByR_I_Last(long resourcePrimKey, boolean indexable, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByR_I_PrevAndNext(long id, long resourcePrimKey, boolean indexable, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and indexable = ?.
 JournalArticle JournalArticlePersistenceImpl.findByR_I_S_First(long resourcePrimKey, boolean indexable, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.findByR_I_S_Last(long resourcePrimKey, boolean indexable, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByR_I_S_PrevAndNext(long id, long resourcePrimKey, boolean indexable, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByR_I_S(long resourcePrimKey, boolean indexable, int[] statuses, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ? and indexable = ? and status = any ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByR_I_S(long resourcePrimKey, boolean indexable, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ? and indexable = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByR_I(long resourcePrimKey, boolean indexable, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ? and indexable = ?.
 JournalArticle JournalArticlePersistenceImpl.findByR_ST_First(long resourcePrimKey, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.findByR_ST_Last(long resourcePrimKey, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and status = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByR_ST_PrevAndNext(long id, long resourcePrimKey, int status, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByR_ST(long resourcePrimKey, int[] statuses, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ? and status = any ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByR_ST(long resourcePrimKey, int status, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.findByResourcePrimKey_First(long resourcePrimKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ?.
 JournalArticle JournalArticlePersistenceImpl.findByResourcePrimKey_Last(long resourcePrimKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByResourcePrimKey_PrevAndNext(long id, long resourcePrimKey, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByResourcePrimKey(long resourcePrimKey, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ?.
 JournalArticle JournalArticlePersistenceImpl.findBySmallImageId_First(long smallImageId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where smallImageId = ?.
 JournalArticle JournalArticlePersistenceImpl.findBySmallImageId_Last(long smallImageId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where smallImageId = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findBySmallImageId_PrevAndNext(long id, long smallImageId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where smallImageId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findBySmallImageId(long smallImageId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where smallImageId = ?.
 JournalArticle JournalArticlePersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where uuid = ? and companyId = ?.
 JournalArticle JournalArticlePersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where uuid = ? and companyId = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByUuid_C_PrevAndNext(long id, String uuid, long companyId, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where uuid = ? and companyId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where uuid = ? and companyId = ?.
 JournalArticle JournalArticlePersistenceImpl.findByUuid_First(String uuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the first journal article in the ordered set where uuid = ?.
 JournalArticle JournalArticlePersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the last journal article in the ordered set where uuid = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByUuid_PrevAndNext(long id, String uuid, OrderByComparator<JournalArticle> orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where uuid = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<JournalArticle> orderByComparator)
          Returns an ordered range of all the journal articles where uuid = ?.
protected  JournalArticle JournalArticlePersistenceImpl.getByC_DDMTK_PrevAndNext(Session session, JournalArticle journalArticle, long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByC_NotST_PrevAndNext(Session session, JournalArticle journalArticle, long companyId, int status, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByC_ST_PrevAndNext(Session session, JournalArticle journalArticle, long companyId, int status, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByC_V_PrevAndNext(Session session, JournalArticle journalArticle, long companyId, double version, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByC_V_ST_PrevAndNext(Session session, JournalArticle journalArticle, long companyId, double version, int status, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByCompanyId_PrevAndNext(Session session, JournalArticle journalArticle, long companyId, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByDDMStructureKey_PrevAndNext(Session session, JournalArticle journalArticle, String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByDDMTemplateKey_PrevAndNext(Session session, JournalArticle journalArticle, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByG_A_NotST_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByG_A_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String articleId, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByG_A_ST_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String articleId, int status, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByG_C_C_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, long classNameId, long classPK, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByG_C_DDMTK_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, long classNameId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByG_C_L_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, long classNameId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByG_DDMSK_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String DDMStructureKey, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByG_DDMTK_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String DDMTemplateKey, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByG_F_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, long folderId, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByG_F_ST_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, long folderId, int status, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByG_L_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByG_ST_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, int status, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByG_U_C_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, long userId, long classNameId, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByG_U_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, long userId, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByG_UT_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String urlTitle, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByG_UT_ST_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String urlTitle, int status, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByGroupId_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByLayoutUuid_PrevAndNext(Session session, JournalArticle journalArticle, String layoutUuid, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByLtD_S_PrevAndNext(Session session, JournalArticle journalArticle, Date displayDate, int status, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByR_I_PrevAndNext(Session session, JournalArticle journalArticle, long resourcePrimKey, boolean indexable, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByR_I_S_PrevAndNext(Session session, JournalArticle journalArticle, long resourcePrimKey, boolean indexable, int status, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByR_ST_PrevAndNext(Session session, JournalArticle journalArticle, long resourcePrimKey, int status, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByResourcePrimKey_PrevAndNext(Session session, JournalArticle journalArticle, long resourcePrimKey, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getBySmallImageId_PrevAndNext(Session session, JournalArticle journalArticle, long smallImageId, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByUuid_C_PrevAndNext(Session session, JournalArticle journalArticle, String uuid, long companyId, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByUuid_PrevAndNext(Session session, JournalArticle journalArticle, String uuid, OrderByComparator<JournalArticle> orderByComparator, boolean previous)
           
protected  String JournalArticleFinderImpl.replaceStatusJoin(String sql, QueryDefinition<JournalArticle> queryDefinition)
           
 

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

Methods in com.liferay.portlet.journal.util that return types with arguments of type JournalArticle
static List<JournalArticle> JournalUtil.getArticles(Hits hits)
           
static Stack<JournalArticle> JournalUtil.getRecentArticles(PortletRequest portletRequest)
           
 

Methods in com.liferay.portlet.journal.util with parameters of type JournalArticle
static void JournalUtil.addAllReservedEls(Element rootElement, Map<String,String> tokens, JournalArticle article, String languageId, ThemeDisplay themeDisplay)
           
static void JournalUtil.addRecentArticle(PortletRequest portletRequest, JournalArticle article)
           
static long JournalUtil.getPreviewPlid(JournalArticle article, ThemeDisplay themeDisplay)
           
 

Uses of JournalArticle in com.liferay.portlet.journal.util.comparator
 

Methods in com.liferay.portlet.journal.util.comparator with parameters of type JournalArticle
 int ArticleVersionComparator.compare(JournalArticle article1, JournalArticle article2)
           
 int ArticleReviewDateComparator.compare(JournalArticle article1, JournalArticle article2)
           
 int ArticleTitleComparator.compare(JournalArticle article1, JournalArticle article2)
           
 int ArticleDisplayDateComparator.compare(JournalArticle article1, JournalArticle article2)
           
 int ArticleCreateDateComparator.compare(JournalArticle article1, JournalArticle article2)
           
 int ArticleIDComparator.compare(JournalArticle article1, JournalArticle article2)
           
 


Liferay 7.0-ce-m6