Liferay 6.0.5

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

Packages that use JournalArticle
com.liferay.portlet.journal.action   
com.liferay.portlet.journal.asset   
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.util   
com.liferay.portlet.journal.workflow   
 

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

Methods in com.liferay.portlet.journal.action that return JournalArticle
protected  JournalArticle EditArticleAction.updateArticle(ActionRequest actionRequest)
           
 

Methods in com.liferay.portlet.journal.action that return types with arguments of type JournalArticle
protected  List<JournalArticle> GetArticlesAction.getArticles(javax.servlet.http.HttpServletRequest request)
           
 

Methods in com.liferay.portlet.journal.action with parameters of type JournalArticle
protected  void GetArticleAction.addProcessingInstructions(Document doc, javax.servlet.http.HttpServletRequest request, ThemeDisplay themeDisplay, JournalArticle article)
           
protected  String RSSAction.getEntryURL(ResourceRequest resourceRequest, JournalFeed feed, JournalArticle article, Layout layout, ThemeDisplay themeDisplay)
           
protected  String EditArticleAction.getSaveAndContinueRedirect(PortletConfig portletConfig, ActionRequest actionRequest, JournalArticle article, String redirect)
           
protected  String RSSAction.processContent(JournalFeed feed, JournalArticle article, String languageId, ThemeDisplay themeDisplay, com.sun.syndication.feed.synd.SyndEntry syndEntry, com.sun.syndication.feed.synd.SyndContent syndContent)
           
 

Method parameters in com.liferay.portlet.journal.action with type arguments of type JournalArticle
protected  byte[] GetArticlesAction.getContent(javax.servlet.http.HttpServletRequest request, List<JournalArticle> articles)
           
 

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

Constructors in com.liferay.portlet.journal.asset with parameters of type JournalArticle
JournalArticleAssetRenderer(JournalArticle article)
           
 

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

Methods in com.liferay.portlet.journal.lar with parameters of type JournalArticle
protected static void JournalPortletDataHandlerImpl.exportArticle(PortletDataContext context, Element articlesElement, Element dlFoldersElement, Element dlFileEntriesElement, Element dlFileRanksElement, Element igFoldersElement, Element igImagesElement, JournalArticle article, boolean checkDateRange)
           
protected static String JournalPortletDataHandlerImpl.getArticleImagePath(PortletDataContext context, JournalArticle article)
           
protected static String JournalPortletDataHandlerImpl.getArticleImagePath(PortletDataContext context, JournalArticle article, JournalArticleImage articleImage, Image image)
           
protected static String JournalPortletDataHandlerImpl.getArticlePath(PortletDataContext context, JournalArticle article)
           
protected static String JournalPortletDataHandlerImpl.getArticleSmallImagePath(PortletDataContext context, JournalArticle article)
           
 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.
 

Methods in com.liferay.portlet.journal.model that return JournalArticle
 JournalArticle JournalArticleWrapper.getWrappedJournalArticle()
           
 JournalArticle JournalArticleWrapper.toEscapedModel()
           
 JournalArticle JournalArticleModel.toEscapedModel()
          Gets a copy of this journal article as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 

Methods in com.liferay.portlet.journal.model with parameters of type JournalArticle
protected  void JournalArticleListener.clearCache(JournalArticle article)
           
 int JournalArticleWrapper.compareTo(JournalArticle journalArticle)
           
 int JournalArticleModel.compareTo(JournalArticle journalArticle)
           
 void JournalArticleListener.onAfterRemove(JournalArticle article)
           
 void JournalArticleListener.onAfterUpdate(JournalArticle article)
           
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 JournalArticleImpl
           
 

