Liferay 6.0.4

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

Packages that use JournalArticleFinder
com.liferay.portal.service.base   
com.liferay.portlet.asset.service.base   
com.liferay.portlet.journal.service.base   
com.liferay.portlet.journal.service.persistence   
 

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

Fields in com.liferay.portal.service.base declared as JournalArticleFinder
protected  JournalArticleFinder GroupServiceBaseImpl.journalArticleFinder
           
protected  JournalArticleFinder GroupLocalServiceBaseImpl.journalArticleFinder
           
 

Methods in com.liferay.portal.service.base that return JournalArticleFinder
 JournalArticleFinder GroupServiceBaseImpl.getJournalArticleFinder()
           
 JournalArticleFinder GroupLocalServiceBaseImpl.getJournalArticleFinder()
           
 

Methods in com.liferay.portal.service.base with parameters of type JournalArticleFinder
 void GroupServiceBaseImpl.setJournalArticleFinder(JournalArticleFinder journalArticleFinder)
           
 void GroupLocalServiceBaseImpl.setJournalArticleFinder(JournalArticleFinder journalArticleFinder)
           
 

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()
           
 JournalArticleFinder AssetEntryLocalServiceBaseImpl.getJournalArticleFinder()
           
 

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

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

Fields in com.liferay.portlet.journal.service.base declared as JournalArticleFinder
protected  JournalArticleFinder JournalTemplateServiceBaseImpl.journalArticleFinder
           
protected  JournalArticleFinder JournalTemplateLocalServiceBaseImpl.journalArticleFinder
           
protected  JournalArticleFinder JournalStructureServiceBaseImpl.journalArticleFinder
           
protected  JournalArticleFinder JournalStructureLocalServiceBaseImpl.journalArticleFinder
           
protected  JournalArticleFinder JournalFeedServiceBaseImpl.journalArticleFinder
           
protected  JournalArticleFinder JournalFeedLocalServiceBaseImpl.journalArticleFinder
           
protected  JournalArticleFinder JournalContentSearchLocalServiceBaseImpl.journalArticleFinder
           
protected  JournalArticleFinder JournalArticleServiceBaseImpl.journalArticleFinder
           
protected  JournalArticleFinder JournalArticleResourceLocalServiceBaseImpl.journalArticleFinder
           
protected  JournalArticleFinder JournalArticleLocalServiceBaseImpl.journalArticleFinder
           
protected  JournalArticleFinder JournalArticleImageLocalServiceBaseImpl.journalArticleFinder
           
 

Methods in com.liferay.portlet.journal.service.base that return JournalArticleFinder
 JournalArticleFinder JournalTemplateServiceBaseImpl.getJournalArticleFinder()
           
 JournalArticleFinder JournalTemplateLocalServiceBaseImpl.getJournalArticleFinder()
           
 JournalArticleFinder JournalStructureServiceBaseImpl.getJournalArticleFinder()
           
 JournalArticleFinder JournalStructureLocalServiceBaseImpl.getJournalArticleFinder()
           
 JournalArticleFinder JournalFeedServiceBaseImpl.getJournalArticleFinder()
           
 JournalArticleFinder JournalFeedLocalServiceBaseImpl.getJournalArticleFinder()
           
 JournalArticleFinder JournalContentSearchLocalServiceBaseImpl.getJournalArticleFinder()
           
 JournalArticleFinder JournalArticleServiceBaseImpl.getJournalArticleFinder()
           
 JournalArticleFinder JournalArticleResourceLocalServiceBaseImpl.getJournalArticleFinder()
           
 JournalArticleFinder JournalArticleLocalServiceBaseImpl.getJournalArticleFinder()
           
 JournalArticleFinder JournalArticleImageLocalServiceBaseImpl.getJournalArticleFinder()
           
 

Methods in com.liferay.portlet.journal.service.base with parameters of type JournalArticleFinder
 void JournalTemplateServiceBaseImpl.setJournalArticleFinder(JournalArticleFinder journalArticleFinder)
           
 void JournalTemplateLocalServiceBaseImpl.setJournalArticleFinder(JournalArticleFinder journalArticleFinder)
           
 void JournalStructureServiceBaseImpl.setJournalArticleFinder(JournalArticleFinder journalArticleFinder)
           
 void JournalStructureLocalServiceBaseImpl.setJournalArticleFinder(JournalArticleFinder journalArticleFinder)
           
 void JournalFeedServiceBaseImpl.setJournalArticleFinder(JournalArticleFinder journalArticleFinder)
           
 void JournalFeedLocalServiceBaseImpl.setJournalArticleFinder(JournalArticleFinder journalArticleFinder)
           
 void JournalContentSearchLocalServiceBaseImpl.setJournalArticleFinder(JournalArticleFinder journalArticleFinder)
           
 void JournalArticleServiceBaseImpl.setJournalArticleFinder(JournalArticleFinder journalArticleFinder)
           
 void JournalArticleResourceLocalServiceBaseImpl.setJournalArticleFinder(JournalArticleFinder journalArticleFinder)
           
 void JournalArticleLocalServiceBaseImpl.setJournalArticleFinder(JournalArticleFinder journalArticleFinder)
           
 void JournalArticleImageLocalServiceBaseImpl.setJournalArticleFinder(JournalArticleFinder journalArticleFinder)
           
 

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

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

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)
           
 


Liferay 6.0.4