Liferay 7.0-ce-m3

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

Packages that use JournalFeedPersistence
com.liferay.portlet.journal.service.base   
com.liferay.portlet.journal.service.persistence   
com.liferay.portlet.journal.service.persistence.impl   
 

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

Fields in com.liferay.portlet.journal.service.base declared as JournalFeedPersistence
protected  JournalFeedPersistence JournalFeedLocalServiceBaseImpl.journalFeedPersistence
           
protected  JournalFeedPersistence JournalFeedServiceBaseImpl.journalFeedPersistence
           
 

Methods in com.liferay.portlet.journal.service.base that return JournalFeedPersistence
 JournalFeedPersistence JournalFeedLocalServiceBaseImpl.getJournalFeedPersistence()
          Returns the journal feed persistence.
 JournalFeedPersistence JournalFeedServiceBaseImpl.getJournalFeedPersistence()
          Returns the journal feed persistence.
 

Methods in com.liferay.portlet.journal.service.base with parameters of type JournalFeedPersistence
 void JournalFeedLocalServiceBaseImpl.setJournalFeedPersistence(JournalFeedPersistence journalFeedPersistence)
          Sets the journal feed persistence.
 void JournalFeedServiceBaseImpl.setJournalFeedPersistence(JournalFeedPersistence journalFeedPersistence)
          Sets the journal feed persistence.
 

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

Methods in com.liferay.portlet.journal.service.persistence that return JournalFeedPersistence
static JournalFeedPersistence JournalFeedUtil.getPersistence()
           
 

Methods in com.liferay.portlet.journal.service.persistence with parameters of type JournalFeedPersistence
 void JournalFeedUtil.setPersistence(JournalFeedPersistence persistence)
          Deprecated. As of 6.2.0
 

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

Classes in com.liferay.portlet.journal.service.persistence.impl that implement JournalFeedPersistence
 class JournalFeedPersistenceImpl
          The persistence implementation for the journal feed service.
 


Liferay 7.0-ce-m3