Liferay 6.1.2-ce-ga3

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

Packages that use JournalArticle
com.liferay.portal.tools.samplesqlbuilder   
com.liferay.portlet.journal.action   
com.liferay.portlet.journal.asset   
com.liferay.portlet.journal.atom   
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.portal.tools.samplesqlbuilder
 

Methods in com.liferay.portal.tools.samplesqlbuilder that return JournalArticle
 JournalArticle DataFactory.addJournalArticle(long resourcePrimKey, long groupId, long companyId, String articleId)
           
 

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

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
 

Methods in com.liferay.portlet.journal.asset that return JournalArticle
 JournalArticle JournalArticleAssetRenderer.getArticle()
           
 

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

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

Methods in com.liferay.portlet.journal.atom that return JournalArticle
protected  JournalArticle JournalArticleAtomCollectionProvider.doGetEntry(String resourceName, AtomRequestContext atomRequestContext)
           
protected  JournalArticle JournalArticleAtomCollectionProvider.doPostEntry(String title, String summary, String content, Date date, AtomRequestContext atomRequestContext)
           
 

Methods in com.liferay.portlet.journal.atom that return types with arguments of type JournalArticle
protected  Iterable<JournalArticle> JournalArticleAtomCollectionProvider.doGetFeedEntries(AtomRequestContext atomRequestContext)
           
 

Methods in com.liferay.portlet.journal.atom with parameters of type JournalArticle
protected  void JournalArticleAtomCollectionProvider.doPutEntry(JournalArticle journalArticle, String title, String summary, String content, Date date, AtomRequestContext atomRequestContext)
           
 List<String> JournalArticleAtomCollectionProvider.getEntryAuthors(JournalArticle journalArticle)
           
 AtomEntryContent JournalArticleAtomCollectionProvider.getEntryContent(JournalArticle journalArticle, AtomRequestContext atomRequestContext)
           
 String JournalArticleAtomCollectionProvider.getEntryId(JournalArticle journalArticle)
           
 String JournalArticleAtomCollectionProvider.getEntrySummary(JournalArticle entry)
           
 String JournalArticleAtomCollectionProvider.getEntryTitle(JournalArticle journalArticle)
           
 Date JournalArticleAtomCollectionProvider.getEntryUpdated(JournalArticle journalArticle)
           
 

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

Methods in com.liferay.portlet.journal.lar with parameters of type JournalArticle
static void JournalPortletDataHandlerImpl.exportArticle(PortletDataContext portletDataContext, Element articlesElement, Element structuresElement, Element templatesElement, Element dlFileEntryTypesElement, Element dlFoldersElement, Element dlFileEntriesElement, Element dlFileRanksElement, Element dlRepositoriesElement, Element dlRepositoryEntriesElement, JournalArticle article, boolean checkDateRange)
           
protected static String JournalPortletDataHandlerImpl.getArticleImagePath(PortletDataContext portletDataContext, JournalArticle article)
           
protected static String JournalPortletDataHandlerImpl.getArticleImagePath(PortletDataContext portletDataContext, JournalArticle article, JournalArticleImage articleImage, Image image)
           
static String JournalPortletDataHandlerImpl.getArticlePath(PortletDataContext portletDataContext, JournalArticle article)
           
protected static String JournalPortletDataHandlerImpl.getArticleSmallImagePath(PortletDataContext portletDataContext, JournalArticle article)
           
 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.
 String JournalCreationStrategyImpl.getTransformedContent(PortletDataContext context, JournalArticle newArticle)
           
protected static void JournalPortletDataHandlerImpl.prepareLanguagesForImport(JournalArticle article)
           
 

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

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

Methods in com.liferay.portlet.journal.model with parameters of type JournalArticle
protected  void JournalArticleListener.clearCache(JournalArticle article)
           
 int JournalArticleModel.compareTo(JournalArticle journalArticle)
           
 int JournalArticleWrapper.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 JournalArticleBaseImpl
          The extended model base implementation for the JournalArticle service.
 class JournalArticleImpl
           
 

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

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

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

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

Methods in com.liferay.portlet.journal.service that return JournalArticle
static JournalArticle JournalArticleLocalServiceUtil.addArticle(long userId, long groupId, long classNameId, long classPK, String articleId, boolean autoArticleId, double version, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, String type, String structureId, String templateId, String layoutUuid, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, boolean smallImage, String smallImageURL, File smallImageFile, Map<String,byte[]> images, String articleURL, ServiceContext serviceContext)
           
 JournalArticle JournalArticleLocalService.addArticle(long userId, long groupId, long classNameId, long classPK, String articleId, boolean autoArticleId, double version, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, String type, String structureId, String templateId, String layoutUuid, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, boolean smallImage, String smallImageURL, File smallImageFile, Map<String,byte[]> images, String articleURL, ServiceContext serviceContext)
           
 JournalArticle JournalArticleLocalServiceWrapper.addArticle(long userId, long groupId, long classNameId, long classPK, String articleId, boolean autoArticleId, double version, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, String type, String structureId, String templateId, String layoutUuid, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, boolean smallImage, String smallImageURL, File smallImageFile, Map<String,byte[]> images, String articleURL, ServiceContext serviceContext)
           
 JournalArticle JournalArticleService.addArticle(long groupId, long classNameId, long classPK, String articleId, boolean autoArticleId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, String type, String structureId, String templateId, String layoutUuid, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, boolean smallImage, String smallImageURL, File smallFile, Map<String,byte[]> images, String articleURL, ServiceContext serviceContext)
           
static JournalArticle JournalArticleServiceUtil.addArticle(long groupId, long classNameId, long classPK, String articleId, boolean autoArticleId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, String type, String structureId, String templateId, String layoutUuid, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, boolean smallImage, String smallImageURL, File smallFile, Map<String,byte[]> images, String articleURL, ServiceContext serviceContext)
           
 JournalArticle JournalArticleServiceWrapper.addArticle(long groupId, long classNameId, long classPK, String articleId, boolean autoArticleId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, String type, String structureId, String templateId, String layoutUuid, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, boolean smallImage, String smallImageURL, File smallFile, Map<String,byte[]> images, String articleURL, ServiceContext serviceContext)
           
 JournalArticle JournalArticleService.addArticle(long groupId, long classNameId, long classPK, String articleId, boolean autoArticleId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, String type, String structureId, String templateId, String layoutUuid, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, String articleURL, ServiceContext serviceContext)
           
static JournalArticle JournalArticleServiceUtil.addArticle(long groupId, long classNameId, long classPK, String articleId, boolean autoArticleId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, String type, String structureId, String templateId, String layoutUuid, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, String articleURL, ServiceContext serviceContext)
           
 JournalArticle JournalArticleServiceWrapper.addArticle(long groupId, long classNameId, long classPK, String articleId, boolean autoArticleId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, String type, String structureId, String templateId, String layoutUuid, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, String articleURL, ServiceContext serviceContext)
           
static JournalArticle 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.addJournalArticle(JournalArticle journalArticle)
          Adds the journal article to the database.
