Liferay 6.0-ee-sp2

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

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

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

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

Methods in com.liferay.portlet.journal.model that return JournalArticle
 JournalArticle JournalArticleWrapper.getWrappedJournalArticle()
           
 JournalArticle JournalArticleWrapper.toEscapedModel()
           
 JournalArticle JournalArticleModel.toEscapedModel()
           
 

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

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

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

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

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

Methods in com.liferay.portlet.journal.service that return JournalArticle
 JournalArticle JournalArticleLocalServiceWrapper.addArticle(long userId, long groupId, String articleId, boolean autoArticleId, double version, String title, String description, String content, String type, String structureId, String templateId, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, boolean smallImage, String smallImageURL, File smallFile, Map<String,byte[]> images, String articleURL, ServiceContext serviceContext)
           
static JournalArticle JournalArticleLocalServiceUtil.addArticle(long userId, long groupId, String articleId, boolean autoArticleId, double version, String title, String description, String content, String type, String structureId, String templateId, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, boolean smallImage, String smallImageURL, File smallFile, Map<String,byte[]> images, String articleURL, ServiceContext serviceContext)
           
 JournalArticle JournalArticleLocalService.addArticle(long userId, long groupId, String articleId, boolean autoArticleId, double version, String title, String description, String content, String type, String structureId, String templateId, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, boolean smallImage, String smallImageURL, File smallFile, Map<String,byte[]> images, String articleURL, ServiceContext serviceContext)
           
 JournalArticle JournalArticleServiceWrapper.addArticle(long groupId, String articleId, boolean autoArticleId, String title, String description, String content, String type, String structureId, String templateId, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, boolean smallImage, String smallImageURL, File smallFile, Map<String,byte[]> images, String articleURL, ServiceContext serviceContext)
           
static JournalArticle JournalArticleServiceUtil.addArticle(long groupId, String articleId, boolean autoArticleId, String title, String description, String content, String type, String structureId, String templateId, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, boolean smallImage, String smallImageURL, File smallFile, Map<String,byte[]> images, String articleURL, ServiceContext serviceContext)
           
 JournalArticle JournalArticleService.addArticle(long groupId, String articleId, boolean autoArticleId, String title, String description, String content, String type, String structureId, String templateId, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, boolean smallImage, String smallImageURL, File smallFile, Map<String,byte[]> images, String articleURL, ServiceContext serviceContext)
           
 JournalArticle JournalArticleServiceWrapper.addArticle(long groupId, String articleId, boolean autoArticleId, String title, String description, String content, String type, String structureId, String templateId, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, String articleURL, ServiceContext serviceContext)
           
static JournalArticle JournalArticleServiceUtil.addArticle(long groupId, String articleId, boolean autoArticleId, String title, String description, String content, String type, String structureId, String templateId, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, String articleURL, ServiceContext serviceContext)
           
 JournalArticle JournalArticleService.addArticle(long groupId, String articleId, boolean autoArticleId, String title, String description, String content, String type, String structureId, String templateId, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, String articleURL, ServiceContext serviceContext)
           
 JournalArticle JournalArticleLocalServiceWrapper.addJournalArticle(JournalArticle journalArticle)
          Adds the journal article to the database.
static JournalArticle JournalArticleLocalServiceUtil.addJournalArticle(JournalArticle journalArticle)
          Adds the journal article to the database.
 JournalArticle JournalArticleLocalService.addJournalArticle(JournalArticle journalArticle)
          Adds the journal article to the database.
 JournalArticle JournalArticleLocalServiceWrapper.checkArticleResourcePrimKey(long groupId, String articleId, double version)
           
static JournalArticle JournalArticleLocalServiceUtil.checkArticleResourcePrimKey(long groupId, String articleId, double version)
           
 JournalArticle JournalArticleLocalService.checkArticleResourcePrimKey(long groupId, String articleId, double version)
           
 JournalArticle JournalArticleLocalServiceWrapper.copyArticle(long userId, long groupId, String oldArticleId, String newArticleId, boolean autoArticleId, double version)
           
static JournalArticle JournalArticleLocalServiceUtil.copyArticle(long userId, long groupId, String oldArticleId, String newArticleId, boolean autoArticleId, double version)
           
 JournalArticle JournalArticleLocalService.copyArticle(long userId, long groupId, String oldArticleId, String newArticleId, boolean autoArticleId, double version)
           
 JournalArticle JournalArticleServiceWrapper.copyArticle(long groupId, String oldArticleId, String newArticleId, boolean autoArticleId, double version)
           