Methods in com.liferay.portlet.journal.model.impl that return JournalArticle
 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
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, String articleId, boolean autoArticleId, double version, String title, String description, String content, String type, String structureId, String templateId, 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 JournalArticleLocalServiceUtil.addArticle(long userId, long groupId, String articleId, boolean autoArticleId, double version, String title, String description, String content, String type, String structureId, String templateId, 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)
           
 JournalArticle JournalArticleLocalService.addArticle(long userId, long groupId, String articleId, boolean autoArticleId, double version, String title, String description, String content, String type, String structureId, String templateId, 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)
           
 JournalArticle JournalArticleServiceWrapper.addArticle(long groupId, String articleId, boolean autoArticleId, String title, String description, String content, String type, String structureId, String templateId, 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 JournalArticleServiceUtil.addArticle(long groupId, String articleId, boolean autoArticleId, String title, String description, String content, String type, String structureId, String templateId, 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)
           
 JournalArticle JournalArticleService.addArticle(long groupId, String articleId, boolean autoArticleId, String title, String description, String content, String type, String structureId, String templateId, 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)
           
 JournalArticle JournalArticleServiceWrapper.addArticle(long groupId, String articleId, boolean autoArticleId, String title, String description, String content, String type, String structureId, String templateId, 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 JournalArticleServiceUtil.addArticle(long groupId, String articleId, boolean autoArticleId, String title, String description, String content, String type, String structureId, String templateId, 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)
           
 JournalArticle JournalArticleService.addArticle(long groupId, String articleId, boolean autoArticleId, String title, String description, String content, String type, String structureId, String templateId, 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)
           
 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)
           
static JournalArticle JournalArticleLocalServiceUtil.checkArticleResourcePrimKey(long groupId, String articleId, double version)
           
 JournalArticle JournalArticleLocalService.checkArticleResourcePrimKey(long groupId, String articleId, double version)
           
 JournalArticle JournalArticleLocalServiceWrapper.copyArticle(long userId, long groupId, String oldArticleId, String newArticleId, boolean autoArticleId, double version)
           
static JournalArticle JournalArticleLocalServiceUtil.copyArticle(long userId, long groupId, String oldArticleId, String newArticleId, boolean autoArticleId, double version)
           
 JournalArticle JournalArticleLocalService.copyArticle(long userId, long groupId, String oldArticleId, String newArticleId, boolean autoArticleId, double version)
           
 JournalArticle JournalArticleServiceWrapper.copyArticle(long groupId, String oldArticleId, String newArticleId, boolean autoArticleId, double version)
           
static JournalArticle JournalArticleServiceUtil.copyArticle(long groupId, String oldArticleId, String newArticleId, boolean autoArticleId, double version)
           
 JournalArticle JournalArticleService.copyArticle(long groupId, String oldArticleId, String newArticleId, boolean autoArticleId, double 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.expireArticle(long userId, long groupId, String articleId, double version, String articleURL, ServiceContext serviceContext)
           
static JournalArticle JournalArticleLocalServiceUtil.expireArticle(long userId, long groupId, String articleId, double version, String articleURL, ServiceContext serviceContext)
           
 JournalArticle JournalArticleLocalService.expireArticle(long userId, long groupId, String articleId, double version, String articleURL, ServiceContext serviceContext)
           
 JournalArticle JournalArticleServiceWrapper.expireArticle(long groupId, String articleId, double version, String articleURL, ServiceContext serviceContext)
           
static JournalArticle JournalArticleServiceUtil.expireArticle(long groupId, String articleId, double version, String articleURL, ServiceContext serviceContext)
           
 JournalArticle JournalArticleService.expireArticle(long groupId, String articleId, double version, String articleURL, ServiceContext serviceContext)
           
 JournalArticle JournalArticleLocalServiceWrapper.getArticle(long id)
           
static JournalArticle JournalArticleLocalServiceUtil.getArticle(long id)
           
 JournalArticle JournalArticleLocalService.getArticle(long id)
           
 JournalArticle JournalArticleServiceWrapper.getArticle(long groupId, String articleId)
           
static JournalArticle JournalArticleServiceUtil.getArticle(long groupId, String articleId)
           
 JournalArticle JournalArticleService.getArticle(long groupId, String articleId)
           
 JournalArticle JournalArticleLocalServiceWrapper.getArticle(long groupId, String articleId)
           
static JournalArticle JournalArticleLocalServiceUtil.getArticle(long groupId, String articleId)
           
 JournalArticle JournalArticleLocalService.getArticle(long groupId, String articleId)
           
 JournalArticle JournalArticleServiceWrapper.getArticle(long groupId, String articleId, double version)
           
static JournalArticle JournalArticleServiceUtil.getArticle(long groupId, String articleId, double version)
           
 JournalArticle JournalArticleService.getArticle(long groupId, String articleId, double version)
           
 JournalArticle JournalArticleLocalServiceWrapper.getArticle(long groupId, String articleId, double version)
           
static JournalArticle JournalArticleLocalServiceUtil.getArticle(long groupId, String articleId, double version)
           
 JournalArticle JournalArticleLocalService.getArticle(long groupId, String articleId, double version)
           
 JournalArticle JournalArticleServiceWrapper.getArticleByUrlTitle(long groupId, String urlTitle)
           
static JournalArticle JournalArticleServiceUtil.getArticleByUrlTitle(long groupId, String urlTitle)
           
 JournalArticle JournalArticleService.getArticleByUrlTitle(long groupId, String urlTitle)
           
 JournalArticle JournalArticleLocalServiceWrapper.getArticleByUrlTitle(long groupId, String urlTitle)
           
static JournalArticle JournalArticleLocalServiceUtil.getArticleByUrlTitle(long groupId, String urlTitle)
           
 JournalArticle JournalArticleLocalService.getArticleByUrlTitle(long groupId, String urlTitle)
           
 JournalArticle JournalArticleLocalServiceWrapper.getDisplayArticle(long groupId, String articleId)
           
static JournalArticle JournalArticleLocalServiceUtil.getDisplayArticle(long groupId, String articleId)
           
 JournalArticle JournalArticleLocalService.getDisplayArticle(long groupId, String articleId)
           
 JournalArticle JournalArticleLocalServiceWrapper.getJournalArticle(long id)
          Gets the journal article with the primary key.
static JournalArticle JournalArticleLocalServiceUtil.getJournalArticle(long id)
          Gets the journal article with the primary key.
 JournalArticle JournalArticleLocalService.getJournalArticle(long id)
          Gets the journal article with the primary key.
 JournalArticle JournalArticleLocalServiceWrapper.getJournalArticleByUuidAndGroupId(String uuid, long groupId)
          Gets the journal article with the UUID and group id.
static JournalArticle JournalArticleLocalServiceUtil.getJournalArticleByUuidAndGroupId(String uuid, long groupId)
          Gets the journal article with the UUID and group id.
 JournalArticle JournalArticleLocalService.getJournalArticleByUuidAndGroupId(String uuid, long groupId)
          Gets the journal article with the UUID and group id.
 JournalArticle JournalArticleLocalServiceWrapper.getLatestArticle(long resourcePrimKey)
           
static JournalArticle JournalArticleLocalServiceUtil.getLatestArticle(long resourcePrimKey)
           
 JournalArticle JournalArticleLocalService.getLatestArticle(long resourcePrimKey)
           
 JournalArticle JournalArticleLocalServiceWrapper.getLatestArticle(long resourcePrimKey, int status)
           
static JournalArticle JournalArticleLocalServiceUtil.getLatestArticle(long resourcePrimKey, int status)
           
 JournalArticle JournalArticleLocalService.getLatestArticle(long resourcePrimKey, int status)
           
 JournalArticle JournalArticleLocalServiceWrapper.getLatestArticle(long resourcePrimKey, int status, boolean preferApproved)
           
static JournalArticle JournalArticleLocalServiceUtil.getLatestArticle(long resourcePrimKey, int status, boolean preferApproved)
           
 JournalArticle JournalArticleLocalService.getLatestArticle(long resourcePrimKey, int status, boolean preferApproved)
           
 JournalArticle JournalArticleLocalServiceWrapper.getLatestArticle(long groupId, String articleId)
           
static JournalArticle JournalArticleLocalServiceUtil.getLatestArticle(long groupId, String articleId)
           
 JournalArticle JournalArticleLocalService.getLatestArticle(long groupId, String articleId)
           
 JournalArticle JournalArticleServiceWrapper.getLatestArticle(long groupId, String articleId, int status)
           
static JournalArticle JournalArticleServiceUtil.getLatestArticle(long groupId, String articleId, int status)
           
 JournalArticle JournalArticleService.getLatestArticle(long groupId, String articleId, int status)
           
 JournalArticle JournalArticleLocalServiceWrapper.getLatestArticle(long groupId, String articleId, int status)
           
static JournalArticle JournalArticleLocalServiceUtil.getLatestArticle(long groupId, String articleId, int status)
           
 JournalArticle JournalArticleLocalService.getLatestArticle(long groupId, String articleId, int status)
           
 JournalArticle JournalArticleLocalServiceWrapper.getLatestArticleByUrlTitle(long groupId, String urlTitle, int status)
           
static JournalArticle JournalArticleLocalServiceUtil.getLatestArticleByUrlTitle(long groupId, String urlTitle, int status)
           
 JournalArticle JournalArticleLocalService.getLatestArticleByUrlTitle(long groupId, String urlTitle, int status)
           
 JournalArticle JournalArticleServiceWrapper.removeArticleLocale(long groupId, String articleId, double version, String languageId)
           
static JournalArticle JournalArticleServiceUtil.removeArticleLocale(long groupId, String articleId, double version, String languageId)
           
 JournalArticle JournalArticleService.removeArticleLocale(long groupId, String articleId, double version, String languageId)
           
 JournalArticle JournalArticleLocalServiceWrapper.removeArticleLocale(long groupId, String articleId, double version, String languageId)
           
static JournalArticle JournalArticleLocalServiceUtil.removeArticleLocale(long groupId, String articleId, double version, String languageId)
           
 JournalArticle JournalArticleLocalService.removeArticleLocale(long groupId, String articleId, double version, String languageId)
           
 JournalArticle JournalArticleLocalServiceWrapper.updateArticle(long userId, long groupId, String articleId, double version, String content)
           
static JournalArticle JournalArticleLocalServiceUtil.updateArticle(long userId, long groupId, String articleId, double version, String content)
           
 JournalArticle JournalArticleLocalService.updateArticle(long userId, long groupId, String articleId, double version, String content)
           
 JournalArticle JournalArticleLocalServiceWrapper.updateArticle(long userId, long groupId, String articleId, double version, String title, String description, String content, String type, String structureId, String templateId, 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 JournalArticleLocalServiceUtil.updateArticle(long userId, long groupId, String articleId, double version, String title, String description, String content, String type, String structureId, String templateId, 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)
           
 JournalArticle JournalArticleLocalService.updateArticle(long userId, long groupId, String articleId, double version, String title, String description, String content, String type, String structureId, String templateId, 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)
           
 JournalArticle JournalArticleServiceWrapper.updateArticle(long groupId, String articleId, double version, String content)
           
static JournalArticle JournalArticleServiceUtil.updateArticle(long groupId, String articleId, double version, String content)
           
 JournalArticle JournalArticleService.updateArticle(long groupId, String articleId, double version, String content)
           
 JournalArticle JournalArticleServiceWrapper.updateArticle(long groupId, String articleId, double version, String title, String description, String content, String type, String structureId, String templateId, 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 JournalArticleServiceUtil.updateArticle(long groupId, String articleId, double version, String title, String description, String content, String type, String structureId, String templateId, 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)
           
 JournalArticle JournalArticleService.updateArticle(long groupId, String articleId, double version, String title, String description, String content, String type, String structureId, String templateId, 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)
           
 JournalArticle JournalArticleServiceWrapper.updateContent(long groupId, String articleId, double version, String content)
           
static JournalArticle JournalArticleServiceUtil.updateContent(long groupId, String articleId, double version, String content)
           
 JournalArticle JournalArticleService.updateContent(long groupId, String articleId, double version, String content)
           
 JournalArticle JournalArticleLocalServiceWrapper.updateContent(long groupId, String articleId, double version, String content)
           
static JournalArticle JournalArticleLocalServiceUtil.updateContent(long groupId, String articleId, double version, String content)
           
 JournalArticle JournalArticleLocalService.updateContent(long groupId, String articleId, double version, String content)
           
 JournalArticle JournalArticleLocalServiceWrapper.updateJournalArticle(JournalArticle journalArticle)
          Updates the journal article in the database.
static JournalArticle JournalArticleLocalServiceUtil.updateJournalArticle(JournalArticle journalArticle)
          Updates the journal article in the database.
 JournalArticle JournalArticleLocalService.updateJournalArticle(JournalArticle journalArticle)
          Updates the journal article in the database.
 JournalArticle JournalArticleLocalServiceWrapper.updateJournalArticle(JournalArticle journalArticle, boolean merge)
          Updates the journal article in the database.
static JournalArticle JournalArticleLocalServiceUtil.updateJournalArticle(JournalArticle journalArticle, boolean merge)
          Updates the journal article in the database.
 JournalArticle JournalArticleLocalService.updateJournalArticle(JournalArticle journalArticle, boolean merge)
          Updates the journal article in the database.
 JournalArticle JournalArticleLocalServiceWrapper.updateStatus(long userId, JournalArticle article, int status, String articleURL, ServiceContext serviceContext)
           
static JournalArticle JournalArticleLocalServiceUtil.updateStatus(long userId, JournalArticle article, int status, String articleURL, ServiceContext serviceContext)
           
 JournalArticle JournalArticleLocalService.updateStatus(long userId, JournalArticle article, int status, String articleURL, ServiceContext serviceContext)
           
 JournalArticle JournalArticleLocalServiceWrapper.updateStatus(long userId, long classPK, int status, ServiceContext serviceContext)
           
static JournalArticle JournalArticleLocalServiceUtil.updateStatus(long userId, long classPK, int status, ServiceContext serviceContext)
           
 JournalArticle JournalArticleLocalService.updateStatus(long userId, long classPK, int status, ServiceContext serviceContext)
           
 JournalArticle JournalArticleLocalServiceWrapper.updateStatus(long userId, long groupId, String articleId, double version, int status, String articleURL, ServiceContext serviceContext)
           
static JournalArticle JournalArticleLocalServiceUtil.updateStatus(long userId, long groupId, String articleId, double version, int status, String articleURL, ServiceContext serviceContext)
           
 JournalArticle JournalArticleLocalService.updateStatus(long userId, long groupId, String articleId, double version, int status, String articleURL, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.journal.service that return types with arguments of type JournalArticle
 List<JournalArticle> JournalArticleLocalServiceWrapper.getArticles()
           
static List<JournalArticle> JournalArticleLocalServiceUtil.getArticles()
           
 List<JournalArticle> JournalArticleLocalService.getArticles()
           
 List<JournalArticle> JournalArticleLocalServiceWrapper.getArticles(long groupId)
           
static List<JournalArticle> JournalArticleLocalServiceUtil.getArticles(long groupId)
           
 List<JournalArticle> JournalArticleLocalService.getArticles(long groupId)
           
 List<JournalArticle> JournalArticleLocalServiceWrapper.getArticles(long groupId, int start, int end)
           
static List<JournalArticle> JournalArticleLocalServiceUtil.getArticles(long groupId, int start, int end)
           
 List<JournalArticle> JournalArticleLocalService.getArticles(long groupId, int start, int end)
           
 List<JournalArticle> JournalArticleLocalServiceWrapper.getArticles(long groupId, int start, int end, OrderByComparator obc)
           
static List<JournalArticle> JournalArticleLocalServiceUtil.getArticles(long groupId, int start, int end, OrderByComparator obc)
           
 List<JournalArticle> JournalArticleLocalService.getArticles(long groupId, int start, int end, OrderByComparator obc)
           
 List<JournalArticle> JournalArticleLocalServiceWrapper.getArticles(long groupId, String articleId)
           
static List<JournalArticle> JournalArticleLocalServiceUtil.getArticles(long groupId, String articleId)
           
 List<JournalArticle> JournalArticleLocalService.getArticles(long groupId, String articleId)
           
 List<JournalArticle> JournalArticleLocalServiceWrapper.getArticlesBySmallImageId(long smallImageId)
           
static List<JournalArticle> JournalArticleLocalServiceUtil.getArticlesBySmallImageId(long smallImageId)
           
 List<JournalArticle> JournalArticleLocalService.getArticlesBySmallImageId(long smallImageId)
           
 List<JournalArticle> JournalArticleLocalServiceWrapper.getCompanyArticles(long companyId, int status, int start, int end)
           
static List<JournalArticle> JournalArticleLocalServiceUtil.getCompanyArticles(long companyId, int status, int start, int end)
           
 List<JournalArticle> JournalArticleLocalService.getCompanyArticles(long companyId, int status, int start, int end)
           
 List<JournalArticle> JournalArticleLocalServiceWrapper.getJournalArticles(int start, int end)
          Gets a range of all the journal articles.
static List<JournalArticle> JournalArticleLocalServiceUtil.getJournalArticles(int start, int end)
          Gets a range of all the journal articles.
 List<JournalArticle> JournalArticleLocalService.getJournalArticles(int start, int end)
          Gets a range of all the journal articles.
 List<JournalArticle> JournalArticleLocalServiceWrapper.getStructureArticles(long groupId, String structureId)
           
static List<JournalArticle> JournalArticleLocalServiceUtil.getStructureArticles(long groupId, String structureId)
           
 List<JournalArticle> JournalArticleLocalService.getStructureArticles(long groupId, String structureId)
           
 List<JournalArticle> JournalArticleLocalServiceWrapper.getStructureArticles(long groupId, String structureId, int start, int end, OrderByComparator obc)
           
static List<JournalArticle> JournalArticleLocalServiceUtil.getStructureArticles(long groupId, String structureId, int start, int end, OrderByComparator obc)
           
 List<JournalArticle> JournalArticleLocalService.getStructureArticles(long groupId, String structureId, int start, int end, OrderByComparator obc)
           
 List<JournalArticle> JournalArticleLocalServiceWrapper.getTemplateArticles(long groupId, String templateId)
           
static List<JournalArticle> JournalArticleLocalServiceUtil.getTemplateArticles(long groupId, String templateId)
           
 List<JournalArticle> JournalArticleLocalService.getTemplateArticles(long groupId, String templateId)
           
 List<JournalArticle> JournalArticleLocalServiceWrapper.getTemplateArticles(long groupId, String templateId, int start, int end, OrderByComparator obc)
           
static List<JournalArticle> JournalArticleLocalServiceUtil.getTemplateArticles(long groupId, String templateId, int start, int end, OrderByComparator obc)
           
 List<JournalArticle> JournalArticleLocalService.getTemplateArticles(long groupId, String templateId, int start, int end, OrderByComparator obc)
           
 List<JournalArticle> JournalArticleLocalServiceWrapper.search(long companyId, long groupId, String keywords, Double version, String type, String structureId, String templateId, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator obc)
           
static List<JournalArticle> JournalArticleLocalServiceUtil.search(long companyId, long groupId, String keywords, Double version, String type, String structureId, String templateId, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator obc)
           
 List<JournalArticle> JournalArticleLocalService.search(long companyId, long groupId, String keywords, Double version, String type, String structureId, String templateId, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator obc)
           
 List<JournalArticle> JournalArticleLocalServiceWrapper.search(long companyId, long groupId, String articleId, Double version, String title, String description, String content, String type, String[] structureIds, String[] templateIds, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator obc)
           
static List<JournalArticle> JournalArticleLocalServiceUtil.search(long companyId, long groupId, String articleId, Double version, String title, String description, String content, String type, String[] structureIds, String[] templateIds, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator obc)
           
 List<JournalArticle> JournalArticleLocalService.search(long companyId, long groupId, String articleId, Double version, String title, String description, String content, String type, String[] structureIds, String[] templateIds, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator obc)
           
 List<JournalArticle> JournalArticleLocalServiceWrapper.search(long companyId, long groupId, String articleId, Double version, String title, String description, String content, String type, String structureId, String templateId, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator obc)
           
static List<JournalArticle> JournalArticleLocalServiceUtil.search(long companyId, long groupId, String articleId, Double version, String title, String description, String content, String type, String structureId, String templateId, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator obc)
           
 List<JournalArticle> JournalArticleLocalService.search(long companyId, long groupId, String articleId, Double version, String title, String description, String content, String type, String structureId, String templateId, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator obc)
           
 

Methods in com.liferay.portlet.journal.service with parameters of type JournalArticle
 void JournalArticleLocalServiceWrapper.addArticleResources(JournalArticle article, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static void JournalArticleLocalServiceUtil.addArticleResources(JournalArticle article, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void JournalArticleLocalService.addArticleResources(JournalArticle article, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void JournalArticleLocalServiceWrapper.addArticleResources(JournalArticle article, String[] communityPermissions, String[] guestPermissions)
           
static void JournalArticleLocalServiceUtil.addArticleResources(JournalArticle article, String[] communityPermissions, String[] guestPermissions)
           
 void JournalArticleLocalService.addArticleResources(JournalArticle article, String[] communityPermissions, String[] guestPermissions)
           
 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.
 void JournalArticleLocalServiceWrapper.deleteArticle(JournalArticle article, String articleURL, ServiceContext serviceContext)
           
static void JournalArticleLocalServiceUtil.deleteArticle(JournalArticle article, String articleURL, ServiceContext serviceContext)
           
 void JournalArticleLocalService.deleteArticle(JournalArticle article, String articleURL, ServiceContext serviceContext)
           
 void JournalArticleLocalServiceWrapper.deleteJournalArticle(JournalArticle journalArticle)
          Deletes the journal article from the database.
static void JournalArticleLocalServiceUtil.deleteJournalArticle(JournalArticle journalArticle)
          Deletes the journal article from the database.
 void JournalArticleLocalService.deleteJournalArticle(JournalArticle journalArticle)
          Deletes the journal article from the database.
 String JournalArticleLocalServiceWrapper.getArticleContent(JournalArticle article, String templateId, String viewMode, String languageId, ThemeDisplay themeDisplay)
           
static String JournalArticleLocalServiceUtil.getArticleContent(JournalArticle article, String templateId, String viewMode, String languageId, ThemeDisplay themeDisplay)
           
 String JournalArticleLocalService.getArticleContent(JournalArticle article, String templateId, String viewMode, String languageId, ThemeDisplay themeDisplay)
           
 JournalArticleDisplay JournalArticleLocalServiceWrapper.getArticleDisplay(JournalArticle article, String templateId, String viewMode, String languageId, int page, String xmlRequest, ThemeDisplay themeDisplay)
           
static JournalArticleDisplay JournalArticleLocalServiceUtil.getArticleDisplay(JournalArticle article, String templateId, String viewMode, String languageId, int page, String xmlRequest, ThemeDisplay themeDisplay)
           
 JournalArticleDisplay JournalArticleLocalService.getArticleDisplay(JournalArticle article, String templateId, String viewMode, String languageId, int page, String xmlRequest, ThemeDisplay themeDisplay)
           
 void JournalArticleLocalServiceWrapper.updateAsset(long userId, JournalArticle article, long[] assetCategoryIds, String[] assetTagNames)
           
static void JournalArticleLocalServiceUtil.updateAsset(long userId, JournalArticle article, long[] assetCategoryIds, String[] assetTagNames)
           
 void JournalArticleLocalService.updateAsset(long userId, JournalArticle article, long[] assetCategoryIds, String[] assetTagNames)
           
 JournalArticle JournalArticleLocalServiceWrapper.updateJournalArticle(JournalArticle journalArticle)
          Updates the journal article in the database.
static JournalArticle JournalArticleLocalServiceUtil.updateJournalArticle(JournalArticle journalArticle)
          Updates the journal article in the database.
 JournalArticle JournalArticleLocalService.updateJournalArticle(JournalArticle journalArticle)
          Updates the journal article in the database.
 JournalArticle JournalArticleLocalServiceWrapper.updateJournalArticle(JournalArticle journalArticle, boolean merge)
          Updates the journal article in the database.
static JournalArticle JournalArticleLocalServiceUtil.updateJournalArticle(JournalArticle journalArticle, boolean merge)
          Updates the journal article in the database.
 JournalArticle JournalArticleLocalService.updateJournalArticle(JournalArticle journalArticle, boolean merge)
          Updates the journal article in the database.
 JournalArticle JournalArticleLocalServiceWrapper.updateStatus(long userId, JournalArticle article, int status, String articleURL, ServiceContext serviceContext)
           
static JournalArticle JournalArticleLocalServiceUtil.updateStatus(long userId, JournalArticle article, int status, String articleURL, ServiceContext serviceContext)
           
 JournalArticle JournalArticleLocalService.updateStatus(long userId, JournalArticle article, int status, String articleURL, ServiceContext serviceContext)
           
 

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.getJournalArticle(long id)
          Gets the journal article with the primary key.
 JournalArticle JournalArticleLocalServiceBaseImpl.getJournalArticleByUuidAndGroupId(String uuid, long groupId)
          Gets the journal article with the UUID and group id.
 JournalArticle JournalArticleLocalServiceBaseImpl.updateJournalArticle(JournalArticle journalArticle)
          Updates the journal article in the database.
 JournalArticle JournalArticleLocalServiceBaseImpl.updateJournalArticle(JournalArticle journalArticle, boolean merge)
          Updates the journal article in the database.
 

Methods in com.liferay.portlet.journal.service.base that return types with arguments of type JournalArticle
 List<JournalArticle> JournalArticleLocalServiceBaseImpl.getJournalArticles(int start, int end)
          Gets a range of all the journal articles.
 

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.
 void JournalArticleLocalServiceBaseImpl.deleteJournalArticle(JournalArticle journalArticle)
          Deletes the journal article from the database.
 JournalArticle JournalArticleLocalServiceBaseImpl.updateJournalArticle(JournalArticle journalArticle)
          Updates the journal article in the database.
 JournalArticle JournalArticleLocalServiceBaseImpl.updateJournalArticle(JournalArticle journalArticle, boolean merge)
          Updates the journal article in the database.
 

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, String articleId, boolean autoArticleId, String title, String description, String content, String type, String structureId, String templateId, 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, String articleId, boolean autoArticleId, String title, String description, String content, String type, String structureId, String templateId, 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.getArticle(HttpPrincipal httpPrincipal, long groupId, String articleId)
           
static JournalArticle JournalArticleServiceHttp.getArticle(HttpPrincipal httpPrincipal, long groupId, String articleId, double version)
           
static JournalArticle JournalArticleServiceHttp.getArticleByUrlTitle(HttpPrincipal httpPrincipal, long groupId, String urlTitle)
           
static JournalArticle JournalArticleServiceHttp.getLatestArticle(HttpPrincipal httpPrincipal, long groupId, String articleId, int status)
           
static JournalArticle JournalArticleServiceHttp.removeArticleLocale(HttpPrincipal httpPrincipal, long groupId, String articleId, double version, String languageId)
           
static JournalArticle JournalArticleServiceHttp.updateArticle(HttpPrincipal httpPrincipal, long groupId, String articleId, double version, String content)
           
static JournalArticle JournalArticleServiceHttp.updateArticle(HttpPrincipal httpPrincipal, long groupId, String articleId, double version, String title, String description, String content, String type, String structureId, String templateId, 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.updateContent(HttpPrincipal httpPrincipal, long groupId, String articleId, double version, String content)
           
 

Methods in com.liferay.portlet.journal.service.http with parameters of type JournalArticle
static JSONArray JournalArticleJSONSerializer.toJSONArray(JournalArticle[] models)
           
static JSONArray JournalArticleJSONSerializer.toJSONArray(JournalArticle[][] models)
           
static JSONObject JournalArticleJSONSerializer.toJSONObject(JournalArticle model)
           
 

Method parameters in com.liferay.portlet.journal.service.http with type arguments of type JournalArticle
static JSONArray JournalArticleJSONSerializer.toJSONArray(List<JournalArticle> models)
           
 

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, String articleId, boolean autoArticleId, double version, String title, String description, String content, String type, String structureId, String templateId, 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)
           
 JournalArticle JournalArticleServiceImpl.addArticle(long groupId, String articleId, boolean autoArticleId, String title, String description, String content, String type, String structureId, String templateId, 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)
           
 JournalArticle JournalArticleServiceImpl.addArticle(long groupId, String articleId, boolean autoArticleId, String title, String description, String content, String type, String structureId, String templateId, 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)
           
 JournalArticle JournalArticleLocalServiceImpl.checkArticleResourcePrimKey(long groupId, String articleId, double version)
           
 JournalArticle JournalArticleLocalServiceImpl.copyArticle(long userId, long groupId, String oldArticleId, String newArticleId, boolean autoArticleId, double version)
           
 JournalArticle JournalArticleServiceImpl.copyArticle(long groupId, String oldArticleId, String newArticleId, boolean autoArticleId, double version)
           
 JournalArticle JournalArticleLocalServiceImpl.expireArticle(long userId, long groupId, String articleId, double version, String articleURL, ServiceContext serviceContext)
           
 JournalArticle JournalArticleServiceImpl.expireArticle(long groupId, String articleId, double version, String articleURL, ServiceContext serviceContext)
           
 JournalArticle JournalArticleLocalServiceImpl.getArticle(long id)
           
 JournalArticle JournalArticleServiceImpl.getArticle(long groupId, String articleId)
           
 JournalArticle JournalArticleLocalServiceImpl.getArticle(long groupId, String articleId)
           
 JournalArticle JournalArticleServiceImpl.getArticle(long groupId, String articleId, double version)
           
 JournalArticle JournalArticleLocalServiceImpl.getArticle(long groupId, String articleId, double version)
           
 JournalArticle JournalArticleServiceImpl.getArticleByUrlTitle(long groupId, String urlTitle)
           
 JournalArticle JournalArticleLocalServiceImpl.getArticleByUrlTitle(long groupId, String urlTitle)
           
 JournalArticle JournalArticleLocalServiceImpl.getDisplayArticle(long groupId, String articleId)
           
 JournalArticle JournalArticleLocalServiceImpl.getLatestArticle(long resourcePrimKey)
           
 JournalArticle JournalArticleLocalServiceImpl.getLatestArticle(long resourcePrimKey, int status)
           
 JournalArticle JournalArticleLocalServiceImpl.getLatestArticle(long resourcePrimKey, int status, boolean preferApproved)
           
 JournalArticle JournalArticleLocalServiceImpl.getLatestArticle(long groupId, String articleId)
           
 JournalArticle JournalArticleServiceImpl.getLatestArticle(long groupId, String articleId, int status)
           
 JournalArticle JournalArticleLocalServiceImpl.getLatestArticle(long groupId, String articleId, int status)
           
 JournalArticle JournalArticleLocalServiceImpl.getLatestArticleByUrlTitle(long groupId, String urlTitle, int status)
           
 JournalArticle JournalArticleServiceImpl.removeArticleLocale(long groupId, String articleId, double version, String languageId)
           
 JournalArticle JournalArticleLocalServiceImpl.removeArticleLocale(long groupId, String articleId, double version, String languageId)
           
 JournalArticle JournalArticleLocalServiceImpl.updateArticle(long userId, long groupId, String articleId, double version, String content)
           
 JournalArticle JournalArticleLocalServiceImpl.updateArticle(long userId, long groupId, String articleId, double version, String title, String description, String content, String type, String structureId, String templateId, 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)
           
 JournalArticle JournalArticleServiceImpl.updateArticle(long groupId, String articleId, double version, String content)
           
 JournalArticle JournalArticleServiceImpl.updateArticle(long groupId, String articleId, double version, String title, String description, String content, String type, String structureId, String templateId, 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)
           
 JournalArticle JournalArticleServiceImpl.updateContent(long groupId, String articleId, double version, String content)
           
 JournalArticle JournalArticleLocalServiceImpl.updateContent(long groupId, String articleId, double version, String content)
           
 JournalArticle JournalArticleLocalServiceImpl.updateStatus(long userId, JournalArticle article, int status, String articleURL, ServiceContext serviceContext)
           
 JournalArticle JournalArticleLocalServiceImpl.updateStatus(long userId, long classPK, int status, ServiceContext serviceContext)
           
 JournalArticle JournalArticleLocalServiceImpl.updateStatus(long userId, long groupId, String articleId, double version, int status, String articleURL, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.journal.service.impl that return types with arguments of type JournalArticle
 List<JournalArticle> JournalArticleLocalServiceImpl.getArticles()
           
 List<JournalArticle> JournalArticleLocalServiceImpl.getArticles(long groupId)
           
 List<JournalArticle> JournalArticleLocalServiceImpl.getArticles(long groupId, int start, int end)
           
 List<JournalArticle> JournalArticleLocalServiceImpl.getArticles(long groupId, int start, int end, OrderByComparator obc)
           
 List<JournalArticle> JournalArticleLocalServiceImpl.getArticles(long groupId, String articleId)
           
 List<JournalArticle> JournalArticleLocalServiceImpl.getArticlesBySmallImageId(long smallImageId)
           
 List<JournalArticle> JournalArticleLocalServiceImpl.getCompanyArticles(long companyId, int status, int start, int end)
           
 List<JournalArticle> JournalArticleLocalServiceImpl.getStructureArticles(long groupId, String structureId)
           
 List<JournalArticle> JournalArticleLocalServiceImpl.getStructureArticles(long groupId, String structureId, int start, int end, OrderByComparator obc)
           
 List<JournalArticle> JournalArticleLocalServiceImpl.getTemplateArticles(long groupId, String templateId)
           
 List<JournalArticle> JournalArticleLocalServiceImpl.getTemplateArticles(long groupId, String templateId, int start, int end, OrderByComparator obc)
           
 List<JournalArticle> JournalArticleLocalServiceImpl.search(long companyId, long groupId, String keywords, Double version, String type, String structureId, String templateId, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator obc)
           
 List<JournalArticle> JournalArticleLocalServiceImpl.search(long companyId, long groupId, String articleId, Double version, String title, String description, String content, String type, String[] structureIds, String[] templateIds, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator obc)
           
 List<JournalArticle> JournalArticleLocalServiceImpl.search(long companyId, long groupId, String articleId, Double version, String title, String description, String content, String type, String structureId, String templateId, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator obc)
           
 

Methods in com.liferay.portlet.journal.service.impl with parameters of type JournalArticle
 void JournalArticleLocalServiceImpl.addArticleResources(JournalArticle article, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void JournalArticleLocalServiceImpl.addArticleResources(JournalArticle article, String[] communityPermissions, String[] guestPermissions)
           
protected  void JournalArticleLocalServiceImpl.checkStructure(JournalArticle article)
           
protected  void JournalArticleLocalServiceImpl.copyArticleImages(JournalArticle oldArticle, JournalArticle newArticle)
           
 void JournalArticleLocalServiceImpl.deleteArticle(JournalArticle article, String articleURL, ServiceContext serviceContext)
           
 String JournalArticleLocalServiceImpl.getArticleContent(JournalArticle article, String templateId, String viewMode, String languageId, ThemeDisplay themeDisplay)
           
 JournalArticleDisplay JournalArticleLocalServiceImpl.getArticleDisplay(JournalArticle article, String templateId, String viewMode, String languageId, int page, String xmlRequest, ThemeDisplay themeDisplay)
           
protected  void JournalArticleLocalServiceImpl.notifySubscribers(JournalArticle article, ServiceContext serviceContext)
           
protected  void JournalArticleLocalServiceImpl.sendEmail(JournalArticle article, String articleURL, PortletPreferences preferences, String emailType)
           
 void JournalArticleLocalServiceImpl.updateAsset(long userId, JournalArticle article, long[] assetCategoryIds, String[] assetTagNames)
           
protected  void JournalArticleLocalServiceImpl.updatePreviousApprovedArticle(JournalArticle article)
           
 JournalArticle JournalArticleLocalServiceImpl.updateStatus(long userId, JournalArticle article, int status, String articleURL, ServiceContext serviceContext)
           
 

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
static JournalArticle JournalArticleUtil.create(long id)
          Creates a new journal article with the primary key.
 JournalArticle JournalArticlePersistence.create(long id)
          Creates a new journal article with the primary key.
 JournalArticle JournalArticlePersistenceImpl.create(long id)
          Creates a new journal article with the primary key.
static JournalArticle JournalArticleUtil.fetchByG_A_V(long groupId, String articleId, double version)
          Finds 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)
          Finds 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)
          Finds the journal article where groupId = ? and articleId = ? and version = ? or returns null if it could not be found.
static JournalArticle JournalArticleUtil.fetchByG_A_V(long groupId, String articleId, double version, boolean retrieveFromCache)
          Finds 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_A_V(long groupId, String articleId, double version, boolean retrieveFromCache)
          Finds 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_A_V(long groupId, String articleId, double version, boolean retrieveFromCache)
          Finds 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.fetchByPrimaryKey(long id)
          Finds the journal article with the primary key or returns null if it could not be found.
 JournalArticle JournalArticlePersistence.fetchByPrimaryKey(long id)
          Finds the journal article with the primary key or returns null if it could not be found.
 JournalArticle JournalArticlePersistenceImpl.fetchByPrimaryKey(long id)
          Finds the journal article with the primary key or returns null if it could not be found.
 JournalArticle JournalArticlePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Finds the journal article with the primary key or returns null if it could not be found.
static JournalArticle JournalArticleUtil.fetchByUUID_G(String uuid, long groupId)
          Finds the journal article where uuid = ? and groupId = ? or returns null if it could not be found.
 JournalArticle JournalArticlePersistence.fetchByUUID_G(String uuid, long groupId)
          Finds the journal article where uuid = ? and groupId = ? or returns null if it could not be found.
 JournalArticle JournalArticlePersistenceImpl.fetchByUUID_G(String uuid, long groupId)
          Finds the journal article where uuid = ? and groupId = ? or returns null if it could not be found.
static JournalArticle JournalArticleUtil.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Finds the journal article where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 JournalArticle JournalArticlePersistence.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Finds the journal article where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 JournalArticle JournalArticlePersistenceImpl.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Finds the journal article where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
static JournalArticle JournalArticleUtil.findByC_ST_First(long companyId, int status, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where companyId = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByC_ST_First(long companyId, int status, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where companyId = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.findByC_ST_First(long companyId, int status, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where companyId = ? and status = ?.
static JournalArticle JournalArticleUtil.findByC_ST_Last(long companyId, int status, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where companyId = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByC_ST_Last(long companyId, int status, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where companyId = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.findByC_ST_Last(long companyId, int status, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where companyId = ? and status = ?.
static JournalArticle[] JournalArticleUtil.findByC_ST_PrevAndNext(long id, long companyId, int status, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where companyId = ? and status = ?.
 JournalArticle[] JournalArticlePersistence.findByC_ST_PrevAndNext(long id, long companyId, int status, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where companyId = ? and status = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByC_ST_PrevAndNext(long id, long companyId, int status, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where companyId = ? and status = ?.
static JournalArticle JournalArticleUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where companyId = ?.
 JournalArticle JournalArticlePersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where companyId = ?.
 JournalArticle JournalArticlePersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where companyId = ?.
static JournalArticle JournalArticleUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where companyId = ?.
 JournalArticle JournalArticlePersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where companyId = ?.
 JournalArticle JournalArticlePersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where companyId = ?.
static JournalArticle[] JournalArticleUtil.findByCompanyId_PrevAndNext(long id, long companyId, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where companyId = ?.
 JournalArticle[] JournalArticlePersistence.findByCompanyId_PrevAndNext(long id, long companyId, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where companyId = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByCompanyId_PrevAndNext(long id, long companyId, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where companyId = ?.
static JournalArticle JournalArticleUtil.findByG_A_First(long groupId, String articleId, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where groupId = ? and articleId = ?.
 JournalArticle JournalArticlePersistence.findByG_A_First(long groupId, String articleId, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where groupId = ? and articleId = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_A_First(long groupId, String articleId, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where groupId = ? and articleId = ?.
static JournalArticle JournalArticleUtil.findByG_A_Last(long groupId, String articleId, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where groupId = ? and articleId = ?.
 JournalArticle JournalArticlePersistence.findByG_A_Last(long groupId, String articleId, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where groupId = ? and articleId = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_A_Last(long groupId, String articleId, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where groupId = ? and articleId = ?.
static JournalArticle[] JournalArticleUtil.findByG_A_PrevAndNext(long id, long groupId, String articleId, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ?.
 JournalArticle[] JournalArticlePersistence.findByG_A_PrevAndNext(long id, long groupId, String articleId, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByG_A_PrevAndNext(long id, long groupId, String articleId, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ?.
static JournalArticle JournalArticleUtil.findByG_A_ST_First(long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByG_A_ST_First(long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_A_ST_First(long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
static JournalArticle JournalArticleUtil.findByG_A_ST_Last(long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Finds the last 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 orderByComparator)
          Finds the last 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 orderByComparator)
          Finds the last journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
static JournalArticle[] JournalArticleUtil.findByG_A_ST_PrevAndNext(long id, long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current 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 orderByComparator)
          Finds the journal articles before and after the current 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 orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
static JournalArticle JournalArticleUtil.findByG_A_V(long groupId, String articleId, double version)
          Finds the journal article where groupId = ? and articleId = ? and version = ? or throws a NoSuchArticleException if it could not be found.
 JournalArticle JournalArticlePersistence.findByG_A_V(long groupId, String articleId, double version)
          Finds the journal article where groupId = ? and articleId = ? and version = ? or throws a NoSuchArticleException if it could not be found.
 JournalArticle JournalArticlePersistenceImpl.findByG_A_V(long groupId, String articleId, double version)
          Finds the journal article where groupId = ? and articleId = ? and version = ? or throws a NoSuchArticleException if it could not be found.
static JournalArticle JournalArticleUtil.findByG_S_First(long groupId, String structureId, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where groupId = ? and structureId = ?.
 JournalArticle JournalArticlePersistence.findByG_S_First(long groupId, String structureId, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where groupId = ? and structureId = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_S_First(long groupId, String structureId, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where groupId = ? and structureId = ?.
static JournalArticle JournalArticleUtil.findByG_S_Last(long groupId, String structureId, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where groupId = ? and structureId = ?.
 JournalArticle JournalArticlePersistence.findByG_S_Last(long groupId, String structureId, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where groupId = ? and structureId = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_S_Last(long groupId, String structureId, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where groupId = ? and structureId = ?.
static JournalArticle[] JournalArticleUtil.findByG_S_PrevAndNext(long id, long groupId, String structureId, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where groupId = ? and structureId = ?.
 JournalArticle[] JournalArticlePersistence.findByG_S_PrevAndNext(long id, long groupId, String structureId, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where groupId = ? and structureId = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByG_S_PrevAndNext(long id, long groupId, String structureId, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where groupId = ? and structureId = ?.
static JournalArticle JournalArticleUtil.findByG_ST_First(long groupId, int status, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where groupId = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByG_ST_First(long groupId, int status, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where groupId = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_ST_First(long groupId, int status, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where groupId = ? and status = ?.
static JournalArticle JournalArticleUtil.findByG_ST_Last(long groupId, int status, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where groupId = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByG_ST_Last(long groupId, int status, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where groupId = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_ST_Last(long groupId, int status, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where groupId = ? and status = ?.
static JournalArticle[] JournalArticleUtil.findByG_ST_PrevAndNext(long id, long groupId, int status, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where groupId = ? and status = ?.
 JournalArticle[] JournalArticlePersistence.findByG_ST_PrevAndNext(long id, long groupId, int status, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where groupId = ? and status = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByG_ST_PrevAndNext(long id, long groupId, int status, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where groupId = ? and status = ?.
static JournalArticle JournalArticleUtil.findByG_T_First(long groupId, String templateId, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where groupId = ? and templateId = ?.
 JournalArticle JournalArticlePersistence.findByG_T_First(long groupId, String templateId, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where groupId = ? and templateId = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_T_First(long groupId, String templateId, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where groupId = ? and templateId = ?.
static JournalArticle JournalArticleUtil.findByG_T_Last(long groupId, String templateId, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where groupId = ? and templateId = ?.
 JournalArticle JournalArticlePersistence.findByG_T_Last(long groupId, String templateId, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where groupId = ? and templateId = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_T_Last(long groupId, String templateId, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where groupId = ? and templateId = ?.
static JournalArticle[] JournalArticleUtil.findByG_T_PrevAndNext(long id, long groupId, String templateId, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where groupId = ? and templateId = ?.
 JournalArticle[] JournalArticlePersistence.findByG_T_PrevAndNext(long id, long groupId, String templateId, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where groupId = ? and templateId = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByG_T_PrevAndNext(long id, long groupId, String templateId, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where groupId = ? and templateId = ?.
static JournalArticle JournalArticleUtil.findByG_UT_First(long groupId, String urlTitle, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where groupId = ? and urlTitle = ?.
 JournalArticle JournalArticlePersistence.findByG_UT_First(long groupId, String urlTitle, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where groupId = ? and urlTitle = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_UT_First(long groupId, String urlTitle, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where groupId = ? and urlTitle = ?.
static JournalArticle JournalArticleUtil.findByG_UT_Last(long groupId, String urlTitle, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where groupId = ? and urlTitle = ?.
 JournalArticle JournalArticlePersistence.findByG_UT_Last(long groupId, String urlTitle, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where groupId = ? and urlTitle = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_UT_Last(long groupId, String urlTitle, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where groupId = ? and urlTitle = ?.
static JournalArticle[] JournalArticleUtil.findByG_UT_PrevAndNext(long id, long groupId, String urlTitle, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where groupId = ? and urlTitle = ?.
 JournalArticle[] JournalArticlePersistence.findByG_UT_PrevAndNext(long id, long groupId, String urlTitle, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where groupId = ? and urlTitle = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByG_UT_PrevAndNext(long id, long groupId, String urlTitle, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where groupId = ? and urlTitle = ?.
static JournalArticle JournalArticleUtil.findByG_UT_ST_First(long groupId, String urlTitle, int status, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByG_UT_ST_First(long groupId, String urlTitle, int status, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_UT_ST_First(long groupId, String urlTitle, int status, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
static JournalArticle JournalArticleUtil.findByG_UT_ST_Last(long groupId, String urlTitle, int status, OrderByComparator orderByComparator)
          Finds the last 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 orderByComparator)
          Finds the last 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 orderByComparator)
          Finds the last journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
static JournalArticle[] JournalArticleUtil.findByG_UT_ST_PrevAndNext(long id, long groupId, String urlTitle, int status, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current 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 orderByComparator)
          Finds the journal articles before and after the current 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 orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
static JournalArticle JournalArticleUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where groupId = ?.
 JournalArticle JournalArticlePersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where groupId = ?.
 JournalArticle JournalArticlePersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where groupId = ?.
static JournalArticle JournalArticleUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where groupId = ?.
 JournalArticle JournalArticlePersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where groupId = ?.
 JournalArticle JournalArticlePersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where groupId = ?.
static JournalArticle[] JournalArticleUtil.findByGroupId_PrevAndNext(long id, long groupId, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where groupId = ?.
 JournalArticle[] JournalArticlePersistence.findByGroupId_PrevAndNext(long id, long groupId, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where groupId = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByGroupId_PrevAndNext(long id, long groupId, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where groupId = ?.
static JournalArticle JournalArticleUtil.findByPrimaryKey(long id)
          Finds the journal article with the primary key or throws a NoSuchArticleException if it could not be found.
 JournalArticle JournalArticlePersistence.findByPrimaryKey(long id)
          Finds the journal article with the primary key or throws a NoSuchArticleException if it could not be found.
 JournalArticle JournalArticlePersistenceImpl.findByPrimaryKey(long id)
          Finds the journal article with the primary key or throws a NoSuchArticleException if it could not be found.
 JournalArticle JournalArticlePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the journal article with the primary key or throws a NoSuchModelException if it could not be found.
static JournalArticle JournalArticleFinderUtil.findByR_D(long resourcePrimKey, Date displayDate)
           
 JournalArticle JournalArticleFinder.findByR_D(long resourcePrimKey, Date displayDate)
           
 JournalArticle JournalArticleFinderImpl.findByR_D(long resourcePrimKey, Date displayDate)
           
static JournalArticle JournalArticleUtil.findByR_ST_First(long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where resourcePrimKey = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByR_ST_First(long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where resourcePrimKey = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.findByR_ST_First(long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where resourcePrimKey = ? and status = ?.
static JournalArticle JournalArticleUtil.findByR_ST_Last(long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where resourcePrimKey = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByR_ST_Last(long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where resourcePrimKey = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.findByR_ST_Last(long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where resourcePrimKey = ? and status = ?.
static JournalArticle[] JournalArticleUtil.findByR_ST_PrevAndNext(long id, long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and status = ?.
 JournalArticle[] JournalArticlePersistence.findByR_ST_PrevAndNext(long id, long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and status = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByR_ST_PrevAndNext(long id, long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and status = ?.
static JournalArticle JournalArticleUtil.findByResourcePrimKey_First(long resourcePrimKey, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where resourcePrimKey = ?.
 JournalArticle JournalArticlePersistence.findByResourcePrimKey_First(long resourcePrimKey, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where resourcePrimKey = ?.
 JournalArticle JournalArticlePersistenceImpl.findByResourcePrimKey_First(long resourcePrimKey, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where resourcePrimKey = ?.
static JournalArticle JournalArticleUtil.findByResourcePrimKey_Last(long resourcePrimKey, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where resourcePrimKey = ?.
 JournalArticle JournalArticlePersistence.findByResourcePrimKey_Last(long resourcePrimKey, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where resourcePrimKey = ?.
 JournalArticle JournalArticlePersistenceImpl.findByResourcePrimKey_Last(long resourcePrimKey, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where resourcePrimKey = ?.
static JournalArticle[] JournalArticleUtil.findByResourcePrimKey_PrevAndNext(long id, long resourcePrimKey, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ?.
 JournalArticle[] JournalArticlePersistence.findByResourcePrimKey_PrevAndNext(long id, long resourcePrimKey, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByResourcePrimKey_PrevAndNext(long id, long resourcePrimKey, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ?.
static JournalArticle JournalArticleUtil.findBySmallImageId_First(long smallImageId, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where smallImageId = ?.
 JournalArticle JournalArticlePersistence.findBySmallImageId_First(long smallImageId, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where smallImageId = ?.
 JournalArticle JournalArticlePersistenceImpl.findBySmallImageId_First(long smallImageId, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where smallImageId = ?.
static JournalArticle JournalArticleUtil.findBySmallImageId_Last(long smallImageId, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where smallImageId = ?.
 JournalArticle JournalArticlePersistence.findBySmallImageId_Last(long smallImageId, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where smallImageId = ?.
 JournalArticle JournalArticlePersistenceImpl.findBySmallImageId_Last(long smallImageId, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where smallImageId = ?.
static JournalArticle[] JournalArticleUtil.findBySmallImageId_PrevAndNext(long id, long smallImageId, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where smallImageId = ?.
 JournalArticle[] JournalArticlePersistence.findBySmallImageId_PrevAndNext(long id, long smallImageId, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where smallImageId = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findBySmallImageId_PrevAndNext(long id, long smallImageId, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where smallImageId = ?.
static JournalArticle JournalArticleUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where uuid = ?.
 JournalArticle JournalArticlePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where uuid = ?.
 JournalArticle JournalArticlePersistenceImpl.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where uuid = ?.
static JournalArticle JournalArticleUtil.findByUUID_G(String uuid, long groupId)
          Finds the journal article where uuid = ? and groupId = ? or throws a NoSuchArticleException if it could not be found.
 JournalArticle JournalArticlePersistence.findByUUID_G(String uuid, long groupId)
          Finds the journal article where uuid = ? and groupId = ? or throws a NoSuchArticleException if it could not be found.
 JournalArticle JournalArticlePersistenceImpl.findByUUID_G(String uuid, long groupId)
          Finds the journal article where uuid = ? and groupId = ? or throws a NoSuchArticleException if it could not be found.
static JournalArticle JournalArticleUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where uuid = ?.
 JournalArticle JournalArticlePersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where uuid = ?.
 JournalArticle JournalArticlePersistenceImpl.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where uuid = ?.
static JournalArticle[] JournalArticleUtil.findByUuid_PrevAndNext(long id, String uuid, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where uuid = ?.
 JournalArticle[] JournalArticlePersistence.findByUuid_PrevAndNext(long id, String uuid, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where uuid = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByUuid_PrevAndNext(long id, String uuid, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where uuid = ?.
protected  JournalArticle JournalArticlePersistenceImpl.getByC_ST_PrevAndNext(Session session, JournalArticle journalArticle, long companyId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByCompanyId_PrevAndNext(Session session, JournalArticle journalArticle, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByG_A_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String articleId, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByG_A_ST_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String articleId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByG_S_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String structureId, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByG_ST_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByG_T_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String templateId, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByG_UT_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String urlTitle, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByG_UT_ST_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String urlTitle, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByGroupId_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByR_ST_PrevAndNext(Session session, JournalArticle journalArticle, long resourcePrimKey, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByResourcePrimKey_PrevAndNext(Session session, JournalArticle journalArticle, long resourcePrimKey, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getBySmallImageId_PrevAndNext(Session session, JournalArticle journalArticle, long smallImageId, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByUuid_PrevAndNext(Session session, JournalArticle journalArticle, String uuid, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticleFinderImpl.getLatestArticle(long groupId, String articleId, int status)
           
static JournalArticle JournalArticleUtil.remove(JournalArticle journalArticle)
           
static JournalArticle JournalArticleUtil.remove(long id)
          Removes the journal article with the primary key from the database.
 JournalArticle JournalArticlePersistence.remove(long id)
          Removes the journal article with the primary key from the database.
 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.
protected  JournalArticle JournalArticlePersistenceImpl.removeImpl(JournalArticle journalArticle)
           
protected  JournalArticle JournalArticlePersistenceImpl.toUnwrappedModel(JournalArticle journalArticle)
           
static JournalArticle JournalArticleUtil.update(JournalArticle journalArticle, boolean merge)
           
static JournalArticle JournalArticleUtil.update(JournalArticle journalArticle, boolean merge, ServiceContext serviceContext)
           
static JournalArticle JournalArticleUtil.updateImpl(JournalArticle journalArticle, boolean merge)
           
 JournalArticle JournalArticlePersistence.updateImpl(JournalArticle journalArticle, boolean merge)
           
 JournalArticle JournalArticlePersistenceImpl.updateImpl(JournalArticle journalArticle, boolean merge)
           
 

Methods in com.liferay.portlet.journal.service.persistence that return types with arguments of type JournalArticle
static List<JournalArticle> JournalArticleUtil.filterFindByG_A_ST(long groupId, String articleId, int status)
          Filters by the user's permissions and finds all the journal articles where groupId = ? and articleId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_A_ST(long groupId, String articleId, int status)
          Filters by the user's permissions and finds all the journal articles where groupId = ? and articleId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_A_ST(long groupId, String articleId, int status)
          Filters by the user's permissions and finds all the journal articles where groupId = ? and articleId = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_A_ST(long groupId, String articleId, int status, int start, int end)
          Filters by the user's permissions and finds a range of all the journal articles where groupId = ? and articleId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_A_ST(long groupId, String articleId, int status, int start, int end)
          Filters by the user's permissions and finds a range of all the journal articles where groupId = ? and articleId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_A_ST(long groupId, String articleId, int status, int start, int end)
          Filters by the user's permissions and finds a range of all the journal articles where groupId = ? and articleId = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_A_ST(long groupId, String articleId, int status, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the journal articles where groupId = ? and articleId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_A_ST(long groupId, String articleId, int status, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the journal articles where groupId = ? and articleId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_A_ST(long groupId, String articleId, int status, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the journal articles where groupId = ? and articleId = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_A(long groupId, String articleId)
          Filters by the user's permissions and finds all the journal articles where groupId = ? and articleId = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_A(long groupId, String articleId)
          Filters by the user's permissions and finds all the journal articles where groupId = ? and articleId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_A(long groupId, String articleId)
          Filters by the user's permissions and finds all the journal articles where groupId = ? and articleId = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_A(long groupId, String articleId, int start, int end)
          Filters by the user's permissions and finds a range of all the journal articles where groupId = ? and articleId = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_A(long groupId, String articleId, int start, int end)
          Filters by the user's permissions and finds a range of all the journal articles where groupId = ? and articleId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_A(long groupId, String articleId, int start, int end)
          Filters by the user's permissions and finds a range of all the journal articles where groupId = ? and articleId = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_A(long groupId, String articleId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the journal articles where groupId = ? and articleId = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_A(long groupId, String articleId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the journal articles where groupId = ? and articleId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_A(long groupId, String articleId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the journal articles where groupId = ? and articleId = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_S(long groupId, String structureId)
          Filters by the user's permissions and finds all the journal articles where groupId = ? and structureId = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_S(long groupId, String structureId)
          Filters by the user's permissions and finds all the journal articles where groupId = ? and structureId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_S(long groupId, String structureId)
          Filters by the user's permissions and finds all the journal articles where groupId = ? and structureId = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_S(long groupId, String structureId, int start, int end)
          Filters by the user's permissions and finds a range of all the journal articles where groupId = ? and structureId = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_S(long groupId, String structureId, int start, int end)
          Filters by the user's permissions and finds a range of all the journal articles where groupId = ? and structureId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_S(long groupId, String structureId, int start, int end)
          Filters by the user's permissions and finds a range of all the journal articles where groupId = ? and structureId = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_S(long groupId, String structureId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the journal articles where groupId = ? and structureId = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_S(long groupId, String structureId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the journal articles where groupId = ? and structureId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_S(long groupId, String structureId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the journal articles where groupId = ? and structureId = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_ST(long groupId, int status)
          Filters by the user's permissions and finds all the journal articles where groupId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_ST(long groupId, int status)
          Filters by the user's permissions and finds all the journal articles where groupId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_ST(long groupId, int status)
          Filters by the user's permissions and finds all the journal articles where groupId = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_ST(long groupId, int status, int start, int end)
          Filters by the user's permissions and finds a range of all the journal articles where groupId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_ST(long groupId, int status, int start, int end)
          Filters by the user's permissions and finds a range of all the journal articles where groupId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_ST(long groupId, int status, int start, int end)
          Filters by the user's permissions and finds a range of all the journal articles where groupId = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_ST(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the journal articles where groupId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_ST(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the journal articles where groupId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_ST(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the journal articles where groupId = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_T(long groupId, String templateId)
          Filters by the user's permissions and finds all the journal articles where groupId = ? and templateId = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_T(long groupId, String templateId)
          Filters by the user's permissions and finds all the journal articles where groupId = ? and templateId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_T(long groupId, String templateId)
          Filters by the user's permissions and finds all the journal articles where groupId = ? and templateId = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_T(long groupId, String templateId, int start, int end)
          Filters by the user's permissions and finds a range of all the journal articles where groupId = ? and templateId = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_T(long groupId, String templateId, int start, int end)
          Filters by the user's permissions and finds a range of all the journal articles where groupId = ? and templateId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_T(long groupId, String templateId, int start, int end)
          Filters by the user's permissions and finds a range of all the journal articles where groupId = ? and templateId = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_T(long groupId, String templateId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the journal articles where groupId = ? and templateId = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_T(long groupId, String templateId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the journal articles where groupId = ? and templateId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_T(long groupId, String templateId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the journal articles where groupId = ? and templateId = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_UT_ST(long groupId, String urlTitle, int status)
          Filters by the user's permissions and finds all the journal articles where groupId = ? and urlTitle = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_UT_ST(long groupId, String urlTitle, int status)
          Filters by the user's permissions and finds all the journal articles where groupId = ? and urlTitle = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_UT_ST(long groupId, String urlTitle, int status)
          Filters by the user's permissions and finds all the journal articles where groupId = ? and urlTitle = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_UT_ST(long groupId, String urlTitle, int status, int start, int end)
          Filters by the user's permissions and finds a range of all the journal articles where groupId = ? and urlTitle = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_UT_ST(long groupId, String urlTitle, int status, int start, int end)
          Filters by the user's permissions and finds a range of all the journal articles where groupId = ? and urlTitle = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_UT_ST(long groupId, String urlTitle, int status, int start, int end)
          Filters by the user's permissions and finds a range of all the journal articles where groupId = ? and urlTitle = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_UT_ST(long groupId, String urlTitle, int status, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the journal articles where groupId = ? and urlTitle = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_UT_ST(long groupId, String urlTitle, int status, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the journal articles where groupId = ? and urlTitle = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_UT_ST(long groupId, String urlTitle, int status, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the journal articles where groupId = ? and urlTitle = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_UT(long groupId, String urlTitle)
          Filters by the user's permissions and finds all the journal articles where groupId = ? and urlTitle = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_UT(long groupId, String urlTitle)
          Filters by the user's permissions and finds all the journal articles where groupId = ? and urlTitle = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_UT(long groupId, String urlTitle)
          Filters by the user's permissions and finds all the journal articles where groupId = ? and urlTitle = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_UT(long groupId, String urlTitle, int start, int end)
          Filters by the user's permissions and finds a range of all the journal articles where groupId = ? and urlTitle = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_UT(long groupId, String urlTitle, int start, int end)
          Filters by the user's permissions and finds a range of all the journal articles where groupId = ? and urlTitle = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_UT(long groupId, String urlTitle, int start, int end)
          Filters by the user's permissions and finds a range of all the journal articles where groupId = ? and urlTitle = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_UT(long groupId, String urlTitle, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the journal articles where groupId = ? and urlTitle = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_UT(long groupId, String urlTitle, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the journal articles where groupId = ? and urlTitle = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_UT(long groupId, String urlTitle, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the journal articles where groupId = ? and urlTitle = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByGroupId(long groupId)
          Filters by the user's permissions and finds all the journal articles where groupId = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByGroupId(long groupId)
          Filters by the user's permissions and finds all the journal articles where groupId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByGroupId(long groupId)
          Filters by the user's permissions and finds all the journal articles where groupId = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByGroupId(long groupId, int start, int end)
          Filters by the user's permissions and finds a range of all the journal articles where groupId = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByGroupId(long groupId, int start, int end)
          Filters by the user's permissions and finds a range of all the journal articles where groupId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByGroupId(long groupId, int start, int end)
          Filters by the user's permissions and finds a range of all the journal articles where groupId = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the journal articles where groupId = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the journal articles where groupId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the journal articles where groupId = ?.
static List<JournalArticle> JournalArticleUtil.findAll()
          Finds all the journal articles.
 List<JournalArticle> JournalArticlePersistence.findAll()
          Finds all the journal articles.
 List<JournalArticle> JournalArticlePersistenceImpl.findAll()
          Finds all the journal articles.
static List<JournalArticle> JournalArticleUtil.findAll(int start, int end)
          Finds a range of all the journal articles.
 List<JournalArticle> JournalArticlePersistence.findAll(int start, int end)
          Finds a range of all the journal articles.
 List<JournalArticle> JournalArticlePersistenceImpl.findAll(int start, int end)
          Finds a range of all the journal articles.
static List<JournalArticle> JournalArticleUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the journal articles.
 List<JournalArticle> JournalArticlePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the journal articles.
 List<JournalArticle> JournalArticlePersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the journal articles.
static List<JournalArticle> JournalArticleFinderUtil.findByC_G_A_V_T_D_C_T_S_T_D_S_R(long companyId, long groupId, String[] articleIds, Double version, String[] titles, String[] descriptions, String[] contents, String type, String[] structureIds, String[] templateIds, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<JournalArticle> JournalArticleFinder.findByC_G_A_V_T_D_C_T_S_T_D_S_R(long companyId, long groupId, String[] articleIds, Double version, String[] titles, String[] descriptions, String[] contents, String type, String[] structureIds, String[] templateIds, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<JournalArticle> JournalArticleFinderImpl.findByC_G_A_V_T_D_C_T_S_T_D_S_R(long companyId, long groupId, String[] articleIds, Double version, String[] titles, String[] descriptions, String[] contents, String type, String[] structureIds, String[] templateIds, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
static List<JournalArticle> JournalArticleFinderUtil.findByC_G_A_V_T_D_C_T_S_T_D_S_R(long companyId, long groupId, String articleId, Double version, String title, String description, String content, String type, String[] structureIds, String[] templateIds, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<JournalArticle> JournalArticleFinder.findByC_G_A_V_T_D_C_T_S_T_D_S_R(long companyId, long groupId, String articleId, Double version, String title, String description, String content, String type, String[] structureIds, String[] templateIds, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<JournalArticle> JournalArticleFinderImpl.findByC_G_A_V_T_D_C_T_S_T_D_S_R(long companyId, long groupId, String articleId, Double version, String title, String description, String content, String type, String[] structureIds, String[] templateIds, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
static List<JournalArticle> JournalArticleFinderUtil.findByC_G_A_V_T_D_C_T_S_T_D_S_R(long companyId, long groupId, String articleId, Double version, String title, String description, String content, String type, String structureId, String templateId, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<JournalArticle> JournalArticleFinder.findByC_G_A_V_T_D_C_T_S_T_D_S_R(long companyId, long groupId, String articleId, Double version, String title, String description, String content, String type, String structureId, String templateId, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
 List<JournalArticle> JournalArticleFinderImpl.findByC_G_A_V_T_D_C_T_S_T_D_S_R(long companyId, long groupId, String articleId, Double version, String title, String description, String content, String type, String structureId, String templateId, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, boolean andOperator, int start, int end, OrderByComparator orderByComparator)
           
static List<JournalArticle> JournalArticleUtil.findByC_ST(long companyId, int status)
          Finds all the journal articles where companyId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.findByC_ST(long companyId, int status)
          Finds all the journal articles where companyId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByC_ST(long companyId, int status)
          Finds all the journal articles where companyId = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByC_ST(long companyId, int status, int start, int end)
          Finds a range of all the journal articles where companyId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.findByC_ST(long companyId, int status, int start, int end)
          Finds a range of all the journal articles where companyId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByC_ST(long companyId, int status, int start, int end)
          Finds a range of all the journal articles where companyId = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByC_ST(long companyId, int status, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the journal articles where companyId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.findByC_ST(long companyId, int status, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the journal articles where companyId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByC_ST(long companyId, int status, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the journal articles where companyId = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByCompanyId(long companyId)
          Finds all the journal articles where companyId = ?.
 List<JournalArticle> JournalArticlePersistence.findByCompanyId(long companyId)
          Finds all the journal articles where companyId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByCompanyId(long companyId)
          Finds all the journal articles where companyId = ?.
static List<JournalArticle> JournalArticleUtil.findByCompanyId(long companyId, int start, int end)
          Finds a range of all the journal articles where companyId = ?.
 List<JournalArticle> JournalArticlePersistence.findByCompanyId(long companyId, int start, int end)
          Finds a range of all the journal articles where companyId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByCompanyId(long companyId, int start, int end)
          Finds a range of all the journal articles where companyId = ?.
static List<JournalArticle> JournalArticleUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the journal articles where companyId = ?.
 List<JournalArticle> JournalArticlePersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the journal articles where companyId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the journal articles where companyId = ?.
static List<JournalArticle> JournalArticleFinderUtil.findByExpirationDate(int status, Date expirationDateLT, Date expirationDateGT)
           
 List<JournalArticle> JournalArticleFinder.findByExpirationDate(int status, Date expirationDateLT, Date expirationDateGT)
           
 List<JournalArticle> JournalArticleFinderImpl.findByExpirationDate(int status, Date expirationDateLT, Date expirationDateGT)
           
static List<JournalArticle> JournalArticleUtil.findByG_A_ST(long groupId, String articleId, int status)
          Finds all the journal articles where groupId = ? and articleId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_A_ST(long groupId, String articleId, int status)
          Finds all the journal articles where groupId = ? and articleId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_A_ST(long groupId, String articleId, int status)
          Finds 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)
          Finds 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)
          Finds 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)
          Finds a range of all the journal articles where groupId = ? and articleId = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByG_A_ST(long groupId, String articleId, int status, int start, int end, OrderByComparator orderByComparator)
          Finds 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, int start, int end, OrderByComparator orderByComparator)
          Finds 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, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the journal articles where groupId = ? and articleId = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByG_A(long groupId, String articleId)
          Finds all the journal articles where groupId = ? and articleId = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_A(long groupId, String articleId)
          Finds all the journal articles where groupId = ? and articleId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_A(long groupId, String articleId)
          Finds all the journal articles where groupId = ? and articleId = ?.
static List<JournalArticle> JournalArticleUtil.findByG_A(long groupId, String articleId, int start, int end)
          Finds a range of all the journal articles where groupId = ? and articleId = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_A(long groupId, String articleId, int start, int end)
          Finds a range of all the journal articles where groupId = ? and articleId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_A(long groupId, String articleId, int start, int end)
          Finds a range of all the journal articles where groupId = ? and articleId = ?.
static List<JournalArticle> JournalArticleUtil.findByG_A(long groupId, String articleId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the journal articles where groupId = ? and articleId = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_A(long groupId, String articleId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the journal articles where groupId = ? and articleId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_A(long groupId, String articleId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the journal articles where groupId = ? and articleId = ?.
static List<JournalArticle> JournalArticleUtil.findByG_S(long groupId, String structureId)
          Finds all the journal articles where groupId = ? and structureId = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_S(long groupId, String structureId)
          Finds all the journal articles where groupId = ? and structureId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_S(long groupId, String structureId)
          Finds all the journal articles where groupId = ? and structureId = ?.
static List<JournalArticle> JournalArticleUtil.findByG_S(long groupId, String structureId, int start, int end)
          Finds a range of all the journal articles where groupId = ? and structureId = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_S(long groupId, String structureId, int start, int end)
          Finds a range of all the journal articles where groupId = ? and structureId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_S(long groupId, String structureId, int start, int end)
          Finds a range of all the journal articles where groupId = ? and structureId = ?.
static List<JournalArticle> JournalArticleUtil.findByG_S(long groupId, String structureId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the journal articles where groupId = ? and structureId = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_S(long groupId, String structureId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the journal articles where groupId = ? and structureId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_S(long groupId, String structureId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the journal articles where groupId = ? and structureId = ?.
static List<JournalArticle> JournalArticleUtil.findByG_ST(long groupId, int status)
          Finds all the journal articles where groupId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_ST(long groupId, int status)
          Finds all the journal articles where groupId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_ST(long groupId, int status)
          Finds all the journal articles where groupId = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByG_ST(long groupId, int status, int start, int end)
          Finds a range of all the journal articles where groupId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_ST(long groupId, int status, int start, int end)
          Finds a range of all the journal articles where groupId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_ST(long groupId, int status, int start, int end)
          Finds a range of all the journal articles where groupId = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByG_ST(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the journal articles where groupId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_ST(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the journal articles where groupId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_ST(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the journal articles where groupId = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByG_T(long groupId, String templateId)
          Finds all the journal articles where groupId = ? and templateId = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_T(long groupId, String templateId)
          Finds all the journal articles where groupId = ? and templateId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_T(long groupId, String templateId)
          Finds all the journal articles where groupId = ? and templateId = ?.
static List<JournalArticle> JournalArticleUtil.findByG_T(long groupId, String templateId, int start, int end)
          Finds a range of all the journal articles where groupId = ? and templateId = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_T(long groupId, String templateId, int start, int end)
          Finds a range of all the journal articles where groupId = ? and templateId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_T(long groupId, String templateId, int start, int end)
          Finds a range of all the journal articles where groupId = ? and templateId = ?.
static List<JournalArticle> JournalArticleUtil.findByG_T(long groupId, String templateId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the journal articles where groupId = ? and templateId = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_T(long groupId, String templateId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the journal articles where groupId = ? and templateId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_T(long groupId, String templateId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the journal articles where groupId = ? and templateId = ?.
static List<JournalArticle> JournalArticleUtil.findByG_UT_ST(long groupId, String urlTitle, int status)
          Finds all the journal articles where groupId = ? and urlTitle = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_UT_ST(long groupId, String urlTitle, int status)
          Finds all the journal articles where groupId = ? and urlTitle = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_UT_ST(long groupId, String urlTitle, int status)
          Finds 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)
          Finds 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)
          Finds 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)
          Finds a range of all the journal articles where groupId = ? and urlTitle = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByG_UT_ST(long groupId, String urlTitle, int status, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered 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 orderByComparator)
          Finds an ordered 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 orderByComparator)
          Finds an ordered range of all the journal articles where groupId = ? and urlTitle = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByG_UT(long groupId, String urlTitle)
          Finds all the journal articles where groupId = ? and urlTitle = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_UT(long groupId, String urlTitle)
          Finds all the journal articles where groupId = ? and urlTitle = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_UT(long groupId, String urlTitle)
          Finds all the journal articles where groupId = ? and urlTitle = ?.
static List<JournalArticle> JournalArticleUtil.findByG_UT(long groupId, String urlTitle, int start, int end)
          Finds a range of all the journal articles where groupId = ? and urlTitle = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_UT(long groupId, String urlTitle, int start, int end)
          Finds a range of all the journal articles where groupId = ? and urlTitle = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_UT(long groupId, String urlTitle, int start, int end)
          Finds a range of all the journal articles where groupId = ? and urlTitle = ?.
static List<JournalArticle> JournalArticleUtil.findByG_UT(long groupId, String urlTitle, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the journal articles where groupId = ? and urlTitle = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_UT(long groupId, String urlTitle, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the journal articles where groupId = ? and urlTitle = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_UT(long groupId, String urlTitle, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the journal articles where groupId = ? and urlTitle = ?.
static List<JournalArticle> JournalArticleUtil.findByGroupId(long groupId)
          Finds all the journal articles where groupId = ?.
 List<JournalArticle> JournalArticlePersistence.findByGroupId(long groupId)
          Finds all the journal articles where groupId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByGroupId(long groupId)
          Finds all the journal articles where groupId = ?.
static List<JournalArticle> JournalArticleUtil.findByGroupId(long groupId, int start, int end)
          Finds a range of all the journal articles where groupId = ?.
 List<JournalArticle> JournalArticlePersistence.findByGroupId(long groupId, int start, int end)
          Finds a range of all the journal articles where groupId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByGroupId(long groupId, int start, int end)
          Finds a range of all the journal articles where groupId = ?.
static List<JournalArticle> JournalArticleUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the journal articles where groupId = ?.
 List<JournalArticle> JournalArticlePersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the journal articles where groupId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the journal articles where groupId = ?.
static List<JournalArticle> JournalArticleFinderUtil.findByKeywords(long companyId, long groupId, String keywords, Double version, String type, String structureId, String templateId, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator orderByComparator)
           
 List<JournalArticle> JournalArticleFinder.findByKeywords(long companyId, long groupId, String keywords, Double version, String type, String structureId, String templateId, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator orderByComparator)
           
 List<JournalArticle> JournalArticleFinderImpl.findByKeywords(long companyId, long groupId, String keywords, Double version, String type, String structureId, String templateId, Date displayDateGT, Date displayDateLT, int status, Date reviewDate, int start, int end, OrderByComparator orderByComparator)
           
static List<JournalArticle> JournalArticleUtil.findByR_ST(long resourcePrimKey, int status)
          Finds all the journal articles where resourcePrimKey = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.findByR_ST(long resourcePrimKey, int status)
          Finds all the journal articles where resourcePrimKey = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByR_ST(long resourcePrimKey, int status)
          Finds all the journal articles where resourcePrimKey = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByR_ST(long resourcePrimKey, int status, int start, int end)
          Finds a range of all the journal articles where resourcePrimKey = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.findByR_ST(long resourcePrimKey, int status, int start, int end)
          Finds a range of all the journal articles where resourcePrimKey = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByR_ST(long resourcePrimKey, int status, int start, int end)
          Finds a range of all the journal articles where resourcePrimKey = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByR_ST(long resourcePrimKey, int status, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the journal articles where resourcePrimKey = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.findByR_ST(long resourcePrimKey, int status, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the journal articles where resourcePrimKey = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByR_ST(long resourcePrimKey, int status, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the journal articles where resourcePrimKey = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByResourcePrimKey(long resourcePrimKey)
          Finds all the journal articles where resourcePrimKey = ?.
 List<JournalArticle> JournalArticlePersistence.findByResourcePrimKey(long resourcePrimKey)
          Finds all the journal articles where resourcePrimKey = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByResourcePrimKey(long resourcePrimKey)
          Finds all the journal articles where resourcePrimKey = ?.
static List<JournalArticle> JournalArticleUtil.findByResourcePrimKey(long resourcePrimKey, int start, int end)
          Finds a range of all the journal articles where resourcePrimKey = ?.
 List<JournalArticle> JournalArticlePersistence.findByResourcePrimKey(long resourcePrimKey, int start, int end)
          Finds a range of all the journal articles where resourcePrimKey = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByResourcePrimKey(long resourcePrimKey, int start, int end)
          Finds a range of all the journal articles where resourcePrimKey = ?.
static List<JournalArticle> JournalArticleUtil.findByResourcePrimKey(long resourcePrimKey, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the journal articles where resourcePrimKey = ?.
 List<JournalArticle> JournalArticlePersistence.findByResourcePrimKey(long resourcePrimKey, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the journal articles where resourcePrimKey = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByResourcePrimKey(long resourcePrimKey, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the journal articles where resourcePrimKey = ?.
static List<JournalArticle> JournalArticleFinderUtil.findByReviewDate(Date reviewDateLT, Date reviewDateGT)
           
 List<JournalArticle> JournalArticleFinder.findByReviewDate(Date reviewDateLT, Date reviewDateGT)
           
 List<JournalArticle> JournalArticleFinderImpl.findByReviewDate(Date reviewDateLT, Date reviewDateGT)
           
static List<JournalArticle> JournalArticleUtil.findBySmallImageId(long smallImageId)
          Finds all the journal articles where smallImageId = ?.
 List<JournalArticle> JournalArticlePersistence.findBySmallImageId(long smallImageId)
          Finds all the journal articles where smallImageId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findBySmallImageId(long smallImageId)
          Finds all the journal articles where smallImageId = ?.
static List<JournalArticle> JournalArticleUtil.findBySmallImageId(long smallImageId, int start, int end)
          Finds a range of all the journal articles where smallImageId = ?.
 List<JournalArticle> JournalArticlePersistence.findBySmallImageId(long smallImageId, int start, int end)
          Finds a range of all the journal articles where smallImageId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findBySmallImageId(long smallImageId, int start, int end)
          Finds a range of all the journal articles where smallImageId = ?.
static List<JournalArticle> JournalArticleUtil.findBySmallImageId(long smallImageId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the journal articles where smallImageId = ?.
 List<JournalArticle> JournalArticlePersistence.findBySmallImageId(long smallImageId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the journal articles where smallImageId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findBySmallImageId(long smallImageId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the journal articles where smallImageId = ?.
static List<JournalArticle> JournalArticleUtil.findByUuid(String uuid)
          Finds all the journal articles where uuid = ?.
 List<JournalArticle> JournalArticlePersistence.findByUuid(String uuid)
          Finds all the journal articles where uuid = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByUuid(String uuid)
          Finds all the journal articles where uuid = ?.
static List<JournalArticle> JournalArticleUtil.findByUuid(String uuid, int start, int end)
          Finds a range of all the journal articles where uuid = ?.
 List<JournalArticle> JournalArticlePersistence.findByUuid(String uuid, int start, int end)
          Finds a range of all the journal articles where uuid = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByUuid(String uuid, int start, int end)
          Finds a range of all the journal articles where uuid = ?.
static List<JournalArticle> JournalArticleUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the journal articles where uuid = ?.
 List<JournalArticle> JournalArticlePersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the journal articles where uuid = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the journal articles where uuid = ?.
static List<JournalArticle> JournalArticleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<JournalArticle> JournalArticleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<JournalArticle> JournalArticleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.journal.service.persistence with parameters of type JournalArticle
static void JournalArticleUtil.cacheResult(JournalArticle journalArticle)
          Caches the journal article in the entity cache if it is enabled.
 void JournalArticlePersistence.cacheResult(JournalArticle journalArticle)
          Caches the journal article in the entity cache if it is enabled.
 void JournalArticlePersistenceImpl.cacheResult(JournalArticle journalArticle)
          Caches the journal article in the entity cache if it is enabled.
static void JournalArticleUtil.clearCache(JournalArticle journalArticle)
           
 void JournalArticlePersistenceImpl.clearCache(JournalArticle journalArticle)
          Clears the cache for the journal article.
protected  JournalArticle JournalArticlePersistenceImpl.getByC_ST_PrevAndNext(Session session, JournalArticle journalArticle, long companyId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByCompanyId_PrevAndNext(Session session, JournalArticle journalArticle, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByG_A_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String articleId, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByG_A_ST_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String articleId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByG_S_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String structureId, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByG_ST_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByG_T_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String templateId, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByG_UT_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String urlTitle, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByG_UT_ST_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String urlTitle, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByGroupId_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByR_ST_PrevAndNext(Session session, JournalArticle journalArticle, long resourcePrimKey, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByResourcePrimKey_PrevAndNext(Session session, JournalArticle journalArticle, long resourcePrimKey, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getBySmallImageId_PrevAndNext(Session session, JournalArticle journalArticle, long smallImageId, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByUuid_PrevAndNext(Session session, JournalArticle journalArticle, String uuid, OrderByComparator orderByComparator, boolean previous)
           
static JournalArticle JournalArticleUtil.remove(JournalArticle journalArticle)
           
protected  JournalArticle JournalArticlePersistenceImpl.removeImpl(JournalArticle journalArticle)
           
protected  JournalArticle JournalArticlePersistenceImpl.toUnwrappedModel(JournalArticle journalArticle)
           
static JournalArticle JournalArticleUtil.update(JournalArticle journalArticle, boolean merge)
           
static JournalArticle JournalArticleUtil.update(JournalArticle journalArticle, boolean merge, ServiceContext serviceContext)
           
static JournalArticle JournalArticleUtil.updateImpl(JournalArticle journalArticle, boolean merge)
           
 JournalArticle JournalArticlePersistence.updateImpl(JournalArticle journalArticle, boolean merge)
           
 JournalArticle JournalArticlePersistenceImpl.updateImpl(JournalArticle journalArticle, boolean merge)
           
 

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

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> JournalRSSUtil.getArticles(JournalFeed feed)
           
static Stack<JournalArticle> JournalUtil.getRecentArticles(PortletRequest portletRequest)
           
 

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

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

Methods in com.liferay.portlet.journal.workflow that return JournalArticle
 JournalArticle JournalArticleWorkflowHandler.updateStatus(int status, Map<String,Serializable> workflowContext)
           
 


Liferay 6.0.5