Liferay 6.2-ce-ga5

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

Packages that use JournalArticleModel
com.liferay.portal.tools.samplesqlbuilder   
com.liferay.portlet.journal.model   
com.liferay.portlet.journal.model.impl   
 

Uses of JournalArticleModel in com.liferay.portal.tools.samplesqlbuilder
 

Methods in com.liferay.portal.tools.samplesqlbuilder that return JournalArticleModel
 JournalArticleModel DataFactory.newJournalArticleModel(JournalArticleResourceModel journalArticleResourceModel, int articleIndex, int versionIndex)
           
 

Methods in com.liferay.portal.tools.samplesqlbuilder with parameters of type JournalArticleModel
 AssetEntryModel DataFactory.newAssetEntryModel(JournalArticleModel journalArticleModel)
           
 JournalContentSearchModel DataFactory.newJournalContentSearchModel(JournalArticleModel journalArticleModel, long layoutId)
           
 SocialActivityModel DataFactory.newSocialActivityModel(JournalArticleModel journalArticleModel)
           
 

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

Subinterfaces of JournalArticleModel in com.liferay.portlet.journal.model
 interface JournalArticle
          The extended model interface for the JournalArticle service.
 

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

Uses of JournalArticleModel in com.liferay.portlet.journal.model.impl
 

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


Liferay 6.2-ce-ga5