Liferay 6.2-ce-ga5

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

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

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

Methods in com.liferay.portal.tools.samplesqlbuilder that return JournalArticleResourceModel
 JournalArticleResourceModel DataFactory.newJournalArticleResourceModel(long groupId)
           
 

Methods in com.liferay.portal.tools.samplesqlbuilder with parameters of type JournalArticleResourceModel
 JournalArticleModel DataFactory.newJournalArticleModel(JournalArticleResourceModel journalArticleResourceModel, int articleIndex, int versionIndex)
           
 PortletPreferencesModel DataFactory.newPortletPreferencesModel(long plid, String portletId, JournalArticleResourceModel journalArticleResourceModel)
           
 List<ResourcePermissionModel> DataFactory.newResourcePermissionModels(JournalArticleResourceModel journalArticleResourceModel)
           
 

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

Subinterfaces of JournalArticleResourceModel in com.liferay.portlet.journal.model
 interface JournalArticleResource
          The extended model interface for the JournalArticleResource service.
 

Classes in com.liferay.portlet.journal.model that implement JournalArticleResourceModel
 class JournalArticleResourceWrapper
           This class is a wrapper for JournalArticleResource.
 

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

Classes in com.liferay.portlet.journal.model.impl that implement JournalArticleResourceModel
 class JournalArticleResourceBaseImpl
          The extended model base implementation for the JournalArticleResource service.
 class JournalArticleResourceImpl
           
 class JournalArticleResourceModelImpl
          The base model implementation for the JournalArticleResource service.
 


Liferay 6.2-ce-ga5