static JournalArticle JournalArticleServiceUtil.copyArticle(long groupId, String oldArticleId, String newArticleId, boolean autoArticleId, double version)
           
 JournalArticle JournalArticleService.copyArticle(long groupId, String oldArticleId, String newArticleId, boolean autoArticleId, double version)
           
 JournalArticle JournalArticleLocalServiceWrapper.createJournalArticle(long id)
          Creates a new journal article with the primary key.
static JournalArticle JournalArticleLocalServiceUtil.createJournalArticle(long id)
          Creates a new journal article with the primary key.
 JournalArticle JournalArticleLocalService.createJournalArticle(long id)
          Creates a new journal article with the primary key.
 JournalArticle JournalArticleLocalServiceWrapper.expireArticle(long userId, long groupId, String articleId, double version, String articleURL, ServiceContext serviceContext)
           
static JournalArticle JournalArticleLocalServiceUtil.expireArticle(long userId, long groupId, String articleId, double version, String articleURL, ServiceContext serviceContext)
           
 JournalArticle JournalArticleLocalService.expireArticle(long userId, long groupId, String articleId, double version, String articleURL, ServiceContext serviceContext)
           
 JournalArticle JournalArticleServiceWrapper.expireArticle(long groupId, String articleId, double version, String articleURL, ServiceContext serviceContext)
           
static JournalArticle JournalArticleServiceUtil.expireArticle(long groupId, String articleId, double version, String articleURL, ServiceContext serviceContext)
           
 JournalArticle JournalArticleService.expireArticle(long groupId, String articleId, double version, String articleURL, ServiceContext serviceContext)
           
 JournalArticle JournalArticleLocalServiceWrapper.getArticle(long id)
           
static JournalArticle JournalArticleLocalServiceUtil.getArticle(long id)
           
 JournalArticle JournalArticleLocalService.getArticle(long id)
           
 JournalArticle JournalArticleServiceWrapper.getArticle(long groupId, String articleId)
           
static JournalArticle JournalArticleServiceUtil.getArticle(long groupId, String articleId)
           
 JournalArticle JournalArticleService.getArticle(long groupId, String articleId)
           
 JournalArticle JournalArticleLocalServiceWrapper.getArticle(long groupId, String articleId)
           
static JournalArticle JournalArticleLocalServiceUtil.getArticle(long groupId, String articleId)
           
 JournalArticle JournalArticleLocalService.getArticle(long groupId, String articleId)
           
 JournalArticle JournalArticleServiceWrapper.getArticle(long groupId, String articleId, double version)
           
static JournalArticle JournalArticleServiceUtil.getArticle(long groupId, String articleId, double version)
           
 JournalArticle JournalArticleService.getArticle(long groupId, String articleId, double version)
           
 JournalArticle JournalArticleLocalServiceWrapper.getArticle(long groupId, String articleId, double version)
           
static JournalArticle JournalArticleLocalServiceUtil.getArticle(long groupId, String articleId, double version)
           
 JournalArticle JournalArticleLocalService.getArticle(long groupId, String articleId, double version)
           
 JournalArticle JournalArticleServiceWrapper.getArticleByUrlTitle(long groupId, String urlTitle)
           
static JournalArticle JournalArticleServiceUtil.getArticleByUrlTitle(long groupId, String urlTitle)
           
 JournalArticle JournalArticleService.getArticleByUrlTitle(long groupId, String urlTitle)
           
 JournalArticle JournalArticleLocalServiceWrapper.getArticleByUrlTitle(long groupId, String urlTitle)
           
static JournalArticle JournalArticleLocalServiceUtil.getArticleByUrlTitle(long groupId, String urlTitle)
           
 JournalArticle JournalArticleLocalService.getArticleByUrlTitle(long groupId, String urlTitle)
           
 JournalArticle JournalArticleLocalServiceWrapper.getDisplayArticle(long groupId, String articleId)
           
static JournalArticle JournalArticleLocalServiceUtil.getDisplayArticle(long groupId, String articleId)
           
 JournalArticle JournalArticleLocalService.getDisplayArticle(long groupId, String articleId)
           
 JournalArticle JournalArticleLocalServiceWrapper.getJournalArticle(long id)
          Returns the journal article with the primary key.
static JournalArticle JournalArticleLocalServiceUtil.getJournalArticle(long id)
          Returns the journal article with the primary key.
 JournalArticle JournalArticleLocalService.getJournalArticle(long id)
          Returns the journal article with the primary key.
 JournalArticle JournalArticleLocalServiceWrapper.getJournalArticleByUuidAndGroupId(String uuid, long groupId)
          Returns the journal article with the UUID in the group.
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 JournalArticleServiceWrapper.getLatestArticle(long resourcePrimKey)
           
