Liferay 7.0-ce-m3

Uses of Interface
com.liferay.portlet.journal.service.persistence.JournalArticleFinder

Packages that use JournalArticleFinder
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portlet.asset.service.base   
com.liferay.portlet.journal.service.base   
com.liferay.portlet.journal.service.persistence   
com.liferay.portlet.journal.service.persistence.impl   
 

Uses of JournalArticleFinder in com.liferay.portal.service.base
 

Fields in com.liferay.portal.service.base declared as JournalArticleFinder
protected  JournalArticleFinder LayoutLocalServiceBaseImpl.journalArticleFinder
           
protected  JournalArticleFinder LayoutServiceBaseImpl.journalArticleFinder
           
 

Methods in com.liferay.portal.service.base that return JournalArticleFinder
 JournalArticleFinder LayoutLocalServiceBaseImpl.getJournalArticleFinder()
          Returns the journal article finder.
 JournalArticleFinder LayoutServiceBaseImpl.getJournalArticleFinder()
          Returns the journal article finder.
 

Methods in com.liferay.portal.service.base with parameters of type JournalArticleFinder
 void LayoutLocalServiceBaseImpl.setJournalArticleFinder(JournalArticleFinder journalArticleFinder)
          Sets the journal article finder.
 void LayoutServiceBaseImpl.setJournalArticleFinder(JournalArticleFinder journalArticleFinder)
          Sets the journal article finder.
 

Uses of JournalArticleFinder in com.liferay.portlet.asset.service.base
 

Fields in com.liferay.portlet.asset.service.base declared as JournalArticleFinder
protected  JournalArticleFinder AssetEntryServiceBaseImpl.journalArticleFinder
           
protected  JournalArticleFinder AssetEntryLocalServiceBaseImpl.journalArticleFinder
           
 

Methods in com.liferay.portlet.asset.service.base that return JournalArticleFinder
 JournalArticleFinder AssetEntryServiceBaseImpl.getJournalArticleFinder()
          Returns the journal article finder.
 JournalArticleFinder AssetEntryLocalServiceBaseImpl.getJournalArticleFinder()
          Returns the journal article finder.
 

Methods in com.liferay.portlet.asset.service.base with parameters of type JournalArticleFinder
 void AssetEntryServiceBaseImpl.setJournalArticleFinder(JournalArticleFinder journalArticleFinder)
          Sets the journal article finder.
 void AssetEntryLocalServiceBaseImpl.setJournalArticleFinder(JournalArticleFinder journalArticleFinder)
          Sets the journal article finder.
 

Uses of JournalArticleFinder in com.liferay.portlet.journal.service.base
 

Fields in com.liferay.portlet.journal.service.base declared as JournalArticleFinder
protected  JournalArticleFinder JournalFolderLocalServiceBaseImpl.journalArticleFinder
           
protected  JournalArticleFinder JournalArticleServiceBaseImpl.journalArticleFinder
           
protected  JournalArticleFinder JournalArticleLocalServiceBaseImpl.journalArticleFinder
           
protected  JournalArticleFinder JournalFolderServiceBaseImpl.journalArticleFinder
           
 

Methods in com.liferay.portlet.journal.service.base that return JournalArticleFinder
 JournalArticleFinder JournalFolderLocalServiceBaseImpl.getJournalArticleFinder()
          Returns the journal article finder.
 JournalArticleFinder JournalArticleServiceBaseImpl.getJournalArticleFinder()
          Returns the journal article finder.
 JournalArticleFinder JournalArticleLocalServiceBaseImpl.getJournalArticleFinder()
          Returns the journal article finder.
 JournalArticleFinder JournalFolderServiceBaseImpl.getJournalArticleFinder()
          Returns the journal article finder.
 

Methods in com.liferay.portlet.journal.service.base with parameters of type JournalArticleFinder
 void JournalFolderLocalServiceBaseImpl.setJournalArticleFinder(JournalArticleFinder journalArticleFinder)
          Sets the journal article finder.
 void JournalArticleServiceBaseImpl.setJournalArticleFinder(JournalArticleFinder journalArticleFinder)
          Sets the journal article finder.
 void JournalArticleLocalServiceBaseImpl.setJournalArticleFinder(JournalArticleFinder journalArticleFinder)
          Sets the journal article finder.
 void JournalFolderServiceBaseImpl.setJournalArticleFinder(JournalArticleFinder journalArticleFinder)
          Sets the journal article finder.
 

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

Methods in com.liferay.portlet.journal.service.persistence that return JournalArticleFinder
static JournalArticleFinder JournalArticleFinderUtil.getFinder()
           
 

Methods in com.liferay.portlet.journal.service.persistence with parameters of type JournalArticleFinder
 void JournalArticleFinderUtil.setFinder(JournalArticleFinder finder)
           
 

Uses of JournalArticleFinder in com.liferay.portlet.journal.service.persistence.impl
 

Classes in com.liferay.portlet.journal.service.persistence.impl that implement JournalArticleFinder
 class JournalArticleFinderImpl
           
 


Liferay 7.0-ce-m3