Liferay 6.1.2-ce-ga3

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

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

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

Fields in com.liferay.portal.service.base declared as JournalStructureFinder
protected  JournalStructureFinder GroupServiceBaseImpl.journalStructureFinder
           
protected  JournalStructureFinder GroupLocalServiceBaseImpl.journalStructureFinder
           
 

Methods in com.liferay.portal.service.base that return JournalStructureFinder
 JournalStructureFinder GroupServiceBaseImpl.getJournalStructureFinder()
          Returns the journal structure finder.
 JournalStructureFinder GroupLocalServiceBaseImpl.getJournalStructureFinder()
          Returns the journal structure finder.
 

Methods in com.liferay.portal.service.base with parameters of type JournalStructureFinder
 void GroupServiceBaseImpl.setJournalStructureFinder(JournalStructureFinder journalStructureFinder)
          Sets the journal structure finder.
 void GroupLocalServiceBaseImpl.setJournalStructureFinder(JournalStructureFinder journalStructureFinder)
          Sets the journal structure finder.
 

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

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

Methods in com.liferay.portlet.journal.service.base that return JournalStructureFinder
 JournalStructureFinder JournalTemplateServiceBaseImpl.getJournalStructureFinder()
          Returns the journal structure finder.
 JournalStructureFinder JournalStructureServiceBaseImpl.getJournalStructureFinder()
          Returns the journal structure finder.
 JournalStructureFinder JournalStructureLocalServiceBaseImpl.getJournalStructureFinder()
          Returns the journal structure finder.
 JournalStructureFinder JournalFeedServiceBaseImpl.getJournalStructureFinder()
          Returns the journal structure finder.
 JournalStructureFinder JournalArticleImageLocalServiceBaseImpl.getJournalStructureFinder()
          Returns the journal structure finder.
 JournalStructureFinder JournalContentSearchLocalServiceBaseImpl.getJournalStructureFinder()
          Returns the journal structure finder.
 JournalStructureFinder JournalArticleServiceBaseImpl.getJournalStructureFinder()
          Returns the journal structure finder.
 JournalStructureFinder JournalFeedLocalServiceBaseImpl.getJournalStructureFinder()
          Returns the journal structure finder.
 JournalStructureFinder JournalArticleResourceLocalServiceBaseImpl.getJournalStructureFinder()
          Returns the journal structure finder.
 JournalStructureFinder JournalArticleLocalServiceBaseImpl.getJournalStructureFinder()
          Returns the journal structure finder.
 JournalStructureFinder JournalTemplateLocalServiceBaseImpl.getJournalStructureFinder()
          Returns the journal structure finder.
 

Methods in com.liferay.portlet.journal.service.base with parameters of type JournalStructureFinder
 void JournalTemplateServiceBaseImpl.setJournalStructureFinder(JournalStructureFinder journalStructureFinder)
          Sets the journal structure finder.
 void JournalStructureServiceBaseImpl.setJournalStructureFinder(JournalStructureFinder journalStructureFinder)
          Sets the journal structure finder.
 void JournalStructureLocalServiceBaseImpl.setJournalStructureFinder(JournalStructureFinder journalStructureFinder)
          Sets the journal structure finder.
 void JournalFeedServiceBaseImpl.setJournalStructureFinder(JournalStructureFinder journalStructureFinder)
          Sets the journal structure finder.
 void JournalArticleImageLocalServiceBaseImpl.setJournalStructureFinder(JournalStructureFinder journalStructureFinder)
          Sets the journal structure finder.
 void JournalContentSearchLocalServiceBaseImpl.setJournalStructureFinder(JournalStructureFinder journalStructureFinder)
          Sets the journal structure finder.
 void JournalArticleServiceBaseImpl.setJournalStructureFinder(JournalStructureFinder journalStructureFinder)
          Sets the journal structure finder.
 void JournalFeedLocalServiceBaseImpl.setJournalStructureFinder(JournalStructureFinder journalStructureFinder)
          Sets the journal structure finder.
 void JournalArticleResourceLocalServiceBaseImpl.setJournalStructureFinder(JournalStructureFinder journalStructureFinder)
          Sets the journal structure finder.
 void JournalArticleLocalServiceBaseImpl.setJournalStructureFinder(JournalStructureFinder journalStructureFinder)
          Sets the journal structure finder.
 void JournalTemplateLocalServiceBaseImpl.setJournalStructureFinder(JournalStructureFinder journalStructureFinder)
          Sets the journal structure finder.
 

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

Classes in com.liferay.portlet.journal.service.persistence that implement JournalStructureFinder
 class JournalStructureFinderImpl
           
 

Methods in com.liferay.portlet.journal.service.persistence that return JournalStructureFinder
static JournalStructureFinder JournalStructureFinderUtil.getFinder()
           
 

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


Liferay 6.1.2-ce-ga3