static JournalArticle JournalArticleLocalServiceUtil.checkArticleResourcePrimKey(long groupId, String articleId, double version)
           
 JournalArticle JournalArticleLocalService.checkArticleResourcePrimKey(long groupId, String articleId, double version)
           
 JournalArticle JournalArticleLocalServiceWrapper.checkArticleResourcePrimKey(long groupId, String articleId, 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 JournalArticleLocalServiceWrapper.copyArticle(long userId, long groupId, String oldArticleId, String newArticleId, boolean autoArticleId, double version)
           
 JournalArticle JournalArticleService.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 JournalArticleServiceWrapper.copyArticle(long groupId, String oldArticleId, String newArticleId, boolean autoArticleId, double version)
           
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.createJournalArticle(long id)
          Creates a new journal article with the primary key.
static JournalArticle JournalArticleLocalServiceUtil.deleteJournalArticle(JournalArticle journalArticle)
          Deletes the journal article from the database.
 JournalArticle JournalArticleLocalService.deleteJournalArticle(JournalArticle journalArticle)
          Deletes the journal article from the database.
 JournalArticle JournalArticleLocalServiceWrapper.deleteJournalArticle(JournalArticle journalArticle)
          Deletes the journal article from the database.
static JournalArticle JournalArticleLocalServiceUtil.deleteJournalArticle(long id)
          Deletes the journal article with the primary key from the database.
 JournalArticle JournalArticleLocalService.deleteJournalArticle(long id)
          Deletes the journal article with the primary key from the database.
 JournalArticle JournalArticleLocalServiceWrapper.deleteJournalArticle(long id)
          Deletes the journal article with the primary key from the database.
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 JournalArticleLocalServiceWrapper.expireArticle(long userId, long groupId, String articleId, double version, String articleURL, ServiceContext serviceContext)
           
 JournalArticle JournalArticleService.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 JournalArticleServiceWrapper.expireArticle(long groupId, String articleId, double version, String articleURL, ServiceContext serviceContext)
           
static JournalArticle JournalArticleLocalServiceUtil.fetchJournalArticle(long id)
           
 JournalArticle JournalArticleLocalService.fetchJournalArticle(long id)
           
 JournalArticle JournalArticleLocalServiceWrapper.fetchJournalArticle(long id)
           
static JournalArticle JournalArticleLocalServiceUtil.getArticle(long id)
           
 JournalArticle JournalArticleService.getArticle(long id)
           
 JournalArticle JournalArticleLocalService.getArticle(long id)
           
 JournalArticle JournalArticleLocalServiceWrapper.getArticle(long id)
           
static JournalArticle JournalArticleServiceUtil.getArticle(long id)
           
 JournalArticle JournalArticleServiceWrapper.getArticle(long id)
           
static JournalArticle JournalArticleLocalServiceUtil.getArticle(long groupId, String articleId)
           
 JournalArticle JournalArticleService.getArticle(long groupId, String articleId)
           
 JournalArticle JournalArticleLocalService.getArticle(long groupId, String articleId)
           
 JournalArticle JournalArticleLocalServiceWrapper.getArticle(long groupId, String articleId)
           
static JournalArticle JournalArticleServiceUtil.getArticle(long groupId, String articleId)
           
 JournalArticle JournalArticleServiceWrapper.getArticle(long groupId, String articleId)
           
static JournalArticle JournalArticleLocalServiceUtil.getArticle(long groupId, String articleId, double version)
           
 JournalArticle JournalArticleService.getArticle(long groupId, String articleId, double version)
           
 JournalArticle JournalArticleLocalService.getArticle(long groupId, String articleId, double version)
           
 JournalArticle JournalArticleLocalServiceWrapper.getArticle(long groupId, String articleId, double version)
           
static JournalArticle JournalArticleServiceUtil.getArticle(long groupId, String articleId, double version)
           
 JournalArticle JournalArticleServiceWrapper.getArticle(long groupId, String articleId, double version)
           
static JournalArticle JournalArticleLocalServiceUtil.getArticle(long groupId, String className, long classPK)
           
 JournalArticle JournalArticleService.getArticle(long groupId, String className, long classPK)
           
 JournalArticle JournalArticleLocalService.getArticle(long groupId, String className, long classPK)
           
 JournalArticle JournalArticleLocalServiceWrapper.getArticle(long groupId, String className, long classPK)
           
static JournalArticle JournalArticleServiceUtil.getArticle(long groupId, String className, long classPK)
           
 JournalArticle JournalArticleServiceWrapper.getArticle(long groupId, String className, long classPK)
           
static JournalArticle JournalArticleLocalServiceUtil.getArticleByUrlTitle(long groupId, String urlTitle)
           
 JournalArticle JournalArticleService.getArticleByUrlTitle(long groupId, String urlTitle)
           
 JournalArticle JournalArticleLocalService.getArticleByUrlTitle(long groupId, String urlTitle)
           
 JournalArticle JournalArticleLocalServiceWrapper.getArticleByUrlTitle(long groupId, String urlTitle)
           
static JournalArticle JournalArticleServiceUtil.getArticleByUrlTitle(long groupId, String urlTitle)
           
 JournalArticle JournalArticleServiceWrapper.getArticleByUrlTitle(long groupId, String urlTitle)
           
static JournalArticle JournalArticleLocalServiceUtil.getDisplayArticle(long groupId, String articleId)
           
 JournalArticle JournalArticleLocalService.getDisplayArticle(long groupId, String articleId)
           
 JournalArticle JournalArticleLocalServiceWrapper.getDisplayArticle(long groupId, String articleId)
           
static JournalArticle JournalArticleLocalServiceUtil.getDisplayArticleByUrlTitle(long groupId, String urlTitle)
           
 JournalArticle JournalArticleService.getDisplayArticleByUrlTitle(long groupId, String urlTitle)
           
 JournalArticle JournalArticleLocalService.getDisplayArticleByUrlTitle(long groupId, String urlTitle)
           
 JournalArticle JournalArticleLocalServiceWrapper.getDisplayArticleByUrlTitle(long groupId, String urlTitle)
           
static JournalArticle JournalArticleServiceUtil.getDisplayArticleByUrlTitle(long groupId, String urlTitle)
           
 JournalArticle JournalArticleServiceWrapper.getDisplayArticleByUrlTitle(long groupId, String urlTitle)
           
static JournalArticle JournalArticleLocalServiceUtil.getJournalArticle(long id)
          Returns the journal article with the primary key.
 JournalArticle JournalArticleLocalService.getJournalArticle(long id)
          Returns the journal article with the primary key.
 JournalArticle JournalArticleLocalServiceWrapper.getJournalArticle(long id)
          Returns the journal article with the primary key.
static JournalArticle JournalArticleLocalServiceUtil.getJournalArticleByUuidAndGroupId(String uuid, long groupId)
          Returns the journal article with the UUID in the group.
 JournalArticle JournalArticleLocalService.getJournalArticleByUuidAndGroupId(String uuid, long groupId)
          Returns the journal article with the UUID in the group.
 JournalArticle JournalArticleLocalServiceWrapper.getJournalArticleByUuidAndGroupId(String uuid, long groupId)
          Returns the journal article with the UUID in the group.
static JournalArticle JournalArticleLocalServiceUtil.getLatestArticle(long resourcePrimKey)
           
 JournalArticle JournalArticleService.getLatestArticle(long resourcePrimKey)
           
 JournalArticle JournalArticleLocalService.getLatestArticle(long resourcePrimKey)
           
 JournalArticle JournalArticleLocalServiceWrapper.getLatestArticle(long resourcePrimKey)
           
static JournalArticle JournalArticleServiceUtil.getLatestArticle(long resourcePrimKey)
           
 JournalArticle JournalArticleServiceWrapper.getLatestArticle(long resourcePrimKey)
           
static JournalArticle JournalArticleLocalServiceUtil.getLatestArticle(long resourcePrimKey, int status)
           
 JournalArticle JournalArticleLocalService.getLatestArticle(long resourcePrimKey, int status)
           
 JournalArticle JournalArticleLocalServiceWrapper.getLatestArticle(long resourcePrimKey, int status)
           
static JournalArticle JournalArticleLocalServiceUtil.getLatestArticle(long resourcePrimKey, int status, boolean preferApproved)
           
 JournalArticle JournalArticleLocalService.getLatestArticle(long resourcePrimKey, int status, boolean preferApproved)
           
 JournalArticle JournalArticleLocalServiceWrapper.getLatestArticle(long resourcePrimKey, int status, boolean preferApproved)
           
static JournalArticle JournalArticleLocalServiceUtil.getLatestArticle(long groupId, String articleId)
           
 JournalArticle JournalArticleLocalService.getLatestArticle(long groupId, String articleId)
           
 JournalArticle JournalArticleLocalServiceWrapper.getLatestArticle(long groupId, String articleId)
           
static JournalArticle JournalArticleLocalServiceUtil.getLatestArticle(long groupId, String articleId, int status)
           
 JournalArticle JournalArticleService.getLatestArticle(long groupId, String articleId, int status)
           
 JournalArticle JournalArticleLocalService.getLatestArticle(long groupId, String articleId, int status)
           
 JournalArticle JournalArticleLocalServiceWrapper.getLatestArticle(long groupId, String articleId, int status)
           
static JournalArticle JournalArticleServiceUtil.getLatestArticle(long groupId, String articleId, int status)
           
 JournalArticle JournalArticleServiceWrapper.getLatestArticle(long groupId, String articleId, int status)
           
static JournalArticle JournalArticleLocalServiceUtil.getLatestArticle(long groupId, String className, long classPK)
           
 JournalArticle JournalArticleService.getLatestArticle(long groupId, String className, long classPK)
           
 JournalArticle JournalArticleLocalService.getLatestArticle(long groupId, String className, long classPK)
           
 JournalArticle JournalArticleLocalServiceWrapper.getLatestArticle(long groupId, String className, long classPK)
           
static JournalArticle JournalArticleServiceUtil.getLatestArticle(long groupId, String className, long classPK)
           
 JournalArticle JournalArticleServiceWrapper.getLatestArticle(long groupId, String className, long classPK)
           
static JournalArticle JournalArticleLocalServiceUtil.getLatestArticleByUrlTitle(long groupId, String urlTitle, int status)
           
 JournalArticle JournalArticleLocalService.getLatestArticleByUrlTitle(long groupId, String urlTitle, int status)
           
 JournalArticle JournalArticleLocalServiceWrapper.getLatestArticleByUrlTitle(long groupId, String urlTitle, int status)
           
static JournalArticle JournalArticleLocalServiceUtil.removeArticleLocale(long groupId, String articleId, double version, String languageId)
           
 JournalArticle JournalArticleService.removeArticleLocale(long groupId, String articleId, double version, String languageId)
           
 JournalArticle JournalArticleLocalService.removeArticleLocale(long groupId, String articleId, double version, String languageId)
           
 JournalArticle JournalArticleLocalServiceWrapper.removeArticleLocale(long groupId, String articleId, double version, String languageId)
           
static JournalArticle JournalArticleServiceUtil.removeArticleLocale(long groupId, String articleId, double version, String languageId)
           
 JournalArticle JournalArticleServiceWrapper.removeArticleLocale(long groupId, String articleId, double version, String languageId)
           
static JournalArticle JournalArticleLocalServiceUtil.updateArticle(long userId, long groupId, String articleId, double version, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, String layoutUuid, ServiceContext serviceContext)
           
 JournalArticle JournalArticleService.updateArticle(long userId, long groupId, String articleId, double version, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, String layoutUuid, ServiceContext serviceContext)
           
 JournalArticle JournalArticleLocalService.updateArticle(long userId, long groupId, String articleId, double version, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, String layoutUuid, ServiceContext serviceContext)
           
 JournalArticle JournalArticleLocalServiceWrapper.updateArticle(long userId, long groupId, String articleId, double version, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, String layoutUuid, ServiceContext serviceContext)
           
static JournalArticle JournalArticleServiceUtil.updateArticle(long userId, long groupId, String articleId, double version, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, String layoutUuid, ServiceContext serviceContext)
           
 JournalArticle JournalArticleServiceWrapper.updateArticle(long userId, long groupId, String articleId, double version, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, String layoutUuid, ServiceContext serviceContext)
           
static JournalArticle JournalArticleLocalServiceUtil.updateArticle(long userId, long groupId, String articleId, double version, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, String type, String structureId, String templateId, String layoutUuid, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, boolean smallImage, String smallImageURL, File smallImageFile, Map<String,byte[]> images, String articleURL, ServiceContext serviceContext)
           
 JournalArticle JournalArticleLocalService.updateArticle(long userId, long groupId, String articleId, double version, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, String type, String structureId, String templateId, String layoutUuid, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, boolean smallImage, String smallImageURL, File smallImageFile, Map<String,byte[]> images, String articleURL, ServiceContext serviceContext)
           
 JournalArticle JournalArticleLocalServiceWrapper.updateArticle(long userId, long groupId, String articleId, double version, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, String type, String structureId, String templateId, String layoutUuid, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, boolean smallImage, String smallImageURL, File smallImageFile, Map<String,byte[]> images, String articleURL, ServiceContext serviceContext)
           
static JournalArticle JournalArticleLocalServiceUtil.updateArticle(long userId, long groupId, String articleId, double version, String content, ServiceContext serviceContext)
           
 JournalArticle JournalArticleLocalService.updateArticle(long userId, long groupId, String articleId, double version, String content, ServiceContext serviceContext)
           
 JournalArticle JournalArticleLocalServiceWrapper.updateArticle(long userId, long groupId, String articleId, double version, String content, ServiceContext serviceContext)
           
 JournalArticle JournalArticleService.updateArticle(long groupId, String articleId, double version, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, String type, String structureId, String templateId, String layoutUuid, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, boolean smallImage, String smallImageURL, File smallFile, Map<String,byte[]> images, String articleURL, ServiceContext serviceContext)
           
static JournalArticle JournalArticleServiceUtil.updateArticle(long groupId, String articleId, double version, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, String type, String structureId, String templateId, String layoutUuid, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, boolean smallImage, String smallImageURL, File smallFile, Map<String,byte[]> images, String articleURL, ServiceContext serviceContext)
           
 JournalArticle JournalArticleServiceWrapper.updateArticle(long groupId, String articleId, double version, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, String type, String structureId, String templateId, String layoutUuid, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, boolean smallImage, String smallImageURL, File smallFile, Map<String,byte[]> images, String articleURL, ServiceContext serviceContext)
           
 JournalArticle JournalArticleService.updateArticle(long groupId, String articleId, double version, String content, ServiceContext serviceContext)
           
static JournalArticle JournalArticleServiceUtil.updateArticle(long groupId, String articleId, double version, String content, ServiceContext serviceContext)
           
 JournalArticle JournalArticleServiceWrapper.updateArticle(long groupId, String articleId, double version, String content, ServiceContext serviceContext)
           
static JournalArticle JournalArticleLocalServiceUtil.updateArticleTranslation(long groupId, String articleId, double version, Locale locale, String title, String description, String content, Map<String,byte[]> images)
          Deprecated. JournalArticleLocalServiceUtil.updateArticleTranslation(long, String, double, Locale, String, String, String, Map, ServiceContext)
 JournalArticle JournalArticleService.updateArticleTranslation(long groupId, String articleId, double version, Locale locale, String title, String description, String content, Map<String,byte[]> images)
          Deprecated. JournalArticleService.updateArticleTranslation(long, String, double, Locale, String, String, String, Map, ServiceContext)
 JournalArticle JournalArticleLocalService.updateArticleTranslation(long groupId, String articleId, double version, Locale locale, String title, String description, String content, Map<String,byte[]> images)
          Deprecated. JournalArticleLocalService.updateArticleTranslation(long, String, double, Locale, String, String, String, Map, ServiceContext)
 JournalArticle JournalArticleLocalServiceWrapper.updateArticleTranslation(long groupId, String articleId, double version, Locale locale, String title, String description, String content, Map<String,byte[]> images)
          Deprecated. JournalArticleLocalServiceWrapper.updateArticleTranslation(long, String, double, Locale, String, String, String, Map, ServiceContext)
static JournalArticle JournalArticleServiceUtil.updateArticleTranslation(long groupId, String articleId, double version, Locale locale, String title, String description, String content, Map<String,byte[]> images)
          Deprecated. JournalArticleServiceUtil.updateArticleTranslation(long, String, double, Locale, String, String, String, Map, ServiceContext)
 JournalArticle JournalArticleServiceWrapper.updateArticleTranslation(long groupId, String articleId, double version, Locale locale, String title, String description, String content, Map<String,byte[]> images)
          Deprecated. JournalArticleServiceWrapper.updateArticleTranslation(long, String, double, Locale, String, String, String, Map, ServiceContext)
static JournalArticle JournalArticleLocalServiceUtil.updateArticleTranslation(long groupId, String articleId, double version, Locale locale, String title, String description, String content, Map<String,byte[]> images, ServiceContext serviceContext)
           
 JournalArticle JournalArticleService.updateArticleTranslation(long groupId, String articleId, double version, Locale locale, String title, String description, String content, Map<String,byte[]> images, ServiceContext serviceContext)
           
 JournalArticle JournalArticleLocalService.updateArticleTranslation(long groupId, String articleId, double version, Locale locale, String title, String description, String content, Map<String,byte[]> images, ServiceContext serviceContext)
           
 JournalArticle JournalArticleLocalServiceWrapper.updateArticleTranslation(long groupId, String articleId, double version, Locale locale, String title, String description, String content, Map<String,byte[]> images, ServiceContext serviceContext)
           
static JournalArticle JournalArticleServiceUtil.updateArticleTranslation(long groupId, String articleId, double version, Locale locale, String title, String description, String content, Map<String,byte[]> images, ServiceContext serviceContext)
           
 JournalArticle JournalArticleServiceWrapper.updateArticleTranslation(long groupId, String articleId, double version, Locale locale, String title, String description, String content, Map<String,byte[]> images, ServiceContext serviceContext)
           
static JournalArticle JournalArticleLocalServiceUtil.updateContent(long groupId, String articleId, double version, String content)
           
 JournalArticle JournalArticleService.updateContent(long groupId, String articleId, double version, String content)
           
 JournalArticle JournalArticleLocalService.updateContent(long groupId, String articleId, double version, String content)
           
 JournalArticle JournalArticleLocalServiceWrapper.updateContent(long groupId, String articleId, double version, String content)
           
static JournalArticle JournalArticleServiceUtil.updateContent(long groupId, String articleId, double version, String content)
           
 JournalArticle JournalArticleServiceWrapper.updateContent(long groupId, String articleId, double version, String content)
           
static JournalArticle JournalArticleLocalServiceUtil.updateJournalArticle(JournalArticle journalArticle)
          Updates the journal article in the database or adds it if it does not yet exist.
 JournalArticle JournalArticleLocalService.updateJournalArticle(JournalArticle journalArticle)
          Updates the journal article in the database or adds it if it does not yet exist.
 JournalArticle JournalArticleLocalServiceWrapper.updateJournalArticle(JournalArticle journalArticle)
          Updates the journal article in the database or adds it if it does not yet exist.
static JournalArticle JournalArticleLocalServiceUtil.updateJournalArticle(JournalArticle journalArticle, boolean merge)
          Updates the journal article in the database or adds it if it does not yet exist.
 JournalArticle JournalArticleLocalService.updateJournalArticle(JournalArticle journalArticle, boolean merge)
          Updates the journal article in the database or adds it if it does not yet exist.
 JournalArticle JournalArticleLocalServiceWrapper.updateJournalArticle(JournalArticle journalArticle, boolean merge)
          Updates the journal article in the database or adds it if it does not yet exist.
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, JournalArticle article, int status, String articleURL, 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 classPK, int status, 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)
           
 JournalArticle JournalArticleLocalServiceWrapper.updateStatus(long userId, long groupId, String articleId, double version, int status, String articleURL, ServiceContext serviceContext)
           
 JournalArticle JournalArticleService.updateStatus(long groupId, String articleId, double version, int status, String articleURL, ServiceContext serviceContext)
           
static JournalArticle JournalArticleServiceUtil.updateStatus(long groupId, String articleId, double version, int status, String articleURL, ServiceContext serviceContext)
           
 JournalArticle JournalArticleServiceWrapper.updateStatus(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
static List<JournalArticle> JournalArticleLocalServiceUtil.getArticles()
           
 List<JournalArticle> JournalArticleLocalService.getArticles()
           
 List<JournalArticle> JournalArticleLocalServiceWrapper.getArticles()
           
static List<JournalArticle> JournalArticleLocalServiceUtil.getArticles(long groupId)
           
 List<JournalArticle> JournalArticleLocalService.getArticles(long groupId)
           
 List<JournalArticle> JournalArticleLocalServiceWrapper.getArticles(long groupId)
           
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)
           
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, int start, int end, OrderByComparator obc)
           
static List<JournalArticle> JournalArticleLocalServiceUtil.getArticles(long groupId, String articleId)
           
 List<JournalArticle> JournalArticleLocalService.getArticles(long groupId, String articleId)
           
 List<JournalArticle> JournalArticleLocalServiceWrapper.getArticles(long groupId, String articleId)
           
 List<JournalArticle> JournalArticleService.getArticlesByArticleId(long groupId, String articleId, int start, int end, OrderByComparator obc)
           
static List<JournalArticle> JournalArticleServiceUtil.getArticlesByArticleId(long groupId, String articleId, int start, int end, OrderByComparator obc)
           
 List<JournalArticle> JournalArticleServiceWrapper.getArticlesByArticleId(long groupId, String articleId, int start, int end, OrderByComparator obc)
           
 List<JournalArticle> JournalArticleService.getArticlesByLayoutUuid(long groupId, String layoutUuid)
           
static List<JournalArticle> JournalArticleServiceUtil.getArticlesByLayoutUuid(long groupId, String layoutUuid)
           
 List<JournalArticle> JournalArticleServiceWrapper.getArticlesByLayoutUuid(long groupId, String layoutUuid)
           
static List<JournalArticle> JournalArticleLocalServiceUtil.getArticlesBySmallImageId(long smallImageId)
           
 List<JournalArticle> JournalArticleLocalService.getArticlesBySmallImageId(long smallImageId)
           
 List<JournalArticle> JournalArticleLocalServiceWrapper.getArticlesBySmallImageId(long smallImageId)
           
static List<JournalArticle> JournalArticleLocalServiceUtil.getCompanyArticles(long companyId, double version, int status, int start, int end)
           
 List<JournalArticle> JournalArticleLocalService.getCompanyArticles(long companyId, double version, int status, int start, int end)
           
 List<JournalArticle> JournalArticleLocalServiceWrapper.getCompanyArticles(long companyId, double version, 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.getCompanyArticles(long companyId, int status, int start, int end)
           
static List<JournalArticle> JournalArticleLocalServiceUtil.getJournalArticles(int start, int end)
          Returns a range of all the journal articles.
 List<JournalArticle> JournalArticleLocalService.getJournalArticles(int start, int end)
          Returns a range of all the journal articles.
 List<JournalArticle> JournalArticleLocalServiceWrapper.getJournalArticles(int start, int end)
          Returns a range of all the journal articles.
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)
           
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.getStructureArticles(long groupId, String structureId, int start, int end, OrderByComparator obc)
           
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)
           
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.getTemplateArticles(long groupId, String templateId, int start, int end, OrderByComparator obc)
           