static JournalArticle JournalArticleServiceUtil.getLatestArticle(long resourcePrimKey)
           
 JournalArticle JournalArticleService.getLatestArticle(long resourcePrimKey)
           
 JournalArticle JournalArticleLocalServiceWrapper.getLatestArticle(long resourcePrimKey)
           
static JournalArticle JournalArticleLocalServiceUtil.getLatestArticle(long resourcePrimKey)
           
 JournalArticle JournalArticleLocalService.getLatestArticle(long resourcePrimKey)
           
 JournalArticle JournalArticleLocalServiceWrapper.getLatestArticle(long resourcePrimKey, int status)
           
static JournalArticle JournalArticleLocalServiceUtil.getLatestArticle(long resourcePrimKey, int status)
           
 JournalArticle JournalArticleLocalService.getLatestArticle(long resourcePrimKey, int status)
           
 JournalArticle JournalArticleLocalServiceWrapper.getLatestArticle(long resourcePrimKey, int status, boolean preferApproved)
           
static JournalArticle JournalArticleLocalServiceUtil.getLatestArticle(long resourcePrimKey, int status, boolean preferApproved)
           
 JournalArticle JournalArticleLocalService.getLatestArticle(long resourcePrimKey, int status, boolean preferApproved)
           
 JournalArticle JournalArticleLocalServiceWrapper.getLatestArticle(long groupId, String articleId)
           
static JournalArticle JournalArticleLocalServiceUtil.getLatestArticle(long groupId, String articleId)
           
 JournalArticle JournalArticleLocalService.getLatestArticle(long groupId, String articleId)
           
 JournalArticle JournalArticleServiceWrapper.getLatestArticle(long groupId, String articleId, int status)
           
static JournalArticle JournalArticleServiceUtil.getLatestArticle(long groupId, String articleId, int status)
           
 JournalArticle JournalArticleService.getLatestArticle(long groupId, String articleId, int status)
           
 JournalArticle JournalArticleLocalServiceWrapper.getLatestArticle(long groupId, String articleId, int status)
           
static JournalArticle JournalArticleLocalServiceUtil.getLatestArticle(long groupId, String articleId, int status)
           
 JournalArticle JournalArticleLocalService.getLatestArticle(long groupId, String articleId, int status)
           
 JournalArticle JournalArticleLocalServiceWrapper.getLatestArticleByUrlTitle(long groupId, String urlTitle, int status)
           
static JournalArticle JournalArticleLocalServiceUtil.getLatestArticleByUrlTitle(long groupId, String urlTitle, int status)
           
 JournalArticle JournalArticleLocalService.getLatestArticleByUrlTitle(long groupId, String urlTitle, int status)
           
 JournalArticle JournalArticleServiceWrapper.removeArticleLocale(long groupId, String articleId, double version, String languageId)
           
static JournalArticle JournalArticleServiceUtil.removeArticleLocale(long groupId, String articleId, double version, String languageId)
           
 JournalArticle JournalArticleService.removeArticleLocale(long groupId, String articleId, double version, String languageId)
           
 JournalArticle JournalArticleLocalServiceWrapper.removeArticleLocale(long groupId, String articleId, double version, String languageId)
           
static JournalArticle JournalArticleLocalServiceUtil.removeArticleLocale(long groupId, String articleId, double version, String languageId)
           
 JournalArticle JournalArticleLocalService.removeArticleLocale(long groupId, String articleId, double version, String languageId)
           
 JournalArticle JournalArticleLocalServiceWrapper.updateArticle(long userId, long groupId, String articleId, double version, String content)
           
static JournalArticle JournalArticleLocalServiceUtil.updateArticle(long userId, long groupId, String articleId, double version, String content)
           
 JournalArticle JournalArticleLocalService.updateArticle(long userId, long groupId, String articleId, double version, String content)
           
 JournalArticle JournalArticleLocalServiceWrapper.updateArticle(long userId, long groupId, String articleId, double version, String title, String description, String content, String type, String structureId, String templateId, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, boolean smallImage, String smallImageURL, File smallFile, Map<String,byte[]> images, String articleURL, ServiceContext serviceContext)
           
