Liferay 6.1.2-ce-ga3

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

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

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

Fields in com.liferay.portal.service.base declared as JournalStructurePersistence
protected  JournalStructurePersistence GroupServiceBaseImpl.journalStructurePersistence
           
protected  JournalStructurePersistence GroupLocalServiceBaseImpl.journalStructurePersistence
           
 

Methods in com.liferay.portal.service.base that return JournalStructurePersistence
 JournalStructurePersistence GroupServiceBaseImpl.getJournalStructurePersistence()
          Returns the journal structure persistence.
 JournalStructurePersistence GroupLocalServiceBaseImpl.getJournalStructurePersistence()
          Returns the journal structure persistence.
 

Methods in com.liferay.portal.service.base with parameters of type JournalStructurePersistence
 void GroupServiceBaseImpl.setJournalStructurePersistence(JournalStructurePersistence journalStructurePersistence)
          Sets the journal structure persistence.
 void GroupLocalServiceBaseImpl.setJournalStructurePersistence(JournalStructurePersistence journalStructurePersistence)
          Sets the journal structure persistence.
 

Uses of JournalStructurePersistence in com.liferay.portal.service.persistence
 

Fields in com.liferay.portal.service.persistence declared as JournalStructurePersistence
protected  JournalStructurePersistence GroupPersistenceImpl.journalStructurePersistence
           
 

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

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

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

Methods in com.liferay.portlet.journal.service.base with parameters of type JournalStructurePersistence
 void JournalTemplateServiceBaseImpl.setJournalStructurePersistence(JournalStructurePersistence journalStructurePersistence)
          Sets the journal structure persistence.
 void JournalStructureServiceBaseImpl.setJournalStructurePersistence(JournalStructurePersistence journalStructurePersistence)
          Sets the journal structure persistence.
 void JournalStructureLocalServiceBaseImpl.setJournalStructurePersistence(JournalStructurePersistence journalStructurePersistence)
          Sets the journal structure persistence.
 void JournalFeedServiceBaseImpl.setJournalStructurePersistence(JournalStructurePersistence journalStructurePersistence)
          Sets the journal structure persistence.
 void JournalArticleImageLocalServiceBaseImpl.setJournalStructurePersistence(JournalStructurePersistence journalStructurePersistence)
          Sets the journal structure persistence.
 void JournalContentSearchLocalServiceBaseImpl.setJournalStructurePersistence(JournalStructurePersistence journalStructurePersistence)
          Sets the journal structure persistence.
 void JournalArticleServiceBaseImpl.setJournalStructurePersistence(JournalStructurePersistence journalStructurePersistence)
          Sets the journal structure persistence.
 void JournalFeedLocalServiceBaseImpl.setJournalStructurePersistence(JournalStructurePersistence journalStructurePersistence)
          Sets the journal structure persistence.
 void JournalArticleResourceLocalServiceBaseImpl.setJournalStructurePersistence(JournalStructurePersistence journalStructurePersistence)
          Sets the journal structure persistence.
 void JournalArticleLocalServiceBaseImpl.setJournalStructurePersistence(JournalStructurePersistence journalStructurePersistence)
          Sets the journal structure persistence.
 void JournalTemplateLocalServiceBaseImpl.setJournalStructurePersistence(JournalStructurePersistence journalStructurePersistence)
          Sets the journal structure persistence.
 

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

Classes in com.liferay.portlet.journal.service.persistence that implement JournalStructurePersistence
 class JournalStructurePersistenceImpl
          The persistence implementation for the journal structure service.
 

Fields in com.liferay.portlet.journal.service.persistence declared as JournalStructurePersistence
protected  JournalStructurePersistence JournalContentSearchPersistenceImpl.journalStructurePersistence
           
protected  JournalStructurePersistence JournalArticleImagePersistenceImpl.journalStructurePersistence
           
protected  JournalStructurePersistence JournalTemplatePersistenceImpl.journalStructurePersistence
           
protected  JournalStructurePersistence JournalStructurePersistenceImpl.journalStructurePersistence
           
protected  JournalStructurePersistence JournalArticlePersistenceImpl.journalStructurePersistence
           
protected  JournalStructurePersistence JournalFeedPersistenceImpl.journalStructurePersistence
           
protected  JournalStructurePersistence JournalArticleResourcePersistenceImpl.journalStructurePersistence
           
 

Methods in com.liferay.portlet.journal.service.persistence that return JournalStructurePersistence
static JournalStructurePersistence JournalStructureUtil.getPersistence()
           
 

Methods in com.liferay.portlet.journal.service.persistence with parameters of type JournalStructurePersistence
 void JournalStructureUtil.setPersistence(JournalStructurePersistence persistence)
          Deprecated.  
 


Liferay 6.1.2-ce-ga3