static List<JournalArticle> JournalArticleLocalServiceUtil.search(long companyId, long groupId, long classNameId, 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> JournalArticleService.search(long companyId, long groupId, long classNameId, 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, long classNameId, 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, long classNameId, 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> JournalArticleServiceUtil.search(long companyId, long groupId, long classNameId, 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> JournalArticleServiceWrapper.search(long companyId, long groupId, long classNameId, 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, long classNameId, 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> JournalArticleService.search(long companyId, long groupId, long classNameId, 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, long classNameId, 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, long classNameId, 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> JournalArticleServiceUtil.search(long companyId, long groupId, long classNameId, 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> JournalArticleServiceWrapper.search(long companyId, long groupId, long classNameId, 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, long classNameId, 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> JournalArticleService.search(long companyId, long groupId, long classNameId, 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, long classNameId, 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> JournalArticleLocalServiceWrapper.search(long companyId, long groupId, long classNameId, 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> JournalArticleServiceUtil.search(long companyId, long groupId, long classNameId, 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> JournalArticleServiceWrapper.search(long companyId, long groupId, long classNameId, 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
static void JournalArticleLocalServiceUtil.addArticleResources(JournalArticle article, boolean addGroupPermissions, boolean addGuestPermissions)
           
 void JournalArticleLocalService.addArticleResources(JournalArticle article, boolean addGroupPermissions, boolean addGuestPermissions)
           
 void JournalArticleLocalServiceWrapper.addArticleResources(JournalArticle article, boolean addGroupPermissions, boolean addGuestPermissions)
           
static void JournalArticleLocalServiceUtil.addArticleResources(JournalArticle article, String[] groupPermissions, String[] guestPermissions)
           
 void JournalArticleLocalService.addArticleResources(JournalArticle article, String[] groupPermissions, String[] guestPermissions)
           
 void JournalArticleLocalServiceWrapper.addArticleResources(JournalArticle article, String[] groupPermissions, String[] guestPermissions)
           
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.addJournalArticle(JournalArticle journalArticle)
          Adds the journal article to the database.
static void JournalArticleLocalServiceUtil.deleteArticle(JournalArticle article, String articleURL, ServiceContext serviceContext)
           
 void JournalArticleLocalService.deleteArticle(JournalArticle article, String articleURL, ServiceContext serviceContext)
           
 void JournalArticleLocalServiceWrapper.deleteArticle(JournalArticle article, String articleURL, ServiceContext serviceContext)
           
static JournalArticle JournalArticleLocalServiceUtil.deleteJournalArticle(JournalArticle journalArticle)
          Deletes the journal article from the database.
 JournalArticle JournalArticleLocalService.deleteJournalArticle(JournalArticle journalArticle)
          Deletes the journal article from the database.
 JournalArticle JournalArticleLocalServiceWrapper.deleteJournalArticle(JournalArticle journalArticle)
          Deletes the journal article from the database.
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)
           
 String JournalArticleLocalServiceWrapper.getArticleContent(JournalArticle article, String templateId, String viewMode, String languageId, 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)
           
 JournalArticleDisplay JournalArticleLocalServiceWrapper.getArticleDisplay(JournalArticle article, String templateId, String viewMode, String languageId, int page, String xmlRequest, ThemeDisplay themeDisplay)
           
static void JournalArticleLocalServiceUtil.updateAsset(long userId, JournalArticle article, long[] assetCategoryIds, String[] assetTagNames, long[] assetLinkEntryIds)
           
 void JournalArticleLocalService.updateAsset(long userId, JournalArticle article, long[] assetCategoryIds, String[] assetTagNames, long[] assetLinkEntryIds)
           
 void JournalArticleLocalServiceWrapper.updateAsset(long userId, JournalArticle article, long[] assetCategoryIds, String[] assetTagNames, long[] assetLinkEntryIds)
           
static JournalArticle JournalArticleLocalServiceUtil.updateJournalArticle(JournalArticle journalArticle)
          Updates the journal article in the database or adds it if it does not yet exist.
 JournalArticle JournalArticleLocalService.updateJournalArticle(JournalArticle journalArticle)
          Updates the journal article in the database or adds it if it does not yet exist.
 JournalArticle JournalArticleLocalServiceWrapper.updateJournalArticle(JournalArticle journalArticle)
          Updates the journal article in the database or adds it if it does not yet exist.
static JournalArticle JournalArticleLocalServiceUtil.updateJournalArticle(JournalArticle journalArticle, boolean merge)
          Updates the journal article in the database or adds it if it does not yet exist.
 JournalArticle JournalArticleLocalService.updateJournalArticle(JournalArticle journalArticle, boolean merge)
          Updates the journal article in the database or adds it if it does not yet exist.
 JournalArticle JournalArticleLocalServiceWrapper.updateJournalArticle(JournalArticle journalArticle, boolean merge)
          Updates the journal article in the database or adds it if it does not yet exist.
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, 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.deleteJournalArticle(JournalArticle journalArticle)
          Deletes the journal article from the database.
 JournalArticle JournalArticleLocalServiceBaseImpl.deleteJournalArticle(long id)
          Deletes the journal article with the primary key from the database.
 JournalArticle JournalArticleLocalServiceBaseImpl.fetchJournalArticle(long id)
           
 JournalArticle JournalArticleLocalServiceBaseImpl.getJournalArticle(long id)
          Returns the journal article with the primary key.
 JournalArticle JournalArticleLocalServiceBaseImpl.getJournalArticleByUuidAndGroupId(String uuid, long groupId)
          Returns the journal article with the UUID in the group.
 JournalArticle JournalArticleLocalServiceBaseImpl.updateJournalArticle(JournalArticle journalArticle)
          Updates the journal article in the database or adds it if it does not yet exist.
 JournalArticle JournalArticleLocalServiceBaseImpl.updateJournalArticle(JournalArticle journalArticle, boolean merge)
          Updates the journal article in the database or adds it if it does not yet exist.
 

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

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

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

Methods in com.liferay.portlet.journal.service.http that return JournalArticle
static JournalArticle JournalArticleServiceHttp.addArticle(HttpPrincipal httpPrincipal, long groupId, long classNameId, long classPK, String articleId, boolean autoArticleId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, String type, String structureId, String templateId, String layoutUuid, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, boolean smallImage, String smallImageURL, File smallFile, Map<String,byte[]> images, String articleURL, ServiceContext serviceContext)
           
static JournalArticle JournalArticleServiceHttp.addArticle(HttpPrincipal httpPrincipal, long groupId, long classNameId, long classPK, String articleId, boolean autoArticleId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, String type, String structureId, String templateId, String layoutUuid, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, String articleURL, ServiceContext serviceContext)
           
static JournalArticle JournalArticleServiceHttp.copyArticle(HttpPrincipal httpPrincipal, long groupId, String oldArticleId, String newArticleId, boolean autoArticleId, double version)
           
static JournalArticle JournalArticleServiceHttp.expireArticle(HttpPrincipal httpPrincipal, long groupId, String articleId, double version, String articleURL, ServiceContext serviceContext)
           
static JournalArticle JournalArticleServiceHttp.getArticle(HttpPrincipal httpPrincipal, long id)
           
static JournalArticle JournalArticleServiceHttp.getArticle(HttpPrincipal httpPrincipal, long groupId, String articleId)
           
static JournalArticle JournalArticleServiceHttp.getArticle(HttpPrincipal httpPrincipal, long groupId, String articleId, double version)
           
static JournalArticle JournalArticleServiceHttp.getArticle(HttpPrincipal httpPrincipal, long groupId, String className, long classPK)
           
static JournalArticle JournalArticleServiceHttp.getArticleByUrlTitle(HttpPrincipal httpPrincipal, long groupId, String urlTitle)
           
static JournalArticle JournalArticleServiceHttp.getDisplayArticleByUrlTitle(HttpPrincipal httpPrincipal, long groupId, String urlTitle)
           
static JournalArticle JournalArticleServiceHttp.getLatestArticle(HttpPrincipal httpPrincipal, long resourcePrimKey)
           
static JournalArticle JournalArticleServiceHttp.getLatestArticle(HttpPrincipal httpPrincipal, long groupId, String articleId, int status)
           
static JournalArticle JournalArticleServiceHttp.getLatestArticle(HttpPrincipal httpPrincipal, long groupId, String className, long classPK)
           
static JournalArticle JournalArticleServiceHttp.removeArticleLocale(HttpPrincipal httpPrincipal, long groupId, String articleId, double version, String languageId)
           
static JournalArticle JournalArticleServiceHttp.updateArticle(HttpPrincipal httpPrincipal, long userId, long groupId, String articleId, double version, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, String layoutUuid, ServiceContext serviceContext)
           
static JournalArticle JournalArticleServiceHttp.updateArticle(HttpPrincipal httpPrincipal, long groupId, String articleId, double version, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, String type, String structureId, String templateId, String layoutUuid, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, boolean smallImage, String smallImageURL, File smallFile, Map<String,byte[]> images, String articleURL, ServiceContext serviceContext)
           
static JournalArticle JournalArticleServiceHttp.updateArticle(HttpPrincipal httpPrincipal, long groupId, String articleId, double version, String content, ServiceContext serviceContext)
           
static JournalArticle JournalArticleServiceHttp.updateArticleTranslation(HttpPrincipal httpPrincipal, long groupId, String articleId, double version, Locale locale, String title, String description, String content, Map<String,byte[]> images)
           
static JournalArticle JournalArticleServiceHttp.updateArticleTranslation(HttpPrincipal httpPrincipal, long groupId, String articleId, double version, Locale locale, String title, String description, String content, Map<String,byte[]> images, ServiceContext serviceContext)
           
static JournalArticle JournalArticleServiceHttp.updateContent(HttpPrincipal httpPrincipal, long groupId, String articleId, double version, String content)
           
static JournalArticle JournalArticleServiceHttp.updateStatus(HttpPrincipal httpPrincipal, long groupId, String articleId, double version, int status, String articleURL, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.journal.service.http that return types with arguments of type JournalArticle
static List<JournalArticle> JournalArticleServiceHttp.getArticlesByArticleId(HttpPrincipal httpPrincipal, long groupId, String articleId, int start, int end, OrderByComparator obc)
           
static List<JournalArticle> JournalArticleServiceHttp.getArticlesByLayoutUuid(HttpPrincipal httpPrincipal, long groupId, String layoutUuid)
           
static List<JournalArticle> JournalArticleServiceHttp.search(HttpPrincipal httpPrincipal, long companyId, long groupId, long classNameId, 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> JournalArticleServiceHttp.search(HttpPrincipal httpPrincipal, long companyId, long groupId, long classNameId, 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> JournalArticleServiceHttp.search(HttpPrincipal httpPrincipal, long companyId, long groupId, long classNameId, 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)
           
 

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

Methods in com.liferay.portlet.journal.service.impl that return JournalArticle
 JournalArticle JournalArticleLocalServiceImpl.addArticle(long userId, long groupId, long classNameId, long classPK, String articleId, boolean autoArticleId, double version, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, String type, String structureId, String templateId, String layoutUuid, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, boolean smallImage, String smallImageURL, File smallImageFile, Map<String,byte[]> images, String articleURL, ServiceContext serviceContext)
           
 JournalArticle JournalArticleServiceImpl.addArticle(long groupId, long classNameId, long classPK, String articleId, boolean autoArticleId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, String type, String structureId, String templateId, String layoutUuid, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, boolean smallImage, String smallImageURL, File smallFile, Map<String,byte[]> images, String articleURL, ServiceContext serviceContext)
           
 JournalArticle JournalArticleServiceImpl.addArticle(long groupId, long classNameId, long classPK, String articleId, boolean autoArticleId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, String type, String structureId, String templateId, String layoutUuid, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, String articleURL, ServiceContext serviceContext)
           
 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 id)
           
 JournalArticle JournalArticleLocalServiceImpl.getArticle(long groupId, String articleId)
           
 JournalArticle JournalArticleServiceImpl.getArticle(long groupId, String articleId)
           
 JournalArticle JournalArticleLocalServiceImpl.getArticle(long groupId, String articleId, double version)
           
 JournalArticle JournalArticleServiceImpl.getArticle(long groupId, String articleId, double version)
           
 JournalArticle JournalArticleLocalServiceImpl.getArticle(long groupId, String className, long classPK)
           
 JournalArticle JournalArticleServiceImpl.getArticle(long groupId, String className, long classPK)
           
 JournalArticle JournalArticleLocalServiceImpl.getArticleByUrlTitle(long groupId, String urlTitle)
           
 JournalArticle JournalArticleServiceImpl.getArticleByUrlTitle(long groupId, String urlTitle)
           
 JournalArticle JournalArticleLocalServiceImpl.getDisplayArticle(long groupId, String articleId)
           
 JournalArticle JournalArticleLocalServiceImpl.getDisplayArticleByUrlTitle(long groupId, String urlTitle)
           
 JournalArticle JournalArticleServiceImpl.getDisplayArticleByUrlTitle(long groupId, String urlTitle)
           
 JournalArticle JournalArticleLocalServiceImpl.getLatestArticle(long resourcePrimKey)
           
 JournalArticle JournalArticleServiceImpl.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 JournalArticleLocalServiceImpl.getLatestArticle(long groupId, String articleId, int status)
           
 JournalArticle JournalArticleServiceImpl.getLatestArticle(long groupId, String articleId, int status)
           
 JournalArticle JournalArticleLocalServiceImpl.getLatestArticle(long groupId, String className, long classPK)
           
 JournalArticle JournalArticleServiceImpl.getLatestArticle(long groupId, String className, long classPK)
           
 JournalArticle JournalArticleLocalServiceImpl.getLatestArticleByUrlTitle(long groupId, String urlTitle, int status)
           
 JournalArticle JournalArticleLocalServiceImpl.removeArticleLocale(long groupId, String articleId, double version, String languageId)
           
 JournalArticle JournalArticleServiceImpl.removeArticleLocale(long groupId, String articleId, double version, String languageId)
           
 JournalArticle JournalArticleLocalServiceImpl.updateArticle(long userId, long groupId, String articleId, double version, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, String layoutUuid, ServiceContext serviceContext)
           
 JournalArticle JournalArticleServiceImpl.updateArticle(long userId, long groupId, String articleId, double version, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, String layoutUuid, ServiceContext serviceContext)
           
 JournalArticle JournalArticleLocalServiceImpl.updateArticle(long userId, long groupId, String articleId, double version, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, String type, String structureId, String templateId, String layoutUuid, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, boolean smallImage, String smallImageURL, File smallImageFile, Map<String,byte[]> images, String articleURL, ServiceContext serviceContext)
           
 JournalArticle JournalArticleLocalServiceImpl.updateArticle(long userId, long groupId, String articleId, double version, String content, ServiceContext serviceContext)
           
 JournalArticle JournalArticleServiceImpl.updateArticle(long groupId, String articleId, double version, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String content, String type, String structureId, String templateId, String layoutUuid, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, boolean smallImage, String smallImageURL, File smallFile, Map<String,byte[]> images, String articleURL, ServiceContext serviceContext)
           
 JournalArticle JournalArticleServiceImpl.updateArticle(long groupId, String articleId, double version, String content, ServiceContext serviceContext)
           
 JournalArticle JournalArticleLocalServiceImpl.updateArticleTranslation(long groupId, String articleId, double version, Locale locale, String title, String description, String content, Map<String,byte[]> images)
          Deprecated. JournalArticleLocalServiceImpl.updateArticleTranslation(long, String, double, Locale, String, String, String, Map, ServiceContext)
 JournalArticle JournalArticleServiceImpl.updateArticleTranslation(long groupId, String articleId, double version, Locale locale, String title, String description, String content, Map<String,byte[]> images)
          Deprecated. JournalArticleServiceImpl.updateArticleTranslation(long, String, double, Locale, String, String, String, Map, ServiceContext)
 JournalArticle JournalArticleLocalServiceImpl.updateArticleTranslation(long groupId, String articleId, double version, Locale locale, String title, String description, String content, Map<String,byte[]> images, ServiceContext serviceContext)
           
 JournalArticle JournalArticleServiceImpl.updateArticleTranslation(long groupId, String articleId, double version, Locale locale, String title, String description, String content, Map<String,byte[]> images, ServiceContext serviceContext)
           
 JournalArticle JournalArticleLocalServiceImpl.updateContent(long groupId, String articleId, double version, String content)
           
 JournalArticle JournalArticleServiceImpl.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)
           
 JournalArticle JournalArticleServiceImpl.updateStatus(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> JournalArticleServiceImpl.getArticlesByArticleId(long groupId, String articleId, int start, int end, OrderByComparator obc)
           
 List<JournalArticle> JournalArticleServiceImpl.getArticlesByLayoutUuid(long groupId, String layoutUuid)
           
 List<JournalArticle> JournalArticleLocalServiceImpl.getArticlesBySmallImageId(long smallImageId)
           
 List<JournalArticle> JournalArticleLocalServiceImpl.getCompanyArticles(long companyId, double version, int status, int start, int end)
           
 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, long classNameId, 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> JournalArticleServiceImpl.search(long companyId, long groupId, long classNameId, 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, long classNameId, 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> JournalArticleServiceImpl.search(long companyId, long groupId, long classNameId, 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, long classNameId, 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> JournalArticleServiceImpl.search(long companyId, long groupId, long classNameId, 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 addGroupPermissions, boolean addGuestPermissions)
           
 void JournalArticleLocalServiceImpl.addArticleResources(JournalArticle article, String[] groupPermissions, 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  long JournalArticleLocalServiceImpl.getClassTypeId(JournalArticle article)
           
protected  void JournalArticleLocalServiceImpl.notifySubscribers(JournalArticle article, ServiceContext serviceContext)
           
protected  void JournalArticleLocalServiceImpl.sendEmail(JournalArticle article, String articleURL, PortletPreferences preferences, String emailType, ServiceContext serviceContext)
           
 void JournalArticleLocalServiceImpl.updateAsset(long userId, JournalArticle article, long[] assetCategoryIds, String[] assetTagNames, long[] assetLinkEntryIds)
           
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
 JournalArticle JournalArticlePersistence.create(long id)
          Creates a new journal article with the primary key.
static JournalArticle JournalArticleUtil.create(long id)
          Creates a new journal article with the primary key.
 JournalArticle JournalArticlePersistenceImpl.create(long id)
          Creates a new journal article with the primary key.
 JournalArticle JournalArticlePersistence.fetchByC_ST_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByC_ST_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByC_ST_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByC_ST_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByC_ST_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByC_ST_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByC_V_First(long companyId, double version, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and version = ?.
static JournalArticle JournalArticleUtil.fetchByC_V_First(long companyId, double version, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and version = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByC_V_First(long companyId, double version, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and version = ?.
 JournalArticle JournalArticlePersistence.fetchByC_V_Last(long companyId, double version, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and version = ?.
static JournalArticle JournalArticleUtil.fetchByC_V_Last(long companyId, double version, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and version = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByC_V_Last(long companyId, double version, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and version = ?.
 JournalArticle JournalArticlePersistence.fetchByC_V_ST_First(long companyId, double version, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and version = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByC_V_ST_First(long companyId, double version, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and version = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByC_V_ST_First(long companyId, double version, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and version = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByC_V_ST_Last(long companyId, double version, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and version = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByC_V_ST_Last(long companyId, double version, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and version = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByC_V_ST_Last(long companyId, double version, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and version = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where companyId = ?.
static JournalArticle JournalArticleUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where companyId = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where companyId = ?.
 JournalArticle JournalArticlePersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where companyId = ?.
static JournalArticle JournalArticleUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where companyId = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where companyId = ?.
 JournalArticle JournalArticlePersistence.fetchByG_A_First(long groupId, String articleId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ?.
static JournalArticle JournalArticleUtil.fetchByG_A_First(long groupId, String articleId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_A_First(long groupId, String articleId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ?.
 JournalArticle JournalArticlePersistence.fetchByG_A_Last(long groupId, String articleId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ?.
static JournalArticle JournalArticleUtil.fetchByG_A_Last(long groupId, String articleId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_A_Last(long groupId, String articleId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ?.
 JournalArticle JournalArticlePersistence.fetchByG_A_ST_First(long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByG_A_ST_First(long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_A_ST_First(long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByG_A_ST_Last(long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByG_A_ST_Last(long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_A_ST_Last(long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByG_A_V(long groupId, String articleId, double version)
          Returns the journal article where groupId = ? and articleId = ? and version = ? or returns null if it could not be found.
static JournalArticle JournalArticleUtil.fetchByG_A_V(long groupId, String articleId, double version)
          Returns the journal article where groupId = ? and articleId = ? and version = ? or returns null if it could not be found.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_A_V(long groupId, String articleId, double version)
          Returns the journal article where groupId = ? and articleId = ? and version = ? or returns null if it could not be found.
 JournalArticle JournalArticlePersistence.fetchByG_A_V(long groupId, String articleId, double version, boolean retrieveFromCache)
          Returns the journal article where groupId = ? and articleId = ? and version = ? or returns null if it could not be found, optionally using the finder cache.
static JournalArticle JournalArticleUtil.fetchByG_A_V(long groupId, String articleId, double version, boolean retrieveFromCache)
          Returns the journal article where groupId = ? and articleId = ? and version = ? or returns null if it could not be found, optionally using the finder cache.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_A_V(long groupId, String articleId, double version, boolean retrieveFromCache)
          Returns the journal article where groupId = ? and articleId = ? and version = ? or returns null if it could not be found, optionally using the finder cache.
 JournalArticle JournalArticlePersistence.fetchByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static JournalArticle JournalArticleUtil.fetchByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 JournalArticle JournalArticlePersistence.fetchByG_C_C_Last(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static JournalArticle JournalArticleUtil.fetchByG_C_C_Last(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_C_C_Last(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 JournalArticle JournalArticlePersistence.fetchByG_C_L_First(long groupId, long classNameId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
static JournalArticle JournalArticleUtil.fetchByG_C_L_First(long groupId, long classNameId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_C_L_First(long groupId, long classNameId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
 JournalArticle JournalArticlePersistence.fetchByG_C_L_Last(long groupId, long classNameId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
static JournalArticle JournalArticleUtil.fetchByG_C_L_Last(long groupId, long classNameId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_C_L_Last(long groupId, long classNameId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
 JournalArticle JournalArticlePersistence.fetchByG_C_S(long groupId, long classNameId, String structureId)
          Returns the journal article where groupId = ? and classNameId = ? and structureId = ? or returns null if it could not be found.
static JournalArticle JournalArticleUtil.fetchByG_C_S(long groupId, long classNameId, String structureId)
          Returns the journal article where groupId = ? and classNameId = ? and structureId = ? or returns null if it could not be found.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_C_S(long groupId, long classNameId, String structureId)
          Returns the journal article where groupId = ? and classNameId = ? and structureId = ? or returns null if it could not be found.
 JournalArticle JournalArticlePersistence.fetchByG_C_S(long groupId, long classNameId, String structureId, boolean retrieveFromCache)
          Returns the journal article where groupId = ? and classNameId = ? and structureId = ? or returns null if it could not be found, optionally using the finder cache.
static JournalArticle JournalArticleUtil.fetchByG_C_S(long groupId, long classNameId, String structureId, boolean retrieveFromCache)
          Returns the journal article where groupId = ? and classNameId = ? and structureId = ? or returns null if it could not be found, optionally using the finder cache.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_C_S(long groupId, long classNameId, String structureId, boolean retrieveFromCache)
          Returns the journal article where groupId = ? and classNameId = ? and structureId = ? or returns null if it could not be found, optionally using the finder cache.
 JournalArticle JournalArticlePersistence.fetchByG_C_T_First(long groupId, long classNameId, String templateId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and templateId = ?.
static JournalArticle JournalArticleUtil.fetchByG_C_T_First(long groupId, long classNameId, String templateId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and templateId = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_C_T_First(long groupId, long classNameId, String templateId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and templateId = ?.
 JournalArticle JournalArticlePersistence.fetchByG_C_T_Last(long groupId, long classNameId, String templateId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and templateId = ?.
static JournalArticle JournalArticleUtil.fetchByG_C_T_Last(long groupId, long classNameId, String templateId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and templateId = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_C_T_Last(long groupId, long classNameId, String templateId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and templateId = ?.
 JournalArticle JournalArticlePersistence.fetchByG_L_First(long groupId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and layoutUuid = ?.
static JournalArticle JournalArticleUtil.fetchByG_L_First(long groupId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and layoutUuid = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_L_First(long groupId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and layoutUuid = ?.
 JournalArticle JournalArticlePersistence.fetchByG_L_Last(long groupId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and layoutUuid = ?.
static JournalArticle JournalArticleUtil.fetchByG_L_Last(long groupId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and layoutUuid = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_L_Last(long groupId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and layoutUuid = ?.
 JournalArticle JournalArticlePersistence.fetchByG_S_First(long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and structureId = ?.
static JournalArticle JournalArticleUtil.fetchByG_S_First(long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and structureId = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_S_First(long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and structureId = ?.
 JournalArticle JournalArticlePersistence.fetchByG_S_Last(long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and structureId = ?.
static JournalArticle JournalArticleUtil.fetchByG_S_Last(long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and structureId = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_S_Last(long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and structureId = ?.
 JournalArticle JournalArticlePersistence.fetchByG_ST_First(long groupId, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByG_ST_First(long groupId, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_ST_First(long groupId, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByG_ST_Last(long groupId, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByG_ST_Last(long groupId, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_ST_Last(long groupId, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByG_T_First(long groupId, String templateId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and templateId = ?.
static JournalArticle JournalArticleUtil.fetchByG_T_First(long groupId, String templateId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and templateId = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_T_First(long groupId, String templateId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and templateId = ?.
 JournalArticle JournalArticlePersistence.fetchByG_T_Last(long groupId, String templateId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and templateId = ?.
static JournalArticle JournalArticleUtil.fetchByG_T_Last(long groupId, String templateId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and templateId = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_T_Last(long groupId, String templateId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and templateId = ?.
 JournalArticle JournalArticlePersistence.fetchByG_UT_First(long groupId, String urlTitle, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and urlTitle = ?.
static JournalArticle JournalArticleUtil.fetchByG_UT_First(long groupId, String urlTitle, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and urlTitle = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_UT_First(long groupId, String urlTitle, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and urlTitle = ?.
 JournalArticle JournalArticlePersistence.fetchByG_UT_Last(long groupId, String urlTitle, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and urlTitle = ?.
static JournalArticle JournalArticleUtil.fetchByG_UT_Last(long groupId, String urlTitle, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and urlTitle = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_UT_Last(long groupId, String urlTitle, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and urlTitle = ?.
 JournalArticle JournalArticlePersistence.fetchByG_UT_ST_First(long groupId, String urlTitle, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByG_UT_ST_First(long groupId, String urlTitle, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_UT_ST_First(long groupId, String urlTitle, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByG_UT_ST_Last(long groupId, String urlTitle, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByG_UT_ST_Last(long groupId, String urlTitle, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByG_UT_ST_Last(long groupId, String urlTitle, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ?.
static JournalArticle JournalArticleUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ?.
 JournalArticle JournalArticlePersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ?.
static JournalArticle JournalArticleUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ?.
 JournalArticle JournalArticlePersistence.fetchByLayoutUuid_First(String layoutUuid, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where layoutUuid = ?.
static JournalArticle JournalArticleUtil.fetchByLayoutUuid_First(String layoutUuid, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where layoutUuid = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByLayoutUuid_First(String layoutUuid, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where layoutUuid = ?.
 JournalArticle JournalArticlePersistence.fetchByLayoutUuid_Last(String layoutUuid, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where layoutUuid = ?.
static JournalArticle JournalArticleUtil.fetchByLayoutUuid_Last(String layoutUuid, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where layoutUuid = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByLayoutUuid_Last(String layoutUuid, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where layoutUuid = ?.
 JournalArticle JournalArticlePersistence.fetchByPrimaryKey(long id)
          Returns the journal article with the primary key or returns null if it could not be found.
static JournalArticle JournalArticleUtil.fetchByPrimaryKey(long id)
          Returns the journal article with the primary key or returns null if it could not be found.
 JournalArticle JournalArticlePersistenceImpl.fetchByPrimaryKey(long id)
          Returns the journal article with the primary key or returns null if it could not be found.
 JournalArticle JournalArticlePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the journal article with the primary key or returns null if it could not be found.
 JournalArticle JournalArticlePersistence.fetchByR_ST_First(long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByR_ST_First(long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByR_ST_First(long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByR_ST_Last(long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and status = ?.
static JournalArticle JournalArticleUtil.fetchByR_ST_Last(long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByR_ST_Last(long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and status = ?.
 JournalArticle JournalArticlePersistence.fetchByResourcePrimKey_First(long resourcePrimKey, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ?.
static JournalArticle JournalArticleUtil.fetchByResourcePrimKey_First(long resourcePrimKey, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByResourcePrimKey_First(long resourcePrimKey, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ?.
 JournalArticle JournalArticlePersistence.fetchByResourcePrimKey_Last(long resourcePrimKey, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ?.
static JournalArticle JournalArticleUtil.fetchByResourcePrimKey_Last(long resourcePrimKey, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByResourcePrimKey_Last(long resourcePrimKey, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ?.
 JournalArticle JournalArticlePersistence.fetchBySmallImageId_First(long smallImageId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where smallImageId = ?.
static JournalArticle JournalArticleUtil.fetchBySmallImageId_First(long smallImageId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where smallImageId = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchBySmallImageId_First(long smallImageId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where smallImageId = ?.
 JournalArticle JournalArticlePersistence.fetchBySmallImageId_Last(long smallImageId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where smallImageId = ?.
static JournalArticle JournalArticleUtil.fetchBySmallImageId_Last(long smallImageId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where smallImageId = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchBySmallImageId_Last(long smallImageId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where smallImageId = ?.
 JournalArticle JournalArticlePersistence.fetchByStructureId_First(String structureId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where structureId = ?.
static JournalArticle JournalArticleUtil.fetchByStructureId_First(String structureId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where structureId = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByStructureId_First(String structureId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where structureId = ?.
 JournalArticle JournalArticlePersistence.fetchByStructureId_Last(String structureId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where structureId = ?.
static JournalArticle JournalArticleUtil.fetchByStructureId_Last(String structureId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where structureId = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByStructureId_Last(String structureId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where structureId = ?.
 JournalArticle JournalArticlePersistence.fetchByTemplateId_First(String templateId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where templateId = ?.
static JournalArticle JournalArticleUtil.fetchByTemplateId_First(String templateId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where templateId = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByTemplateId_First(String templateId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where templateId = ?.
 JournalArticle JournalArticlePersistence.fetchByTemplateId_Last(String templateId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where templateId = ?.
static JournalArticle JournalArticleUtil.fetchByTemplateId_Last(String templateId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where templateId = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByTemplateId_Last(String templateId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where templateId = ?.
 JournalArticle JournalArticlePersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where uuid = ?.
static JournalArticle JournalArticleUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where uuid = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where uuid = ?.
 JournalArticle JournalArticlePersistence.fetchByUUID_G(String uuid, long groupId)
          Returns the journal article where uuid = ? and groupId = ? or returns null if it could not be found.
static JournalArticle JournalArticleUtil.fetchByUUID_G(String uuid, long groupId)
          Returns the journal article where uuid = ? and groupId = ? or returns null if it could not be found.
 JournalArticle JournalArticlePersistenceImpl.fetchByUUID_G(String uuid, long groupId)
          Returns the journal article where uuid = ? and groupId = ? or returns null if it could not be found.
 JournalArticle JournalArticlePersistence.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the journal article where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
static JournalArticle JournalArticleUtil.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the journal article where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 JournalArticle JournalArticlePersistenceImpl.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the journal article where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 JournalArticle JournalArticlePersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where uuid = ?.
static JournalArticle JournalArticleUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where uuid = ?.
 JournalArticle JournalArticlePersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where uuid = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_A_PrevAndNext(long id, long groupId, String articleId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and articleId = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_A_PrevAndNext(long id, long groupId, String articleId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and articleId = ?.
 JournalArticle[] JournalArticlePersistenceImpl.filterFindByG_A_PrevAndNext(long id, long groupId, String articleId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and articleId = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_A_ST_PrevAndNext(long id, long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and articleId = ? and status = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_A_ST_PrevAndNext(long id, long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and articleId = ? and status = ?.
 JournalArticle[] JournalArticlePersistenceImpl.filterFindByG_A_ST_PrevAndNext(long id, long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and articleId = ? and status = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_C_C_PrevAndNext(long id, long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_C_C_PrevAndNext(long id, long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.
 JournalArticle[] JournalArticlePersistenceImpl.filterFindByG_C_C_PrevAndNext(long id, long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_C_L_PrevAndNext(long id, long groupId, long classNameId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and layoutUuid = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_C_L_PrevAndNext(long id, long groupId, long classNameId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and layoutUuid = ?.
 JournalArticle[] JournalArticlePersistenceImpl.filterFindByG_C_L_PrevAndNext(long id, long groupId, long classNameId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and layoutUuid = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_C_T_PrevAndNext(long id, long groupId, long classNameId, String templateId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and templateId = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_C_T_PrevAndNext(long id, long groupId, long classNameId, String templateId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and templateId = ?.
 JournalArticle[] JournalArticlePersistenceImpl.filterFindByG_C_T_PrevAndNext(long id, long groupId, long classNameId, String templateId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and templateId = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_L_PrevAndNext(long id, long groupId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and layoutUuid = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_L_PrevAndNext(long id, long groupId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and layoutUuid = ?.
 JournalArticle[] JournalArticlePersistenceImpl.filterFindByG_L_PrevAndNext(long id, long groupId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and layoutUuid = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_S_PrevAndNext(long id, long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and structureId = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_S_PrevAndNext(long id, long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and structureId = ?.
 JournalArticle[] JournalArticlePersistenceImpl.filterFindByG_S_PrevAndNext(long id, long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and structureId = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_ST_PrevAndNext(long id, long groupId, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and status = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_ST_PrevAndNext(long id, long groupId, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and status = ?.
 JournalArticle[] JournalArticlePersistenceImpl.filterFindByG_ST_PrevAndNext(long id, long groupId, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and status = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_T_PrevAndNext(long id, long groupId, String templateId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and templateId = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_T_PrevAndNext(long id, long groupId, String templateId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and templateId = ?.
 JournalArticle[] JournalArticlePersistenceImpl.filterFindByG_T_PrevAndNext(long id, long groupId, String templateId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and templateId = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_UT_PrevAndNext(long id, long groupId, String urlTitle, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and urlTitle = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_UT_PrevAndNext(long id, long groupId, String urlTitle, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and urlTitle = ?.
 JournalArticle[] JournalArticlePersistenceImpl.filterFindByG_UT_PrevAndNext(long id, long groupId, String urlTitle, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and urlTitle = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_UT_ST_PrevAndNext(long id, long groupId, String urlTitle, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and urlTitle = ? and status = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_UT_ST_PrevAndNext(long id, long groupId, String urlTitle, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and urlTitle = ? and status = ?.
 JournalArticle[] JournalArticlePersistenceImpl.filterFindByG_UT_ST_PrevAndNext(long id, long groupId, String urlTitle, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and urlTitle = ? and status = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByGroupId_PrevAndNext(long id, long groupId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ?.
static JournalArticle[] JournalArticleUtil.filterFindByGroupId_PrevAndNext(long id, long groupId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ?.
 JournalArticle[] JournalArticlePersistenceImpl.filterFindByGroupId_PrevAndNext(long id, long groupId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ?.
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_A_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String articleId, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_A_ST_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String articleId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_C_C_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, long classNameId, long classPK, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_C_L_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, long classNameId, String layoutUuid, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_C_T_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, long classNameId, String templateId, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_L_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String layoutUuid, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_S_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String structureId, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_ST_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_T_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String templateId, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_UT_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String urlTitle, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_UT_ST_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String urlTitle, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByGroupId_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, OrderByComparator orderByComparator, boolean previous)
           
 JournalArticle JournalArticlePersistence.findByC_ST_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and status = ?.
static JournalArticle JournalArticleUtil.findByC_ST_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.findByC_ST_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByC_ST_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and status = ?.
static JournalArticle JournalArticleUtil.findByC_ST_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.findByC_ST_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and status = ?.
 JournalArticle[] JournalArticlePersistence.findByC_ST_PrevAndNext(long id, long companyId, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and status = ?.
static JournalArticle[] JournalArticleUtil.findByC_ST_PrevAndNext(long id, long companyId, int status, OrderByComparator orderByComparator)
          Returns 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)
          Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByC_V_First(long companyId, double version, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and version = ?.
static JournalArticle JournalArticleUtil.findByC_V_First(long companyId, double version, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and version = ?.
 JournalArticle JournalArticlePersistenceImpl.findByC_V_First(long companyId, double version, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and version = ?.
 JournalArticle JournalArticlePersistence.findByC_V_Last(long companyId, double version, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and version = ?.
static JournalArticle JournalArticleUtil.findByC_V_Last(long companyId, double version, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and version = ?.
 JournalArticle JournalArticlePersistenceImpl.findByC_V_Last(long companyId, double version, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and version = ?.
 JournalArticle[] JournalArticlePersistence.findByC_V_PrevAndNext(long id, long companyId, double version, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and version = ?.
static JournalArticle[] JournalArticleUtil.findByC_V_PrevAndNext(long id, long companyId, double version, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and version = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByC_V_PrevAndNext(long id, long companyId, double version, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and version = ?.
 JournalArticle JournalArticlePersistence.findByC_V_ST_First(long companyId, double version, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and version = ? and status = ?.
static JournalArticle JournalArticleUtil.findByC_V_ST_First(long companyId, double version, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and version = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.findByC_V_ST_First(long companyId, double version, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where companyId = ? and version = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByC_V_ST_Last(long companyId, double version, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and version = ? and status = ?.
static JournalArticle JournalArticleUtil.findByC_V_ST_Last(long companyId, double version, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and version = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.findByC_V_ST_Last(long companyId, double version, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where companyId = ? and version = ? and status = ?.
 JournalArticle[] JournalArticlePersistence.findByC_V_ST_PrevAndNext(long id, long companyId, double version, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and version = ? and status = ?.
static JournalArticle[] JournalArticleUtil.findByC_V_ST_PrevAndNext(long id, long companyId, double version, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and version = ? and status = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByC_V_ST_PrevAndNext(long id, long companyId, double version, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and version = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where companyId = ?.
static JournalArticle JournalArticleUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where companyId = ?.
 JournalArticle JournalArticlePersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where companyId = ?.
 JournalArticle JournalArticlePersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where companyId = ?.
static JournalArticle JournalArticleUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where companyId = ?.
 JournalArticle JournalArticlePersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where companyId = ?.
 JournalArticle[] JournalArticlePersistence.findByCompanyId_PrevAndNext(long id, long companyId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where companyId = ?.
static JournalArticle[] JournalArticleUtil.findByCompanyId_PrevAndNext(long id, long companyId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where companyId = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByCompanyId_PrevAndNext(long id, long companyId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where companyId = ?.
 JournalArticle JournalArticlePersistence.findByG_A_First(long groupId, String articleId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ?.
static JournalArticle JournalArticleUtil.findByG_A_First(long groupId, String articleId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_A_First(long groupId, String articleId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ?.
 JournalArticle JournalArticlePersistence.findByG_A_Last(long groupId, String articleId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ?.
static JournalArticle JournalArticleUtil.findByG_A_Last(long groupId, String articleId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_A_Last(long groupId, String articleId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ?.
 JournalArticle[] JournalArticlePersistence.findByG_A_PrevAndNext(long id, long groupId, String articleId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ?.
static JournalArticle[] JournalArticleUtil.findByG_A_PrevAndNext(long id, long groupId, String articleId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByG_A_PrevAndNext(long id, long groupId, String articleId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ?.
 JournalArticle JournalArticlePersistence.findByG_A_ST_First(long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
static JournalArticle JournalArticleUtil.findByG_A_ST_First(long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Returns 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)
          Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByG_A_ST_Last(long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
static JournalArticle JournalArticleUtil.findByG_A_ST_Last(long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Returns 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)
          Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
 JournalArticle[] JournalArticlePersistence.findByG_A_ST_PrevAndNext(long id, long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
static JournalArticle[] JournalArticleUtil.findByG_A_ST_PrevAndNext(long id, long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByG_A_ST_PrevAndNext(long id, long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByG_A_V(long groupId, String articleId, double version)
          Returns the journal article where groupId = ? and articleId = ? and version = ? or throws a NoSuchArticleException if it could not be found.
static JournalArticle JournalArticleUtil.findByG_A_V(long groupId, String articleId, double version)
          Returns the journal article where groupId = ? and articleId = ? and version = ? or throws a NoSuchArticleException if it could not be found.
 JournalArticle JournalArticlePersistenceImpl.findByG_A_V(long groupId, String articleId, double version)
          Returns the journal article where groupId = ? and articleId = ? and version = ? or throws a NoSuchArticleException if it could not be found.
 JournalArticle JournalArticlePersistence.findByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static JournalArticle JournalArticleUtil.findByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_C_C_First(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 JournalArticle JournalArticlePersistence.findByG_C_C_Last(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static JournalArticle JournalArticleUtil.findByG_C_C_Last(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_C_C_Last(long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 JournalArticle[] JournalArticlePersistence.findByG_C_C_PrevAndNext(long id, long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
static JournalArticle[] JournalArticleUtil.findByG_C_C_PrevAndNext(long id, long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByG_C_C_PrevAndNext(long id, long groupId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
 JournalArticle JournalArticlePersistence.findByG_C_L_First(long groupId, long classNameId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
static JournalArticle JournalArticleUtil.findByG_C_L_First(long groupId, long classNameId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_C_L_First(long groupId, long classNameId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
 JournalArticle JournalArticlePersistence.findByG_C_L_Last(long groupId, long classNameId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
static JournalArticle JournalArticleUtil.findByG_C_L_Last(long groupId, long classNameId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_C_L_Last(long groupId, long classNameId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
 JournalArticle[] JournalArticlePersistence.findByG_C_L_PrevAndNext(long id, long groupId, long classNameId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
static JournalArticle[] JournalArticleUtil.findByG_C_L_PrevAndNext(long id, long groupId, long classNameId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByG_C_L_PrevAndNext(long id, long groupId, long classNameId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?.
 JournalArticle JournalArticlePersistence.findByG_C_S(long groupId, long classNameId, String structureId)
          Returns the journal article where groupId = ? and classNameId = ? and structureId = ? or throws a NoSuchArticleException if it could not be found.
static JournalArticle JournalArticleUtil.findByG_C_S(long groupId, long classNameId, String structureId)
          Returns the journal article where groupId = ? and classNameId = ? and structureId = ? or throws a NoSuchArticleException if it could not be found.
 JournalArticle JournalArticlePersistenceImpl.findByG_C_S(long groupId, long classNameId, String structureId)
          Returns the journal article where groupId = ? and classNameId = ? and structureId = ? or throws a NoSuchArticleException if it could not be found.
 JournalArticle JournalArticlePersistence.findByG_C_T_First(long groupId, long classNameId, String templateId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and templateId = ?.
static JournalArticle JournalArticleUtil.findByG_C_T_First(long groupId, long classNameId, String templateId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and templateId = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_C_T_First(long groupId, long classNameId, String templateId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and templateId = ?.
 JournalArticle JournalArticlePersistence.findByG_C_T_Last(long groupId, long classNameId, String templateId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and templateId = ?.
static JournalArticle JournalArticleUtil.findByG_C_T_Last(long groupId, long classNameId, String templateId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and templateId = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_C_T_Last(long groupId, long classNameId, String templateId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and templateId = ?.
 JournalArticle[] JournalArticlePersistence.findByG_C_T_PrevAndNext(long id, long groupId, long classNameId, String templateId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and templateId = ?.
static JournalArticle[] JournalArticleUtil.findByG_C_T_PrevAndNext(long id, long groupId, long classNameId, String templateId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and templateId = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByG_C_T_PrevAndNext(long id, long groupId, long classNameId, String templateId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and templateId = ?.
 JournalArticle JournalArticlePersistence.findByG_L_First(long groupId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and layoutUuid = ?.
static JournalArticle JournalArticleUtil.findByG_L_First(long groupId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and layoutUuid = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_L_First(long groupId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and layoutUuid = ?.
 JournalArticle JournalArticlePersistence.findByG_L_Last(long groupId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and layoutUuid = ?.
static JournalArticle JournalArticleUtil.findByG_L_Last(long groupId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and layoutUuid = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_L_Last(long groupId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and layoutUuid = ?.
 JournalArticle[] JournalArticlePersistence.findByG_L_PrevAndNext(long id, long groupId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and layoutUuid = ?.
static JournalArticle[] JournalArticleUtil.findByG_L_PrevAndNext(long id, long groupId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and layoutUuid = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByG_L_PrevAndNext(long id, long groupId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and layoutUuid = ?.
 JournalArticle JournalArticlePersistence.findByG_S_First(long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and structureId = ?.
static JournalArticle JournalArticleUtil.findByG_S_First(long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and structureId = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_S_First(long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and structureId = ?.
 JournalArticle JournalArticlePersistence.findByG_S_Last(long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and structureId = ?.
static JournalArticle JournalArticleUtil.findByG_S_Last(long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and structureId = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_S_Last(long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and structureId = ?.
 JournalArticle[] JournalArticlePersistence.findByG_S_PrevAndNext(long id, long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and structureId = ?.
static JournalArticle[] JournalArticleUtil.findByG_S_PrevAndNext(long id, long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and structureId = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByG_S_PrevAndNext(long id, long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and structureId = ?.
 JournalArticle JournalArticlePersistence.findByG_ST_First(long groupId, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and status = ?.
static JournalArticle JournalArticleUtil.findByG_ST_First(long groupId, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_ST_First(long groupId, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByG_ST_Last(long groupId, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and status = ?.
static JournalArticle JournalArticleUtil.findByG_ST_Last(long groupId, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_ST_Last(long groupId, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and status = ?.
 JournalArticle[] JournalArticlePersistence.findByG_ST_PrevAndNext(long id, long groupId, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and status = ?.
static JournalArticle[] JournalArticleUtil.findByG_ST_PrevAndNext(long id, long groupId, int status, OrderByComparator orderByComparator)
          Returns 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)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByG_T_First(long groupId, String templateId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and templateId = ?.
static JournalArticle JournalArticleUtil.findByG_T_First(long groupId, String templateId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and templateId = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_T_First(long groupId, String templateId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and templateId = ?.
 JournalArticle JournalArticlePersistence.findByG_T_Last(long groupId, String templateId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and templateId = ?.
static JournalArticle JournalArticleUtil.findByG_T_Last(long groupId, String templateId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and templateId = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_T_Last(long groupId, String templateId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and templateId = ?.
 JournalArticle[] JournalArticlePersistence.findByG_T_PrevAndNext(long id, long groupId, String templateId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and templateId = ?.
static JournalArticle[] JournalArticleUtil.findByG_T_PrevAndNext(long id, long groupId, String templateId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and templateId = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByG_T_PrevAndNext(long id, long groupId, String templateId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and templateId = ?.
 JournalArticle JournalArticlePersistence.findByG_UT_First(long groupId, String urlTitle, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and urlTitle = ?.
static JournalArticle JournalArticleUtil.findByG_UT_First(long groupId, String urlTitle, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and urlTitle = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_UT_First(long groupId, String urlTitle, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and urlTitle = ?.
 JournalArticle JournalArticlePersistence.findByG_UT_Last(long groupId, String urlTitle, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and urlTitle = ?.
static JournalArticle JournalArticleUtil.findByG_UT_Last(long groupId, String urlTitle, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and urlTitle = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_UT_Last(long groupId, String urlTitle, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and urlTitle = ?.
 JournalArticle[] JournalArticlePersistence.findByG_UT_PrevAndNext(long id, long groupId, String urlTitle, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and urlTitle = ?.
static JournalArticle[] JournalArticleUtil.findByG_UT_PrevAndNext(long id, long groupId, String urlTitle, OrderByComparator orderByComparator)
          Returns 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)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and urlTitle = ?.
 JournalArticle JournalArticlePersistence.findByG_UT_ST_First(long groupId, String urlTitle, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
static JournalArticle JournalArticleUtil.findByG_UT_ST_First(long groupId, String urlTitle, int status, OrderByComparator orderByComparator)
          Returns 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)
          Returns the first journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByG_UT_ST_Last(long groupId, String urlTitle, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
static JournalArticle JournalArticleUtil.findByG_UT_ST_Last(long groupId, String urlTitle, int status, OrderByComparator orderByComparator)
          Returns 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)
          Returns the last journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
 JournalArticle[] JournalArticlePersistence.findByG_UT_ST_PrevAndNext(long id, long groupId, String urlTitle, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
static JournalArticle[] JournalArticleUtil.findByG_UT_ST_PrevAndNext(long id, long groupId, String urlTitle, int status, OrderByComparator orderByComparator)
          Returns 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)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ?.
static JournalArticle JournalArticleUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ?.
 JournalArticle JournalArticlePersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where groupId = ?.
 JournalArticle JournalArticlePersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ?.
static JournalArticle JournalArticleUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ?.
 JournalArticle JournalArticlePersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where groupId = ?.
 JournalArticle[] JournalArticlePersistence.findByGroupId_PrevAndNext(long id, long groupId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ?.
static JournalArticle[] JournalArticleUtil.findByGroupId_PrevAndNext(long id, long groupId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByGroupId_PrevAndNext(long id, long groupId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where groupId = ?.
 JournalArticle JournalArticlePersistence.findByLayoutUuid_First(String layoutUuid, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where layoutUuid = ?.
static JournalArticle JournalArticleUtil.findByLayoutUuid_First(String layoutUuid, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where layoutUuid = ?.
 JournalArticle JournalArticlePersistenceImpl.findByLayoutUuid_First(String layoutUuid, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where layoutUuid = ?.
 JournalArticle JournalArticlePersistence.findByLayoutUuid_Last(String layoutUuid, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where layoutUuid = ?.
static JournalArticle JournalArticleUtil.findByLayoutUuid_Last(String layoutUuid, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where layoutUuid = ?.
 JournalArticle JournalArticlePersistenceImpl.findByLayoutUuid_Last(String layoutUuid, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where layoutUuid = ?.
 JournalArticle[] JournalArticlePersistence.findByLayoutUuid_PrevAndNext(long id, String layoutUuid, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where layoutUuid = ?.
static JournalArticle[] JournalArticleUtil.findByLayoutUuid_PrevAndNext(long id, String layoutUuid, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where layoutUuid = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByLayoutUuid_PrevAndNext(long id, String layoutUuid, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where layoutUuid = ?.
 JournalArticle JournalArticlePersistence.findByPrimaryKey(long id)
          Returns the journal article with the primary key or throws a NoSuchArticleException if it could not be found.
static JournalArticle JournalArticleUtil.findByPrimaryKey(long id)
          Returns the journal article with the primary key or throws a NoSuchArticleException if it could not be found.
 JournalArticle JournalArticlePersistenceImpl.findByPrimaryKey(long id)
          Returns the journal article with the primary key or throws a NoSuchArticleException if it could not be found.
 JournalArticle JournalArticlePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the journal article with the primary key or throws a NoSuchModelException if it could not be found.
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)
           
 JournalArticle JournalArticlePersistence.findByR_ST_First(long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and status = ?.
static JournalArticle JournalArticleUtil.findByR_ST_First(long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.findByR_ST_First(long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByR_ST_Last(long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and status = ?.
static JournalArticle JournalArticleUtil.findByR_ST_Last(long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.findByR_ST_Last(long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ? and status = ?.
 JournalArticle[] JournalArticlePersistence.findByR_ST_PrevAndNext(long id, long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and status = ?.
static JournalArticle[] JournalArticleUtil.findByR_ST_PrevAndNext(long id, long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Returns 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)
          Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByResourcePrimKey_First(long resourcePrimKey, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ?.
static JournalArticle JournalArticleUtil.findByResourcePrimKey_First(long resourcePrimKey, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ?.
 JournalArticle JournalArticlePersistenceImpl.findByResourcePrimKey_First(long resourcePrimKey, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where resourcePrimKey = ?.
 JournalArticle JournalArticlePersistence.findByResourcePrimKey_Last(long resourcePrimKey, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ?.
static JournalArticle JournalArticleUtil.findByResourcePrimKey_Last(long resourcePrimKey, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ?.
 JournalArticle JournalArticlePersistenceImpl.findByResourcePrimKey_Last(long resourcePrimKey, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where resourcePrimKey = ?.
 JournalArticle[] JournalArticlePersistence.findByResourcePrimKey_PrevAndNext(long id, long resourcePrimKey, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ?.
static JournalArticle[] JournalArticleUtil.findByResourcePrimKey_PrevAndNext(long id, long resourcePrimKey, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByResourcePrimKey_PrevAndNext(long id, long resourcePrimKey, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ?.
 JournalArticle JournalArticlePersistence.findBySmallImageId_First(long smallImageId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where smallImageId = ?.
static JournalArticle JournalArticleUtil.findBySmallImageId_First(long smallImageId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where smallImageId = ?.
 JournalArticle JournalArticlePersistenceImpl.findBySmallImageId_First(long smallImageId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where smallImageId = ?.
 JournalArticle JournalArticlePersistence.findBySmallImageId_Last(long smallImageId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where smallImageId = ?.
static JournalArticle JournalArticleUtil.findBySmallImageId_Last(long smallImageId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where smallImageId = ?.
 JournalArticle JournalArticlePersistenceImpl.findBySmallImageId_Last(long smallImageId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where smallImageId = ?.
 JournalArticle[] JournalArticlePersistence.findBySmallImageId_PrevAndNext(long id, long smallImageId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where smallImageId = ?.
static JournalArticle[] JournalArticleUtil.findBySmallImageId_PrevAndNext(long id, long smallImageId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where smallImageId = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findBySmallImageId_PrevAndNext(long id, long smallImageId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where smallImageId = ?.
 JournalArticle JournalArticlePersistence.findByStructureId_First(String structureId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where structureId = ?.
static JournalArticle JournalArticleUtil.findByStructureId_First(String structureId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where structureId = ?.
 JournalArticle JournalArticlePersistenceImpl.findByStructureId_First(String structureId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where structureId = ?.
 JournalArticle JournalArticlePersistence.findByStructureId_Last(String structureId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where structureId = ?.
static JournalArticle JournalArticleUtil.findByStructureId_Last(String structureId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where structureId = ?.
 JournalArticle JournalArticlePersistenceImpl.findByStructureId_Last(String structureId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where structureId = ?.
 JournalArticle[] JournalArticlePersistence.findByStructureId_PrevAndNext(long id, String structureId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where structureId = ?.
static JournalArticle[] JournalArticleUtil.findByStructureId_PrevAndNext(long id, String structureId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where structureId = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByStructureId_PrevAndNext(long id, String structureId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where structureId = ?.
 JournalArticle JournalArticlePersistence.findByTemplateId_First(String templateId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where templateId = ?.
static JournalArticle JournalArticleUtil.findByTemplateId_First(String templateId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where templateId = ?.
 JournalArticle JournalArticlePersistenceImpl.findByTemplateId_First(String templateId, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where templateId = ?.
 JournalArticle JournalArticlePersistence.findByTemplateId_Last(String templateId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where templateId = ?.
static JournalArticle JournalArticleUtil.findByTemplateId_Last(String templateId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where templateId = ?.
 JournalArticle JournalArticlePersistenceImpl.findByTemplateId_Last(String templateId, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where templateId = ?.
 JournalArticle[] JournalArticlePersistence.findByTemplateId_PrevAndNext(long id, String templateId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where templateId = ?.
static JournalArticle[] JournalArticleUtil.findByTemplateId_PrevAndNext(long id, String templateId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where templateId = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByTemplateId_PrevAndNext(long id, String templateId, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where templateId = ?.
 JournalArticle JournalArticlePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where uuid = ?.
static JournalArticle JournalArticleUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where uuid = ?.
 JournalArticle JournalArticlePersistenceImpl.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first journal article in the ordered set where uuid = ?.
 JournalArticle JournalArticlePersistence.findByUUID_G(String uuid, long groupId)
          Returns the journal article where uuid = ? and groupId = ? or throws a NoSuchArticleException if it could not be found.
static JournalArticle JournalArticleUtil.findByUUID_G(String uuid, long groupId)
          Returns the journal article where uuid = ? and groupId = ? or throws a NoSuchArticleException if it could not be found.
 JournalArticle JournalArticlePersistenceImpl.findByUUID_G(String uuid, long groupId)
          Returns the journal article where uuid = ? and groupId = ? or throws a NoSuchArticleException if it could not be found.
 JournalArticle JournalArticlePersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where uuid = ?.
static JournalArticle JournalArticleUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where uuid = ?.
 JournalArticle JournalArticlePersistenceImpl.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last journal article in the ordered set where uuid = ?.
 JournalArticle[] JournalArticlePersistence.findByUuid_PrevAndNext(long id, String uuid, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where uuid = ?.
static JournalArticle[] JournalArticleUtil.findByUuid_PrevAndNext(long id, String uuid, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where uuid = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByUuid_PrevAndNext(long id, String uuid, OrderByComparator orderByComparator)
          Returns the journal articles before and after the current journal article in the ordered set where uuid = ?.
protected  JournalArticle JournalArticlePersistenceImpl.getByC_ST_PrevAndNext(Session session, JournalArticle journalArticle, long companyId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByC_V_PrevAndNext(Session session, JournalArticle journalArticle, long companyId, double version, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByC_V_ST_PrevAndNext(Session session, JournalArticle journalArticle, long companyId, double version, 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_C_C_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, long classNameId, long classPK, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByG_C_L_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, long classNameId, String layoutUuid, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByG_C_T_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, long classNameId, String templateId, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByG_L_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String layoutUuid, 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.getByLayoutUuid_PrevAndNext(Session session, JournalArticle journalArticle, String layoutUuid, 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.getByStructureId_PrevAndNext(Session session, JournalArticle journalArticle, String structureId, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByTemplateId_PrevAndNext(Session session, JournalArticle journalArticle, String templateId, 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)
           
 JournalArticle JournalArticlePersistence.remove(long id)
          Removes the journal article with the primary key from the database.
static JournalArticle JournalArticleUtil.remove(long id)
          Removes the journal article with the primary key from the database.
 JournalArticle JournalArticlePersistenceImpl.remove(long id)
          Removes the journal article with the primary key from the database.
 JournalArticle JournalArticlePersistenceImpl.remove(Serializable primaryKey)
          Removes the journal article with the primary key from the database.
 JournalArticle JournalArticlePersistence.removeByG_A_V(long groupId, String articleId, double version)
          Removes the journal article where groupId = ? and articleId = ? and version = ? from the database.
static JournalArticle JournalArticleUtil.removeByG_A_V(long groupId, String articleId, double version)
          Removes the journal article where groupId = ? and articleId = ? and version = ? from the database.
 JournalArticle JournalArticlePersistenceImpl.removeByG_A_V(long groupId, String articleId, double version)
          Removes the journal article where groupId = ? and articleId = ? and version = ? from the database.
 JournalArticle JournalArticlePersistence.removeByG_C_S(long groupId, long classNameId, String structureId)
          Removes the journal article where groupId = ? and classNameId = ? and structureId = ? from the database.
static JournalArticle JournalArticleUtil.removeByG_C_S(long groupId, long classNameId, String structureId)
          Removes the journal article where groupId = ? and classNameId = ? and structureId = ? from the database.
 JournalArticle JournalArticlePersistenceImpl.removeByG_C_S(long groupId, long classNameId, String structureId)
          Removes the journal article where groupId = ? and classNameId = ? and structureId = ? from the database.
 JournalArticle JournalArticlePersistence.removeByUUID_G(String uuid, long groupId)
          Removes the journal article where uuid = ? and groupId = ? from the database.
static JournalArticle JournalArticleUtil.removeByUUID_G(String uuid, long groupId)
          Removes the journal article where uuid = ? and groupId = ? from the database.
 JournalArticle JournalArticlePersistenceImpl.removeByUUID_G(String uuid, long groupId)
          Removes the journal article where uuid = ? and groupId = ? from the database.
protected  JournalArticle JournalArticlePersistenceImpl.removeImpl(JournalArticle journalArticle)
           
protected  JournalArticle JournalArticlePersistenceImpl.toUnwrappedModel(JournalArticle journalArticle)
           
static JournalArticle JournalArticleUtil.update(JournalArticle journalArticle, boolean merge)
           
static JournalArticle JournalArticleUtil.update(JournalArticle journalArticle, boolean merge, ServiceContext serviceContext)
           
 JournalArticle JournalArticlePersistence.updateImpl(JournalArticle journalArticle, boolean merge)
           
static JournalArticle JournalArticleUtil.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
protected  List<JournalArticle> JournalArticleFinderImpl.doFindByC_G_C_A_V_T_D_C_T_S_T_D_S_R(long companyId, long groupId, long classNameId, 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, boolean inlineSQLHelper)
           
static List<JournalArticle> JournalArticleFinderUtil.filterFindByC_G_C_A_V_T_D_C_T_S_T_D_S_R(long companyId, long groupId, long classNameId, 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.filterFindByC_G_C_A_V_T_D_C_T_S_T_D_S_R(long companyId, long groupId, long classNameId, 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.filterFindByC_G_C_A_V_T_D_C_T_S_T_D_S_R(long companyId, long groupId, long classNameId, 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.filterFindByC_G_C_A_V_T_D_C_T_S_T_D_S_R(long companyId, long groupId, long classNameId, 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.filterFindByC_G_C_A_V_T_D_C_T_S_T_D_S_R(long companyId, long groupId, long classNameId, 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.filterFindByC_G_C_A_V_T_D_C_T_S_T_D_S_R(long companyId, long groupId, long classNameId, 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.filterFindByC_G_C_A_V_T_D_C_T_S_T_D_S_R(long companyId, long groupId, long classNameId, 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.filterFindByC_G_C_A_V_T_D_C_T_S_T_D_S_R(long companyId, long groupId, long classNameId, 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.filterFindByC_G_C_A_V_T_D_C_T_S_T_D_S_R(long companyId, long groupId, long classNameId, 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> JournalArticlePersistence.filterFindByG_A_ST(long groupId, String articleId, int status)
          Returns all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_A_ST(long groupId, String articleId, int status)
          Returns all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_A_ST(long groupId, String articleId, int status)
          Returns all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_A_ST(long groupId, String articleId, int[] statuses)
          Returns all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = any ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_A_ST(long groupId, String articleId, int[] statuses)
          Returns all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = any ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_A_ST(long groupId, String articleId, int[] statuses)
          Returns all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = any ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_A_ST(long groupId, String articleId, int[] statuses, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = any ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_A_ST(long groupId, String articleId, int[] statuses, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = any ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_A_ST(long groupId, String articleId, int[] statuses, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = any ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_A_ST(long groupId, String articleId, int[] statuses, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = any ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_A_ST(long groupId, String articleId, int[] statuses, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = any ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_A_ST(long groupId, String articleId, int[] statuses, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = any ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_A_ST(long groupId, String articleId, int status, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_A_ST(long groupId, String articleId, int status, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_A_ST(long groupId, String articleId, int status, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_A_ST(long groupId, String articleId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and articleId = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_A_ST(long groupId, String articleId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and articleId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_A_ST(long groupId, String articleId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and articleId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_A(long groupId, String articleId)
          Returns all the journal articles that the user has permission to view where groupId = ? and articleId = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_A(long groupId, String articleId)
          Returns all the journal articles that the user has permission to view where groupId = ? and articleId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_A(long groupId, String articleId)
          Returns all the journal articles that the user has permission to view where groupId = ? and articleId = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_A(long groupId, String articleId, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and articleId = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_A(long groupId, String articleId, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and articleId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_A(long groupId, String articleId, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and articleId = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_A(long groupId, String articleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and articleId = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_A(long groupId, String articleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and articleId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_A(long groupId, String articleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and articleId = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_C_C(long groupId, long classNameId, long classPK)
          Returns all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_C_C(long groupId, long classNameId, long classPK)
          Returns all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_C_C(long groupId, long classNameId, long classPK)
          Returns all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_C_C(long groupId, long classNameId, long classPK, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_C_C(long groupId, long classNameId, long classPK, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_C_C(long groupId, long classNameId, long classPK, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_C_C(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and classPK = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_C_C(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and classPK = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_C_C(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and classPK = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_C_L(long groupId, long classNameId, String layoutUuid)
          Returns all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and layoutUuid = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_C_L(long groupId, long classNameId, String layoutUuid)
          Returns all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and layoutUuid = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_C_L(long groupId, long classNameId, String layoutUuid)
          Returns all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and layoutUuid = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_C_L(long groupId, long classNameId, String layoutUuid, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and layoutUuid = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_C_L(long groupId, long classNameId, String layoutUuid, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and layoutUuid = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_C_L(long groupId, long classNameId, String layoutUuid, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and layoutUuid = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_C_L(long groupId, long classNameId, String layoutUuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and layoutUuid = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_C_L(long groupId, long classNameId, String layoutUuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and layoutUuid = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_C_L(long groupId, long classNameId, String layoutUuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and layoutUuid = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_C_T(long groupId, long classNameId, String templateId)
          Returns all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and templateId = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_C_T(long groupId, long classNameId, String templateId)
          Returns all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and templateId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_C_T(long groupId, long classNameId, String templateId)
          Returns all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and templateId = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_C_T(long groupId, long classNameId, String templateId, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and templateId = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_C_T(long groupId, long classNameId, String templateId, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and templateId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_C_T(long groupId, long classNameId, String templateId, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and templateId = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_C_T(long groupId, long classNameId, String templateId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and templateId = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_C_T(long groupId, long classNameId, String templateId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and templateId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_C_T(long groupId, long classNameId, String templateId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and templateId = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_L(long groupId, String layoutUuid)
          Returns all the journal articles that the user has permission to view where groupId = ? and layoutUuid = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_L(long groupId, String layoutUuid)
          Returns all the journal articles that the user has permission to view where groupId = ? and layoutUuid = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_L(long groupId, String layoutUuid)
          Returns all the journal articles that the user has permission to view where groupId = ? and layoutUuid = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_L(long groupId, String layoutUuid, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and layoutUuid = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_L(long groupId, String layoutUuid, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and layoutUuid = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_L(long groupId, String layoutUuid, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and layoutUuid = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_L(long groupId, String layoutUuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and layoutUuid = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_L(long groupId, String layoutUuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and layoutUuid = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_L(long groupId, String layoutUuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and layoutUuid = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_S(long groupId, String structureId)
          Returns all the journal articles that the user has permission to view where groupId = ? and structureId = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_S(long groupId, String structureId)
          Returns all the journal articles that the user has permission to view where groupId = ? and structureId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_S(long groupId, String structureId)
          Returns all the journal articles that the user has permission to view where groupId = ? and structureId = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_S(long groupId, String structureId, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and structureId = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_S(long groupId, String structureId, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and structureId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_S(long groupId, String structureId, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and structureId = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_S(long groupId, String structureId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and structureId = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_S(long groupId, String structureId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and structureId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_S(long groupId, String structureId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and structureId = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_ST(long groupId, int status)
          Returns all the journal articles that the user has permission to view where groupId = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_ST(long groupId, int status)
          Returns all the journal articles that the user has permission to view where groupId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_ST(long groupId, int status)
          Returns all the journal articles that the user has permission to view where groupId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_ST(long groupId, int status, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_ST(long groupId, int status, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_ST(long groupId, int status, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_ST(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_ST(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_ST(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_T(long groupId, String templateId)
          Returns all the journal articles that the user has permission to view where groupId = ? and templateId = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_T(long groupId, String templateId)
          Returns all the journal articles that the user has permission to view where groupId = ? and templateId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_T(long groupId, String templateId)
          Returns all the journal articles that the user has permission to view where groupId = ? and templateId = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_T(long groupId, String templateId, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and templateId = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_T(long groupId, String templateId, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and templateId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_T(long groupId, String templateId, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and templateId = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_T(long groupId, String templateId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and templateId = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_T(long groupId, String templateId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and templateId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_T(long groupId, String templateId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and templateId = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_UT_ST(long groupId, String urlTitle, int status)
          Returns all the journal articles that the user has permission to view where groupId = ? and urlTitle = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_UT_ST(long groupId, String urlTitle, int status)
          Returns all the journal articles that the user has permission to view where groupId = ? and urlTitle = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_UT_ST(long groupId, String urlTitle, int status)
          Returns all the journal articles that the user has permission to view where groupId = ? and urlTitle = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_UT_ST(long groupId, String urlTitle, int status, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and urlTitle = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_UT_ST(long groupId, String urlTitle, int status, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and urlTitle = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_UT_ST(long groupId, String urlTitle, int status, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and urlTitle = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_UT_ST(long groupId, String urlTitle, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and urlTitle = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_UT_ST(long groupId, String urlTitle, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and urlTitle = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_UT_ST(long groupId, String urlTitle, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and urlTitle = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_UT(long groupId, String urlTitle)
          Returns all the journal articles that the user has permission to view where groupId = ? and urlTitle = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_UT(long groupId, String urlTitle)
          Returns all the journal articles that the user has permission to view where groupId = ? and urlTitle = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_UT(long groupId, String urlTitle)
          Returns all the journal articles that the user has permission to view where groupId = ? and urlTitle = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_UT(long groupId, String urlTitle, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and urlTitle = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_UT(long groupId, String urlTitle, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and urlTitle = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_UT(long groupId, String urlTitle, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ? and urlTitle = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByG_UT(long groupId, String urlTitle, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and urlTitle = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByG_UT(long groupId, String urlTitle, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and urlTitle = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByG_UT(long groupId, String urlTitle, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and urlTitle = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByGroupId(long groupId)
          Returns all the journal articles that the user has permission to view where groupId = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByGroupId(long groupId)
          Returns all the journal articles that the user has permission to view where groupId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByGroupId(long groupId)
          Returns all the journal articles that the user has permission to view where groupId = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the journal articles that the user has permission to view where groupId = ?.
 List<JournalArticle> JournalArticlePersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ?.
static List<JournalArticle> JournalArticleUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ?.
static List<JournalArticle> JournalArticleFinderUtil.filterFindByKeywords(long companyId, long groupId, long classNameId, 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.filterFindByKeywords(long companyId, long groupId, long classNameId, 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.filterFindByKeywords(long companyId, long groupId, long classNameId, 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> JournalArticlePersistence.findAll()
          Returns all the journal articles.
static List<JournalArticle> JournalArticleUtil.findAll()
          Returns all the journal articles.
 List<JournalArticle> JournalArticlePersistenceImpl.findAll()
          Returns all the journal articles.
 List<JournalArticle> JournalArticlePersistence.findAll(int start, int end)
          Returns a range of all the journal articles.
static List<JournalArticle> JournalArticleUtil.findAll(int start, int end)
          Returns a range of all the journal articles.
 List<JournalArticle> JournalArticlePersistenceImpl.findAll(int start, int end)
          Returns a range of all the journal articles.
 List<JournalArticle> JournalArticlePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles.
static List<JournalArticle> JournalArticleUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles.
 List<JournalArticle> JournalArticlePersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles.
static List<JournalArticle> JournalArticleFinderUtil.findByC_G_C_A_V_T_D_C_T_S_T_D_S_R(long companyId, long groupId, long classNameId, 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_C_A_V_T_D_C_T_S_T_D_S_R(long companyId, long groupId, long classNameId, 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_C_A_V_T_D_C_T_S_T_D_S_R(long companyId, long groupId, long classNameId, 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_C_A_V_T_D_C_T_S_T_D_S_R(long companyId, long groupId, long classNameId, 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_C_A_V_T_D_C_T_S_T_D_S_R(long companyId, long groupId, long classNameId, 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_C_A_V_T_D_C_T_S_T_D_S_R(long companyId, long groupId, long classNameId, 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_C_A_V_T_D_C_T_S_T_D_S_R(long companyId, long groupId, long classNameId, 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_C_A_V_T_D_C_T_S_T_D_S_R(long companyId, long groupId, long classNameId, 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_C_A_V_T_D_C_T_S_T_D_S_R(long companyId, long groupId, long classNameId, 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> JournalArticlePersistence.findByC_ST(long companyId, int status)
          Returns all the journal articles where companyId = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByC_ST(long companyId, int status)
          Returns all the journal articles where companyId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByC_ST(long companyId, int status)
          Returns all the journal articles where companyId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.findByC_ST(long companyId, int status, int start, int end)
          Returns a range of all the journal articles where companyId = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByC_ST(long companyId, int status, int start, int end)
          Returns a range of all the journal articles where companyId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByC_ST(long companyId, int status, int start, int end)
          Returns a range of all the journal articles where companyId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.findByC_ST(long companyId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where companyId = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByC_ST(long companyId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns 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)
          Returns an ordered range of all the journal articles where companyId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.findByC_V_ST(long companyId, double version, int status)
          Returns all the journal articles where companyId = ? and version = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByC_V_ST(long companyId, double version, int status)
          Returns all the journal articles where companyId = ? and version = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByC_V_ST(long companyId, double version, int status)
          Returns all the journal articles where companyId = ? and version = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.findByC_V_ST(long companyId, double version, int status, int start, int end)
          Returns a range of all the journal articles where companyId = ? and version = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByC_V_ST(long companyId, double version, int status, int start, int end)
          Returns a range of all the journal articles where companyId = ? and version = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByC_V_ST(long companyId, double version, int status, int start, int end)
          Returns a range of all the journal articles where companyId = ? and version = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.findByC_V_ST(long companyId, double version, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where companyId = ? and version = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByC_V_ST(long companyId, double version, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where companyId = ? and version = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByC_V_ST(long companyId, double version, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where companyId = ? and version = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.findByC_V(long companyId, double version)
          Returns all the journal articles where companyId = ? and version = ?.
static List<JournalArticle> JournalArticleUtil.findByC_V(long companyId, double version)
          Returns all the journal articles where companyId = ? and version = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByC_V(long companyId, double version)
          Returns all the journal articles where companyId = ? and version = ?.
 List<JournalArticle> JournalArticlePersistence.findByC_V(long companyId, double version, int start, int end)
          Returns a range of all the journal articles where companyId = ? and version = ?.
static List<JournalArticle> JournalArticleUtil.findByC_V(long companyId, double version, int start, int end)
          Returns a range of all the journal articles where companyId = ? and version = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByC_V(long companyId, double version, int start, int end)
          Returns a range of all the journal articles where companyId = ? and version = ?.
 List<JournalArticle> JournalArticlePersistence.findByC_V(long companyId, double version, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where companyId = ? and version = ?.
static List<JournalArticle> JournalArticleUtil.findByC_V(long companyId, double version, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where companyId = ? and version = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByC_V(long companyId, double version, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where companyId = ? and version = ?.
 List<JournalArticle> JournalArticlePersistence.findByCompanyId(long companyId)
          Returns all the journal articles where companyId = ?.
static List<JournalArticle> JournalArticleUtil.findByCompanyId(long companyId)
          Returns all the journal articles where companyId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByCompanyId(long companyId)
          Returns all the journal articles where companyId = ?.
 List<JournalArticle> JournalArticlePersistence.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the journal articles where companyId = ?.
static List<JournalArticle> JournalArticleUtil.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the journal articles where companyId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the journal articles where companyId = ?.
 List<JournalArticle> JournalArticlePersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where companyId = ?.
static List<JournalArticle> JournalArticleUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where companyId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where companyId = ?.
static List<JournalArticle> JournalArticleFinderUtil.findByExpirationDate(long classNameId, int status, Date expirationDateLT)
           
 List<JournalArticle> JournalArticleFinder.findByExpirationDate(long classNameId, int status, Date expirationDateLT)
           
 List<JournalArticle> JournalArticleFinderImpl.findByExpirationDate(long classNameId, int status, Date expirationDateLT)
           
 List<JournalArticle> JournalArticlePersistence.findByG_A_ST(long groupId, String articleId, int status)
          Returns all the journal articles where groupId = ? and articleId = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByG_A_ST(long groupId, String articleId, int status)
          Returns all the journal articles where groupId = ? and articleId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_A_ST(long groupId, String articleId, int status)
          Returns all the journal articles where groupId = ? and articleId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_A_ST(long groupId, String articleId, int[] statuses)
          Returns all the journal articles where groupId = ? and articleId = ? and status = any ?.
static List<JournalArticle> JournalArticleUtil.findByG_A_ST(long groupId, String articleId, int[] statuses)
          Returns all the journal articles where groupId = ? and articleId = ? and status = any ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_A_ST(long groupId, String articleId, int[] statuses)
          Returns all the journal articles where groupId = ? and articleId = ? and status = any ?.
 List<JournalArticle> JournalArticlePersistence.findByG_A_ST(long groupId, String articleId, int[] statuses, int start, int end)
          Returns a range of all the journal articles where groupId = ? and articleId = ? and status = any ?.
static List<JournalArticle> JournalArticleUtil.findByG_A_ST(long groupId, String articleId, int[] statuses, int start, int end)
          Returns a range of all the journal articles where groupId = ? and articleId = ? and status = any ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_A_ST(long groupId, String articleId, int[] statuses, int start, int end)
          Returns a range of all the journal articles where groupId = ? and articleId = ? and status = any ?.
 List<JournalArticle> JournalArticlePersistence.findByG_A_ST(long groupId, String articleId, int[] statuses, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status = any ?.
static List<JournalArticle> JournalArticleUtil.findByG_A_ST(long groupId, String articleId, int[] statuses, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status = any ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_A_ST(long groupId, String articleId, int[] statuses, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status = any ?.
 List<JournalArticle> JournalArticlePersistence.findByG_A_ST(long groupId, String articleId, int status, int start, int end)
          Returns a range of all the journal articles where groupId = ? and articleId = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByG_A_ST(long groupId, String articleId, int status, int start, int end)
          Returns a range of all the journal articles where groupId = ? and articleId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_A_ST(long groupId, String articleId, int status, int start, int end)
          Returns a range of all the journal articles where groupId = ? and articleId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_A_ST(long groupId, String articleId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByG_A_ST(long groupId, String articleId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_A_ST(long groupId, String articleId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_A(long groupId, String articleId)
          Returns all the journal articles where groupId = ? and articleId = ?.
static List<JournalArticle> JournalArticleUtil.findByG_A(long groupId, String articleId)
          Returns all the journal articles where groupId = ? and articleId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_A(long groupId, String articleId)
          Returns all the journal articles where groupId = ? and articleId = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_A(long groupId, String articleId, int start, int end)
          Returns a range of all the journal articles where groupId = ? and articleId = ?.
static List<JournalArticle> JournalArticleUtil.findByG_A(long groupId, String articleId, int start, int end)
          Returns a range of all the journal articles where groupId = ? and articleId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_A(long groupId, String articleId, int start, int end)
          Returns a range of all the journal articles where groupId = ? and articleId = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_A(long groupId, String articleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and articleId = ?.
static List<JournalArticle> JournalArticleUtil.findByG_A(long groupId, String articleId, int start, int end, OrderByComparator orderByComparator)
          Returns 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)
          Returns an ordered range of all the journal articles where groupId = ? and articleId = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_C_C(long groupId, long classNameId, long classPK)
          Returns all the journal articles where groupId = ? and classNameId = ? and classPK = ?.
static List<JournalArticle> JournalArticleUtil.findByG_C_C(long groupId, long classNameId, long classPK)
          Returns all the journal articles where groupId = ? and classNameId = ? and classPK = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_C_C(long groupId, long classNameId, long classPK)
          Returns all the journal articles where groupId = ? and classNameId = ? and classPK = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_C_C(long groupId, long classNameId, long classPK, int start, int end)
          Returns a range of all the journal articles where groupId = ? and classNameId = ? and classPK = ?.
static List<JournalArticle> JournalArticleUtil.findByG_C_C(long groupId, long classNameId, long classPK, int start, int end)
          Returns a range of all the journal articles where groupId = ? and classNameId = ? and classPK = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_C_C(long groupId, long classNameId, long classPK, int start, int end)
          Returns a range of all the journal articles where groupId = ? and classNameId = ? and classPK = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_C_C(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and classPK = ?.
static List<JournalArticle> JournalArticleUtil.findByG_C_C(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and classPK = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_C_C(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and classPK = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_C_L(long groupId, long classNameId, String layoutUuid)
          Returns all the journal articles where groupId = ? and classNameId = ? and layoutUuid = ?.
static List<JournalArticle> JournalArticleUtil.findByG_C_L(long groupId, long classNameId, String layoutUuid)
          Returns all the journal articles where groupId = ? and classNameId = ? and layoutUuid = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_C_L(long groupId, long classNameId, String layoutUuid)
          Returns all the journal articles where groupId = ? and classNameId = ? and layoutUuid = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_C_L(long groupId, long classNameId, String layoutUuid, int start, int end)
          Returns a range of all the journal articles where groupId = ? and classNameId = ? and layoutUuid = ?.
static List<JournalArticle> JournalArticleUtil.findByG_C_L(long groupId, long classNameId, String layoutUuid, int start, int end)
          Returns a range of all the journal articles where groupId = ? and classNameId = ? and layoutUuid = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_C_L(long groupId, long classNameId, String layoutUuid, int start, int end)
          Returns a range of all the journal articles where groupId = ? and classNameId = ? and layoutUuid = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_C_L(long groupId, long classNameId, String layoutUuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and layoutUuid = ?.
static List<JournalArticle> JournalArticleUtil.findByG_C_L(long groupId, long classNameId, String layoutUuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and layoutUuid = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_C_L(long groupId, long classNameId, String layoutUuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and layoutUuid = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_C_T(long groupId, long classNameId, String templateId)
          Returns all the journal articles where groupId = ? and classNameId = ? and templateId = ?.
static List<JournalArticle> JournalArticleUtil.findByG_C_T(long groupId, long classNameId, String templateId)
          Returns all the journal articles where groupId = ? and classNameId = ? and templateId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_C_T(long groupId, long classNameId, String templateId)
          Returns all the journal articles where groupId = ? and classNameId = ? and templateId = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_C_T(long groupId, long classNameId, String templateId, int start, int end)
          Returns a range of all the journal articles where groupId = ? and classNameId = ? and templateId = ?.
static List<JournalArticle> JournalArticleUtil.findByG_C_T(long groupId, long classNameId, String templateId, int start, int end)
          Returns a range of all the journal articles where groupId = ? and classNameId = ? and templateId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_C_T(long groupId, long classNameId, String templateId, int start, int end)
          Returns a range of all the journal articles where groupId = ? and classNameId = ? and templateId = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_C_T(long groupId, long classNameId, String templateId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and templateId = ?.
static List<JournalArticle> JournalArticleUtil.findByG_C_T(long groupId, long classNameId, String templateId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and templateId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_C_T(long groupId, long classNameId, String templateId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and templateId = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_L(long groupId, String layoutUuid)
          Returns all the journal articles where groupId = ? and layoutUuid = ?.
static List<JournalArticle> JournalArticleUtil.findByG_L(long groupId, String layoutUuid)
          Returns all the journal articles where groupId = ? and layoutUuid = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_L(long groupId, String layoutUuid)
          Returns all the journal articles where groupId = ? and layoutUuid = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_L(long groupId, String layoutUuid, int start, int end)
          Returns a range of all the journal articles where groupId = ? and layoutUuid = ?.
static List<JournalArticle> JournalArticleUtil.findByG_L(long groupId, String layoutUuid, int start, int end)
          Returns a range of all the journal articles where groupId = ? and layoutUuid = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_L(long groupId, String layoutUuid, int start, int end)
          Returns a range of all the journal articles where groupId = ? and layoutUuid = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_L(long groupId, String layoutUuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and layoutUuid = ?.
static List<JournalArticle> JournalArticleUtil.findByG_L(long groupId, String layoutUuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and layoutUuid = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_L(long groupId, String layoutUuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and layoutUuid = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_S(long groupId, String structureId)
          Returns all the journal articles where groupId = ? and structureId = ?.
static List<JournalArticle> JournalArticleUtil.findByG_S(long groupId, String structureId)
          Returns all the journal articles where groupId = ? and structureId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_S(long groupId, String structureId)
          Returns all the journal articles where groupId = ? and structureId = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_S(long groupId, String structureId, int start, int end)
          Returns a range of all the journal articles where groupId = ? and structureId = ?.
static List<JournalArticle> JournalArticleUtil.findByG_S(long groupId, String structureId, int start, int end)
          Returns a range of all the journal articles where groupId = ? and structureId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_S(long groupId, String structureId, int start, int end)
          Returns a 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)
          Returns an ordered range of all the journal articles where groupId = ? and structureId = ?.
static List<JournalArticle> JournalArticleUtil.findByG_S(long groupId, String structureId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and structureId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_S(long groupId, String structureId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and structureId = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_ST(long groupId, int status)
          Returns all the journal articles where groupId = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByG_ST(long groupId, int status)
          Returns all the journal articles where groupId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_ST(long groupId, int status)
          Returns all the journal articles where groupId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_ST(long groupId, int status, int start, int end)
          Returns a range of all the journal articles where groupId = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByG_ST(long groupId, int status, int start, int end)
          Returns a range of all the journal articles where groupId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_ST(long groupId, int status, int start, int end)
          Returns a range of all the journal articles where groupId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_ST(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByG_ST(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns 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)
          Returns an ordered range of all the journal articles where groupId = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_T(long groupId, String templateId)
          Returns all the journal articles where groupId = ? and templateId = ?.
static List<JournalArticle> JournalArticleUtil.findByG_T(long groupId, String templateId)
          Returns all the journal articles where groupId = ? and templateId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_T(long groupId, String templateId)
          Returns all the journal articles where groupId = ? and templateId = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_T(long groupId, String templateId, int start, int end)
          Returns a range of all the journal articles where groupId = ? and templateId = ?.
static List<JournalArticle> JournalArticleUtil.findByG_T(long groupId, String templateId, int start, int end)
          Returns a range of all the journal articles where groupId = ? and templateId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_T(long groupId, String templateId, int start, int end)
          Returns a 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)
          Returns an ordered range of all the journal articles where groupId = ? and templateId = ?.
static List<JournalArticle> JournalArticleUtil.findByG_T(long groupId, String templateId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and templateId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_T(long groupId, String templateId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and templateId = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_UT_ST(long groupId, String urlTitle, int status)
          Returns all the journal articles where groupId = ? and urlTitle = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByG_UT_ST(long groupId, String urlTitle, int status)
          Returns all the journal articles where groupId = ? and urlTitle = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_UT_ST(long groupId, String urlTitle, int status)
          Returns all the journal articles where groupId = ? and urlTitle = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_UT_ST(long groupId, String urlTitle, int status, int start, int end)
          Returns a range of all the journal articles where groupId = ? and urlTitle = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByG_UT_ST(long groupId, String urlTitle, int status, int start, int end)
          Returns a range of all the journal articles where groupId = ? and urlTitle = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_UT_ST(long groupId, String urlTitle, int status, int start, int end)
          Returns a range of all the journal articles where groupId = ? and urlTitle = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_UT_ST(long groupId, String urlTitle, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and urlTitle = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByG_UT_ST(long groupId, String urlTitle, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and urlTitle = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_UT_ST(long groupId, String urlTitle, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and urlTitle = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_UT(long groupId, String urlTitle)
          Returns all the journal articles where groupId = ? and urlTitle = ?.
static List<JournalArticle> JournalArticleUtil.findByG_UT(long groupId, String urlTitle)
          Returns all the journal articles where groupId = ? and urlTitle = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_UT(long groupId, String urlTitle)
          Returns all the journal articles where groupId = ? and urlTitle = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_UT(long groupId, String urlTitle, int start, int end)
          Returns a range of all the journal articles where groupId = ? and urlTitle = ?.
static List<JournalArticle> JournalArticleUtil.findByG_UT(long groupId, String urlTitle, int start, int end)
          Returns a range of all the journal articles where groupId = ? and urlTitle = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_UT(long groupId, String urlTitle, int start, int end)
          Returns a range of all the journal articles where groupId = ? and urlTitle = ?.
 List<JournalArticle> JournalArticlePersistence.findByG_UT(long groupId, String urlTitle, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and urlTitle = ?.
static List<JournalArticle> JournalArticleUtil.findByG_UT(long groupId, String urlTitle, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and urlTitle = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByG_UT(long groupId, String urlTitle, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ? and urlTitle = ?.
 List<JournalArticle> JournalArticlePersistence.findByGroupId(long groupId)
          Returns all the journal articles where groupId = ?.
static List<JournalArticle> JournalArticleUtil.findByGroupId(long groupId)
          Returns all the journal articles where groupId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByGroupId(long groupId)
          Returns all the journal articles where groupId = ?.
 List<JournalArticle> JournalArticlePersistence.findByGroupId(long groupId, int start, int end)
          Returns a range of all the journal articles where groupId = ?.
static List<JournalArticle> JournalArticleUtil.findByGroupId(long groupId, int start, int end)
          Returns a range of all the journal articles where groupId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByGroupId(long groupId, int start, int end)
          Returns a range of all the journal articles where groupId = ?.
 List<JournalArticle> JournalArticlePersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ?.
static List<JournalArticle> JournalArticleUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where groupId = ?.
static List<JournalArticle> JournalArticleFinderUtil.findByKeywords(long companyId, long groupId, long classNameId, 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, long classNameId, 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, long classNameId, 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> JournalArticlePersistence.findByLayoutUuid(String layoutUuid)
          Returns all the journal articles where layoutUuid = ?.
static List<JournalArticle> JournalArticleUtil.findByLayoutUuid(String layoutUuid)
          Returns all the journal articles where layoutUuid = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByLayoutUuid(String layoutUuid)
          Returns all the journal articles where layoutUuid = ?.
 List<JournalArticle> JournalArticlePersistence.findByLayoutUuid(String layoutUuid, int start, int end)
          Returns a range of all the journal articles where layoutUuid = ?.
static List<JournalArticle> JournalArticleUtil.findByLayoutUuid(String layoutUuid, int start, int end)
          Returns a range of all the journal articles where layoutUuid = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByLayoutUuid(String layoutUuid, int start, int end)
          Returns a range of all the journal articles where layoutUuid = ?.
 List<JournalArticle> JournalArticlePersistence.findByLayoutUuid(String layoutUuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where layoutUuid = ?.
static List<JournalArticle> JournalArticleUtil.findByLayoutUuid(String layoutUuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where layoutUuid = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByLayoutUuid(String layoutUuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where layoutUuid = ?.
 List<JournalArticle> JournalArticlePersistence.findByR_ST(long resourcePrimKey, int status)
          Returns all the journal articles where resourcePrimKey = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByR_ST(long resourcePrimKey, int status)
          Returns all the journal articles where resourcePrimKey = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByR_ST(long resourcePrimKey, int status)
          Returns all the journal articles where resourcePrimKey = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.findByR_ST(long resourcePrimKey, int status, int start, int end)
          Returns a range of all the journal articles where resourcePrimKey = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByR_ST(long resourcePrimKey, int status, int start, int end)
          Returns a range of all the journal articles where resourcePrimKey = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByR_ST(long resourcePrimKey, int status, int start, int end)
          Returns a range of all the journal articles where resourcePrimKey = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.findByR_ST(long resourcePrimKey, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ? and status = ?.
static List<JournalArticle> JournalArticleUtil.findByR_ST(long resourcePrimKey, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ? and status = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByR_ST(long resourcePrimKey, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ? and status = ?.
 List<JournalArticle> JournalArticlePersistence.findByResourcePrimKey(long resourcePrimKey)
          Returns all the journal articles where resourcePrimKey = ?.
static List<JournalArticle> JournalArticleUtil.findByResourcePrimKey(long resourcePrimKey)
          Returns all the journal articles where resourcePrimKey = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByResourcePrimKey(long resourcePrimKey)
          Returns all the journal articles where resourcePrimKey = ?.
 List<JournalArticle> JournalArticlePersistence.findByResourcePrimKey(long resourcePrimKey, int start, int end)
          Returns a range of all the journal articles where resourcePrimKey = ?.
static List<JournalArticle> JournalArticleUtil.findByResourcePrimKey(long resourcePrimKey, int start, int end)
          Returns a range of all the journal articles where resourcePrimKey = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByResourcePrimKey(long resourcePrimKey, int start, int end)
          Returns a range of all the journal articles where resourcePrimKey = ?.
 List<JournalArticle> JournalArticlePersistence.findByResourcePrimKey(long resourcePrimKey, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ?.
static List<JournalArticle> JournalArticleUtil.findByResourcePrimKey(long resourcePrimKey, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByResourcePrimKey(long resourcePrimKey, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where resourcePrimKey = ?.
static List<JournalArticle> JournalArticleFinderUtil.findByReviewDate(long classNameId, Date reviewDateLT, Date reviewDateGT)
           
 List<JournalArticle> JournalArticleFinder.findByReviewDate(long classNameId, Date reviewDateLT, Date reviewDateGT)
           
 List<JournalArticle> JournalArticleFinderImpl.findByReviewDate(long classNameId, Date reviewDateLT, Date reviewDateGT)
           
 List<JournalArticle> JournalArticlePersistence.findBySmallImageId(long smallImageId)
          Returns all the journal articles where smallImageId = ?.
static List<JournalArticle> JournalArticleUtil.findBySmallImageId(long smallImageId)
          Returns all the journal articles where smallImageId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findBySmallImageId(long smallImageId)
          Returns all the journal articles where smallImageId = ?.
 List<JournalArticle> JournalArticlePersistence.findBySmallImageId(long smallImageId, int start, int end)
          Returns a range of all the journal articles where smallImageId = ?.
static List<JournalArticle> JournalArticleUtil.findBySmallImageId(long smallImageId, int start, int end)
          Returns a range of all the journal articles where smallImageId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findBySmallImageId(long smallImageId, int start, int end)
          Returns a range of all the journal articles where smallImageId = ?.
 List<JournalArticle> JournalArticlePersistence.findBySmallImageId(long smallImageId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where smallImageId = ?.
static List<JournalArticle> JournalArticleUtil.findBySmallImageId(long smallImageId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where smallImageId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findBySmallImageId(long smallImageId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where smallImageId = ?.
 List<JournalArticle> JournalArticlePersistence.findByStructureId(String structureId)
          Returns all the journal articles where structureId = ?.
static List<JournalArticle> JournalArticleUtil.findByStructureId(String structureId)
          Returns all the journal articles where structureId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByStructureId(String structureId)
          Returns all the journal articles where structureId = ?.
 List<JournalArticle> JournalArticlePersistence.findByStructureId(String structureId, int start, int end)
          Returns a range of all the journal articles where structureId = ?.
static List<JournalArticle> JournalArticleUtil.findByStructureId(String structureId, int start, int end)
          Returns a range of all the journal articles where structureId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByStructureId(String structureId, int start, int end)
          Returns a range of all the journal articles where structureId = ?.
 List<JournalArticle> JournalArticlePersistence.findByStructureId(String structureId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where structureId = ?.
static List<JournalArticle> JournalArticleUtil.findByStructureId(String structureId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where structureId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByStructureId(String structureId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where structureId = ?.
 List<JournalArticle> JournalArticlePersistence.findByTemplateId(String templateId)
          Returns all the journal articles where templateId = ?.
static List<JournalArticle> JournalArticleUtil.findByTemplateId(String templateId)
          Returns all the journal articles where templateId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByTemplateId(String templateId)
          Returns all the journal articles where templateId = ?.
 List<JournalArticle> JournalArticlePersistence.findByTemplateId(String templateId, int start, int end)
          Returns a range of all the journal articles where templateId = ?.
static List<JournalArticle> JournalArticleUtil.findByTemplateId(String templateId, int start, int end)
          Returns a range of all the journal articles where templateId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByTemplateId(String templateId, int start, int end)
          Returns a range of all the journal articles where templateId = ?.
 List<JournalArticle> JournalArticlePersistence.findByTemplateId(String templateId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where templateId = ?.
static List<JournalArticle> JournalArticleUtil.findByTemplateId(String templateId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where templateId = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByTemplateId(String templateId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where templateId = ?.
 List<JournalArticle> JournalArticlePersistence.findByUuid(String uuid)
          Returns all the journal articles where uuid = ?.
static List<JournalArticle> JournalArticleUtil.findByUuid(String uuid)
          Returns all the journal articles where uuid = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByUuid(String uuid)
          Returns all the journal articles where uuid = ?.
 List<JournalArticle> JournalArticlePersistence.findByUuid(String uuid, int start, int end)
          Returns a range of all the journal articles where uuid = ?.
static List<JournalArticle> JournalArticleUtil.findByUuid(String uuid, int start, int end)
          Returns a range of all the journal articles where uuid = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByUuid(String uuid, int start, int end)
          Returns a range of all the journal articles where uuid = ?.
 List<JournalArticle> JournalArticlePersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where uuid = ?.
static List<JournalArticle> JournalArticleUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where uuid = ?.
 List<JournalArticle> JournalArticlePersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal articles where uuid = ?.
static List<JournalArticle> JournalArticleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<JournalArticle> JournalArticleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<JournalArticle> JournalArticleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.journal.service.persistence with parameters of type JournalArticle
 void JournalArticlePersistence.cacheResult(JournalArticle journalArticle)
          Caches the journal article in the entity cache if it is enabled.
static void JournalArticleUtil.cacheResult(JournalArticle journalArticle)
          Caches the journal article in the entity cache if it is enabled.
 void JournalArticlePersistenceImpl.cacheResult(JournalArticle journalArticle)
          Caches the journal article in the entity cache if it is enabled.
protected  void JournalArticlePersistenceImpl.cacheUniqueFindersCache(JournalArticle journalArticle)
           
static void JournalArticleUtil.clearCache(JournalArticle journalArticle)
           
 void JournalArticlePersistenceImpl.clearCache(JournalArticle journalArticle)
          Clears the cache for the journal article.
protected  void JournalArticlePersistenceImpl.clearUniqueFindersCache(JournalArticle journalArticle)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_A_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String articleId, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_A_ST_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String articleId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_C_C_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, long classNameId, long classPK, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_C_L_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, long classNameId, String layoutUuid, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_C_T_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, long classNameId, String templateId, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_L_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String layoutUuid, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_S_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String structureId, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_ST_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_T_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String templateId, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_UT_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String urlTitle, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByG_UT_ST_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String urlTitle, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.filterGetByGroupId_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByC_ST_PrevAndNext(Session session, JournalArticle journalArticle, long companyId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByC_V_PrevAndNext(Session session, JournalArticle journalArticle, long companyId, double version, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByC_V_ST_PrevAndNext(Session session, JournalArticle journalArticle, long companyId, double version, 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_C_C_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, long classNameId, long classPK, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByG_C_L_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, long classNameId, String layoutUuid, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByG_C_T_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, long classNameId, String templateId, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByG_L_PrevAndNext(Session session, JournalArticle journalArticle, long groupId, String layoutUuid, 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.getByLayoutUuid_PrevAndNext(Session session, JournalArticle journalArticle, String layoutUuid, 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.getByStructureId_PrevAndNext(Session session, JournalArticle journalArticle, String structureId, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByTemplateId_PrevAndNext(Session session, JournalArticle journalArticle, String templateId, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticle JournalArticlePersistenceImpl.getByUuid_PrevAndNext(Session session, JournalArticle journalArticle, String uuid, OrderByComparator orderByComparator, boolean previous)
           
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)
           
 JournalArticle JournalArticlePersistence.updateImpl(JournalArticle journalArticle, boolean merge)
           
static JournalArticle JournalArticleUtil.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
 void JournalArticlePersistence.cacheResult(List<JournalArticle> journalArticles)
          Caches the journal articles in the entity cache if it is enabled.
static void JournalArticleUtil.cacheResult(List<JournalArticle> journalArticles)
          Caches the journal articles in the entity cache if it is enabled.
 void JournalArticlePersistenceImpl.cacheResult(List<JournalArticle> journalArticles)
          Caches the journal articles in the entity cache if it is enabled.
 void JournalArticlePersistenceImpl.clearCache(List<JournalArticle> journalArticles)
           
 

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 rootElement, Map<String,String> tokens, JournalArticle article, String languageId, ThemeDisplay themeDisplay)
           
static void JournalUtil.addRecentArticle(PortletRequest portletRequest, JournalArticle article)
           
protected  String JournalIndexer.extractContent(JournalArticle article, String languageId)
           
 

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.1.2-ce-ga3