static JournalArticle JournalArticleLocalServiceUtil.updateArticle(long userId, long groupId, String articleId, double version, String title, String description, String content, String type, String structureId, String templateId, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, boolean smallImage, String smallImageURL, File smallFile, Map<String,byte[]> images, String articleURL, ServiceContext serviceContext)
           
 JournalArticle JournalArticleLocalService.updateArticle(long userId, long groupId, String articleId, double version, String title, String description, String content, String type, String structureId, String templateId, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, boolean smallImage, String smallImageURL, File smallFile, Map<String,byte[]> images, String articleURL, ServiceContext serviceContext)
           
 JournalArticle JournalArticleServiceWrapper.updateArticle(long groupId, String articleId, double version, String content)
           
static JournalArticle JournalArticleServiceUtil.updateArticle(long groupId, String articleId, double version, String content)
           
 JournalArticle JournalArticleService.updateArticle(long groupId, String articleId, double version, String content)
           
 JournalArticle JournalArticleServiceWrapper.updateArticle(long groupId, String articleId, double version, String title, String description, String content, String type, String structureId, String templateId, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, boolean smallImage, String smallImageURL, File smallFile, Map<String,byte[]> images, String articleURL, ServiceContext serviceContext)
           
static JournalArticle JournalArticleServiceUtil.updateArticle(long groupId, String articleId, double version, String title, String description, String content, String type, String structureId, String templateId, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, boolean smallImage, String smallImageURL, File smallFile, Map<String,byte[]> images, String articleURL, ServiceContext serviceContext)
           
 JournalArticle JournalArticleService.updateArticle(long groupId, String articleId, double version, String title, String description, String content, String type, String structureId, String templateId, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, int reviewDateMonth, int reviewDateDay, int reviewDateYear, int reviewDateHour, int reviewDateMinute, boolean neverReview, boolean indexable, boolean smallImage, String smallImageURL, File smallFile, Map<String,byte[]> images, String articleURL, ServiceContext serviceContext)
           
 JournalArticle JournalArticleServiceWrapper.updateContent(long groupId, String articleId, double version, String content)
           
static JournalArticle JournalArticleServiceUtil.updateContent(long groupId, String articleId, double version, String content)
           
 JournalArticle JournalArticleService.updateContent(long groupId, String articleId, double version, String content)
           
 JournalArticle JournalArticleLocalServiceWrapper.updateContent(long groupId, String articleId, double version, String content)
           
static JournalArticle JournalArticleLocalServiceUtil.updateContent(long groupId, String articleId, double version, String content)
           
 JournalArticle JournalArticleLocalService.updateContent(long groupId, String articleId, double version, String content)
           
 JournalArticle JournalArticleLocalServiceWrapper.updateJournalArticle(JournalArticle journalArticle)
          Updates the journal article in the database or adds it if it does not yet exist.
static JournalArticle JournalArticleLocalServiceUtil.updateJournalArticle(JournalArticle journalArticle)
          Updates the journal article in the database or adds it if it does not yet exist.
 JournalArticle JournalArticleLocalService.updateJournalArticle(JournalArticle journalArticle)
          Updates the journal article in the database or adds it if it does not yet exist.
 JournalArticle JournalArticleLocalServiceWrapper.updateJournalArticle(JournalArticle journalArticle, boolean merge)
          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.updateStatus(long userId, JournalArticle article, int status, String articleURL, ServiceContext serviceContext)
           
static JournalArticle JournalArticleLocalServiceUtil.updateStatus(long userId, JournalArticle article, int status, String articleURL, ServiceContext serviceContext)
           
 JournalArticle JournalArticleLocalService.updateStatus(long userId, JournalArticle article, int status, String articleURL, ServiceContext serviceContext)
           
 JournalArticle JournalArticleLocalServiceWrapper.updateStatus(long userId, long classPK, int status, ServiceContext serviceContext)
           
static JournalArticle JournalArticleLocalServiceUtil.updateStatus(long userId, long classPK, int status, ServiceContext serviceContext)
           
 JournalArticle JournalArticleLocalService.updateStatus(long userId, long classPK, int status, ServiceContext serviceContext)
           
 JournalArticle JournalArticleLocalServiceWrapper.updateStatus(long userId, long groupId, String articleId, double version, int status, String articleURL, ServiceContext serviceContext)
           
static JournalArticle JournalArticleLocalServiceUtil.updateStatus(long userId, long groupId, String articleId, double version, int status, String articleURL, ServiceContext serviceContext)
           
 JournalArticle JournalArticleLocalService.updateStatus(long userId, long groupId, String articleId, double version, int status, String articleURL, ServiceContext serviceContext)
           
 

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

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

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

Methods in com.liferay.portlet.journal.service.persistence that return JournalArticle
static JournalArticle JournalArticleUtil.create(long id)
          Creates a new journal article with the primary key.
 JournalArticle JournalArticlePersistence.create(long id)
          Creates a new journal article with the primary key.
static JournalArticle JournalArticleUtil.fetchByG_A_V(long groupId, String articleId, double version)
          Finds the journal article where groupId = ? and articleId = ? and version = ? or returns null if it could not be found.
 JournalArticle JournalArticlePersistence.fetchByG_A_V(long groupId, String articleId, double version)
          Finds the journal article where groupId = ? and articleId = ? and version = ? or returns null if it could not be found.
static JournalArticle JournalArticleUtil.fetchByG_A_V(long groupId, String articleId, double version, boolean retrieveFromCache)
          Finds the journal article where groupId = ? and articleId = ? and version = ? or returns null if it could not be found, optionally using the finder cache.
 JournalArticle JournalArticlePersistence.fetchByG_A_V(long groupId, String articleId, double version, boolean retrieveFromCache)
          Finds the journal article where groupId = ? and articleId = ? and version = ? or returns null if it could not be found, optionally using the finder cache.
static JournalArticle JournalArticleUtil.fetchByPrimaryKey(long id)
          Finds the journal article with the primary key or returns null if it could not be found.
 JournalArticle JournalArticlePersistence.fetchByPrimaryKey(long id)
          Finds the journal article with the primary key or returns null if it could not be found.
static JournalArticle JournalArticleUtil.fetchByUUID_G(String uuid, long groupId)
          Finds the journal article where uuid = ? and groupId = ? or returns null if it could not be found.
 JournalArticle JournalArticlePersistence.fetchByUUID_G(String uuid, long groupId)
          Finds the journal article where uuid = ? and groupId = ? or returns null if it could not be found.
static JournalArticle JournalArticleUtil.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Finds the journal article where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 JournalArticle JournalArticlePersistence.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Finds the journal article where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
static JournalArticle[] JournalArticleUtil.filterFindByG_A_PrevAndNext(long id, long groupId, String articleId, OrderByComparator orderByComparator)
          Filters the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_A_PrevAndNext(long id, long groupId, String articleId, OrderByComparator orderByComparator)
          Filters the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_A_ST_PrevAndNext(long id, long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Filters the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_A_ST_PrevAndNext(long id, long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Filters the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_S_PrevAndNext(long id, long groupId, String structureId, OrderByComparator orderByComparator)
          Filters the journal articles before and after the current journal article in the ordered set where groupId = ? and structureId = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_S_PrevAndNext(long id, long groupId, String structureId, OrderByComparator orderByComparator)
          Filters the journal articles before and after the current journal article in the ordered set where groupId = ? and structureId = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_ST_PrevAndNext(long id, long groupId, int status, OrderByComparator orderByComparator)
          Filters the journal articles before and after the current journal article in the ordered set where groupId = ? and status = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_ST_PrevAndNext(long id, long groupId, int status, OrderByComparator orderByComparator)
          Filters the journal articles before and after the current journal article in the ordered set where groupId = ? and status = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_T_PrevAndNext(long id, long groupId, String templateId, OrderByComparator orderByComparator)
          Filters the journal articles before and after the current journal article in the ordered set where groupId = ? and templateId = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_T_PrevAndNext(long id, long groupId, String templateId, OrderByComparator orderByComparator)
          Filters the journal articles before and after the current journal article in the ordered set where groupId = ? and templateId = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_UT_PrevAndNext(long id, long groupId, String urlTitle, OrderByComparator orderByComparator)
          Filters the journal articles before and after the current journal article in the ordered set where groupId = ? and urlTitle = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_UT_PrevAndNext(long id, long groupId, String urlTitle, OrderByComparator orderByComparator)
          Filters the journal articles before and after the current journal article in the ordered set where groupId = ? and urlTitle = ?.
static JournalArticle[] JournalArticleUtil.filterFindByG_UT_ST_PrevAndNext(long id, long groupId, String urlTitle, int status, OrderByComparator orderByComparator)
          Filters the journal articles before and after the current journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByG_UT_ST_PrevAndNext(long id, long groupId, String urlTitle, int status, OrderByComparator orderByComparator)
          Filters the journal articles before and after the current journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
static JournalArticle[] JournalArticleUtil.filterFindByGroupId_PrevAndNext(long id, long groupId, OrderByComparator orderByComparator)
          Filters the journal articles before and after the current journal article in the ordered set where groupId = ?.
 JournalArticle[] JournalArticlePersistence.filterFindByGroupId_PrevAndNext(long id, long groupId, OrderByComparator orderByComparator)
          Filters the journal articles before and after the current journal article in the ordered set where groupId = ?.
static JournalArticle JournalArticleUtil.findByC_ST_First(long companyId, int status, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where companyId = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByC_ST_First(long companyId, int status, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where companyId = ? and status = ?.
static JournalArticle JournalArticleUtil.findByC_ST_Last(long companyId, int status, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where companyId = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByC_ST_Last(long companyId, int status, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where companyId = ? and status = ?.
static JournalArticle[] JournalArticleUtil.findByC_ST_PrevAndNext(long id, long companyId, int status, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where companyId = ? and status = ?.
 JournalArticle[] JournalArticlePersistence.findByC_ST_PrevAndNext(long id, long companyId, int status, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where companyId = ? and status = ?.
static JournalArticle JournalArticleUtil.findByC_V_First(long companyId, double version, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where companyId = ? and version = ?.
 JournalArticle JournalArticlePersistence.findByC_V_First(long companyId, double version, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where companyId = ? and version = ?.
static JournalArticle JournalArticleUtil.findByC_V_Last(long companyId, double version, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where companyId = ? and version = ?.
 JournalArticle JournalArticlePersistence.findByC_V_Last(long companyId, double version, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where companyId = ? and version = ?.
static JournalArticle[] JournalArticleUtil.findByC_V_PrevAndNext(long id, long companyId, double version, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where companyId = ? and version = ?.
 JournalArticle[] JournalArticlePersistence.findByC_V_PrevAndNext(long id, long companyId, double version, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where companyId = ? and version = ?.
static JournalArticle JournalArticleUtil.findByC_V_ST_First(long companyId, double version, int status, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where companyId = ? and version = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByC_V_ST_First(long companyId, double version, int status, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where companyId = ? and version = ? and status = ?.
static JournalArticle JournalArticleUtil.findByC_V_ST_Last(long companyId, double version, int status, OrderByComparator orderByComparator)
          Finds the last 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)
          Finds the last journal article in the ordered set where companyId = ? and version = ? and status = ?.
static JournalArticle[] JournalArticleUtil.findByC_V_ST_PrevAndNext(long id, long companyId, double version, int status, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current 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)
          Finds the journal articles before and after the current journal article in the ordered set where companyId = ? and version = ? and status = ?.
static JournalArticle JournalArticleUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where companyId = ?.
 JournalArticle JournalArticlePersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where companyId = ?.
static JournalArticle JournalArticleUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where companyId = ?.
 JournalArticle JournalArticlePersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where companyId = ?.
static JournalArticle[] JournalArticleUtil.findByCompanyId_PrevAndNext(long id, long companyId, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where companyId = ?.
 JournalArticle[] JournalArticlePersistence.findByCompanyId_PrevAndNext(long id, long companyId, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where companyId = ?.
static JournalArticle JournalArticleUtil.findByG_A_First(long groupId, String articleId, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where groupId = ? and articleId = ?.
 JournalArticle JournalArticlePersistence.findByG_A_First(long groupId, String articleId, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where groupId = ? and articleId = ?.
static JournalArticle JournalArticleUtil.findByG_A_Last(long groupId, String articleId, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where groupId = ? and articleId = ?.
 JournalArticle JournalArticlePersistence.findByG_A_Last(long groupId, String articleId, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where groupId = ? and articleId = ?.
static JournalArticle[] JournalArticleUtil.findByG_A_PrevAndNext(long id, long groupId, String articleId, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ?.
 JournalArticle[] JournalArticlePersistence.findByG_A_PrevAndNext(long id, long groupId, String articleId, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ?.
static JournalArticle JournalArticleUtil.findByG_A_ST_First(long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByG_A_ST_First(long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
static JournalArticle JournalArticleUtil.findByG_A_ST_Last(long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByG_A_ST_Last(long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
static JournalArticle[] JournalArticleUtil.findByG_A_ST_PrevAndNext(long id, long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
 JournalArticle[] JournalArticlePersistence.findByG_A_ST_PrevAndNext(long id, long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
static JournalArticle JournalArticleUtil.findByG_A_V(long groupId, String articleId, double version)
          Finds the journal article where groupId = ? and articleId = ? and version = ? or throws a NoSuchArticleException if it could not be found.
 JournalArticle JournalArticlePersistence.findByG_A_V(long groupId, String articleId, double version)
          Finds the journal article where groupId = ? and articleId = ? and version = ? or throws a NoSuchArticleException if it could not be found.
static JournalArticle JournalArticleUtil.findByG_S_First(long groupId, String structureId, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where groupId = ? and structureId = ?.
 JournalArticle JournalArticlePersistence.findByG_S_First(long groupId, String structureId, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where groupId = ? and structureId = ?.
static JournalArticle JournalArticleUtil.findByG_S_Last(long groupId, String structureId, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where groupId = ? and structureId = ?.
 JournalArticle JournalArticlePersistence.findByG_S_Last(long groupId, String structureId, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where groupId = ? and structureId = ?.
static JournalArticle[] JournalArticleUtil.findByG_S_PrevAndNext(long id, long groupId, String structureId, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where groupId = ? and structureId = ?.
 JournalArticle[] JournalArticlePersistence.findByG_S_PrevAndNext(long id, long groupId, String structureId, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where groupId = ? and structureId = ?.
static JournalArticle JournalArticleUtil.findByG_ST_First(long groupId, int status, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where groupId = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByG_ST_First(long groupId, int status, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where groupId = ? and status = ?.
static JournalArticle JournalArticleUtil.findByG_ST_Last(long groupId, int status, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where groupId = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByG_ST_Last(long groupId, int status, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where groupId = ? and status = ?.
static JournalArticle[] JournalArticleUtil.findByG_ST_PrevAndNext(long id, long groupId, int status, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where groupId = ? and status = ?.
 JournalArticle[] JournalArticlePersistence.findByG_ST_PrevAndNext(long id, long groupId, int status, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where groupId = ? and status = ?.
static JournalArticle JournalArticleUtil.findByG_T_First(long groupId, String templateId, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where groupId = ? and templateId = ?.
 JournalArticle JournalArticlePersistence.findByG_T_First(long groupId, String templateId, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where groupId = ? and templateId = ?.
static JournalArticle JournalArticleUtil.findByG_T_Last(long groupId, String templateId, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where groupId = ? and templateId = ?.
 JournalArticle JournalArticlePersistence.findByG_T_Last(long groupId, String templateId, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where groupId = ? and templateId = ?.
static JournalArticle[] JournalArticleUtil.findByG_T_PrevAndNext(long id, long groupId, String templateId, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where groupId = ? and templateId = ?.
 JournalArticle[] JournalArticlePersistence.findByG_T_PrevAndNext(long id, long groupId, String templateId, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where groupId = ? and templateId = ?.
static JournalArticle JournalArticleUtil.findByG_UT_First(long groupId, String urlTitle, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where groupId = ? and urlTitle = ?.
 JournalArticle JournalArticlePersistence.findByG_UT_First(long groupId, String urlTitle, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where groupId = ? and urlTitle = ?.
static JournalArticle JournalArticleUtil.findByG_UT_Last(long groupId, String urlTitle, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where groupId = ? and urlTitle = ?.
 JournalArticle JournalArticlePersistence.findByG_UT_Last(long groupId, String urlTitle, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where groupId = ? and urlTitle = ?.
static JournalArticle[] JournalArticleUtil.findByG_UT_PrevAndNext(long id, long groupId, String urlTitle, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where groupId = ? and urlTitle = ?.
 JournalArticle[] JournalArticlePersistence.findByG_UT_PrevAndNext(long id, long groupId, String urlTitle, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where groupId = ? and urlTitle = ?.
static JournalArticle JournalArticleUtil.findByG_UT_ST_First(long groupId, String urlTitle, int status, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByG_UT_ST_First(long groupId, String urlTitle, int status, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
static JournalArticle JournalArticleUtil.findByG_UT_ST_Last(long groupId, String urlTitle, int status, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByG_UT_ST_Last(long groupId, String urlTitle, int status, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
static JournalArticle[] JournalArticleUtil.findByG_UT_ST_PrevAndNext(long id, long groupId, String urlTitle, int status, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
 JournalArticle[] JournalArticlePersistence.findByG_UT_ST_PrevAndNext(long id, long groupId, String urlTitle, int status, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
static JournalArticle JournalArticleUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where groupId = ?.
 JournalArticle JournalArticlePersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where groupId = ?.
static JournalArticle JournalArticleUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where groupId = ?.
 JournalArticle JournalArticlePersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where groupId = ?.
static JournalArticle[] JournalArticleUtil.findByGroupId_PrevAndNext(long id, long groupId, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where groupId = ?.
 JournalArticle[] JournalArticlePersistence.findByGroupId_PrevAndNext(long id, long groupId, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where groupId = ?.
static JournalArticle JournalArticleUtil.findByPrimaryKey(long id)
          Finds the journal article with the primary key or throws a NoSuchArticleException if it could not be found.
 JournalArticle JournalArticlePersistence.findByPrimaryKey(long id)
          Finds the journal article with the primary key or throws a NoSuchArticleException if it could not be found.
static JournalArticle JournalArticleFinderUtil.findByR_D(long resourcePrimKey, Date displayDate)
           
 JournalArticle JournalArticleFinder.findByR_D(long resourcePrimKey, Date displayDate)
           
static JournalArticle JournalArticleUtil.findByR_ST_First(long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where resourcePrimKey = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByR_ST_First(long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where resourcePrimKey = ? and status = ?.
static JournalArticle JournalArticleUtil.findByR_ST_Last(long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where resourcePrimKey = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByR_ST_Last(long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where resourcePrimKey = ? and status = ?.
static JournalArticle[] JournalArticleUtil.findByR_ST_PrevAndNext(long id, long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and status = ?.
 JournalArticle[] JournalArticlePersistence.findByR_ST_PrevAndNext(long id, long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and status = ?.
static JournalArticle JournalArticleUtil.findByResourcePrimKey_First(long resourcePrimKey, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where resourcePrimKey = ?.
 JournalArticle JournalArticlePersistence.findByResourcePrimKey_First(long resourcePrimKey, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where resourcePrimKey = ?.
static JournalArticle JournalArticleUtil.findByResourcePrimKey_Last(long resourcePrimKey, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where resourcePrimKey = ?.
 JournalArticle JournalArticlePersistence.findByResourcePrimKey_Last(long resourcePrimKey, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where resourcePrimKey = ?.
static JournalArticle[] JournalArticleUtil.findByResourcePrimKey_PrevAndNext(long id, long resourcePrimKey, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ?.
 JournalArticle[] JournalArticlePersistence.findByResourcePrimKey_PrevAndNext(long id, long resourcePrimKey, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ?.
static JournalArticle JournalArticleUtil.findBySmallImageId_First(long smallImageId, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where smallImageId = ?.
 JournalArticle JournalArticlePersistence.findBySmallImageId_First(long smallImageId, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where smallImageId = ?.
static JournalArticle JournalArticleUtil.findBySmallImageId_Last(long smallImageId, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where smallImageId = ?.
 JournalArticle JournalArticlePersistence.findBySmallImageId_Last(long smallImageId, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where smallImageId = ?.
static JournalArticle[] JournalArticleUtil.findBySmallImageId_PrevAndNext(long id, long smallImageId, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where smallImageId = ?.
 JournalArticle[] JournalArticlePersistence.findBySmallImageId_PrevAndNext(long id, long smallImageId, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where smallImageId = ?.
static JournalArticle JournalArticleUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where uuid = ?.
 JournalArticle JournalArticlePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where uuid = ?.
static JournalArticle JournalArticleUtil.findByUUID_G(String uuid, long groupId)
          Finds the journal article where uuid = ? and groupId = ? or throws a NoSuchArticleException if it could not be found.
 JournalArticle JournalArticlePersistence.findByUUID_G(String uuid, long groupId)
          Finds the journal article where uuid = ? and groupId = ? or throws a NoSuchArticleException if it could not be found.
static JournalArticle JournalArticleUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where uuid = ?.
 JournalArticle JournalArticlePersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where uuid = ?.
static JournalArticle[] JournalArticleUtil.findByUuid_PrevAndNext(long id, String uuid, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where uuid = ?.
 JournalArticle[] JournalArticlePersistence.findByUuid_PrevAndNext(long id, String uuid, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where uuid = ?.
static JournalArticle JournalArticleUtil.remove(JournalArticle journalArticle)
           
 JournalArticle JournalArticlePersistence.remove(JournalArticle journalArticle)
           
static JournalArticle JournalArticleUtil.remove(long id)
          Removes the journal article with the primary key from the database.
 JournalArticle JournalArticlePersistence.remove(long id)
          Removes the journal article with the primary key from the database.
static JournalArticle JournalArticleUtil.update(JournalArticle journalArticle, boolean merge)
           
static JournalArticle JournalArticleUtil.update(JournalArticle journalArticle, boolean merge, ServiceContext serviceContext)
           
static JournalArticle JournalArticleUtil.updateImpl(JournalArticle journalArticle, boolean merge)
           
 JournalArticle JournalArticlePersistence.updateImpl(JournalArticle journalArticle, boolean merge)
           
 

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

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

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


Liferay 6.0-ee-sp2