Liferay 6.0.4

Uses of Interface
com.liferay.portlet.polls.service.persistence.PollsQuestionPersistence

Packages that use PollsQuestionPersistence
com.liferay.portal.service.base   
com.liferay.portal.service.persistence   
com.liferay.portlet.polls.service.base   
com.liferay.portlet.polls.service.persistence   
 

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

Fields in com.liferay.portal.service.base declared as PollsQuestionPersistence
protected  PollsQuestionPersistence GroupServiceBaseImpl.pollsQuestionPersistence
           
protected  PollsQuestionPersistence GroupLocalServiceBaseImpl.pollsQuestionPersistence
           
 

Methods in com.liferay.portal.service.base that return PollsQuestionPersistence
 PollsQuestionPersistence GroupServiceBaseImpl.getPollsQuestionPersistence()
           
 PollsQuestionPersistence GroupLocalServiceBaseImpl.getPollsQuestionPersistence()
           
 

Methods in com.liferay.portal.service.base with parameters of type PollsQuestionPersistence
 void GroupServiceBaseImpl.setPollsQuestionPersistence(PollsQuestionPersistence pollsQuestionPersistence)
           
 void GroupLocalServiceBaseImpl.setPollsQuestionPersistence(PollsQuestionPersistence pollsQuestionPersistence)
           
 

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

Fields in com.liferay.portal.service.persistence declared as PollsQuestionPersistence
protected  PollsQuestionPersistence GroupPersistenceImpl.pollsQuestionPersistence
           
 

Uses of PollsQuestionPersistence in com.liferay.portlet.polls.service.base
 

Fields in com.liferay.portlet.polls.service.base declared as PollsQuestionPersistence
protected  PollsQuestionPersistence PollsVoteServiceBaseImpl.pollsQuestionPersistence
           
protected  PollsQuestionPersistence PollsVoteLocalServiceBaseImpl.pollsQuestionPersistence
           
protected  PollsQuestionPersistence PollsQuestionServiceBaseImpl.pollsQuestionPersistence
           
protected  PollsQuestionPersistence PollsQuestionLocalServiceBaseImpl.pollsQuestionPersistence
           
protected  PollsQuestionPersistence PollsChoiceLocalServiceBaseImpl.pollsQuestionPersistence
           
 

Methods in com.liferay.portlet.polls.service.base that return PollsQuestionPersistence
 PollsQuestionPersistence PollsVoteServiceBaseImpl.getPollsQuestionPersistence()
           
 PollsQuestionPersistence PollsVoteLocalServiceBaseImpl.getPollsQuestionPersistence()
           
 PollsQuestionPersistence PollsQuestionServiceBaseImpl.getPollsQuestionPersistence()
           
 PollsQuestionPersistence PollsQuestionLocalServiceBaseImpl.getPollsQuestionPersistence()
           
 PollsQuestionPersistence PollsChoiceLocalServiceBaseImpl.getPollsQuestionPersistence()
           
 

Methods in com.liferay.portlet.polls.service.base with parameters of type PollsQuestionPersistence
 void PollsVoteServiceBaseImpl.setPollsQuestionPersistence(PollsQuestionPersistence pollsQuestionPersistence)
           
 void PollsVoteLocalServiceBaseImpl.setPollsQuestionPersistence(PollsQuestionPersistence pollsQuestionPersistence)
           
 void PollsQuestionServiceBaseImpl.setPollsQuestionPersistence(PollsQuestionPersistence pollsQuestionPersistence)
           
 void PollsQuestionLocalServiceBaseImpl.setPollsQuestionPersistence(PollsQuestionPersistence pollsQuestionPersistence)
           
 void PollsChoiceLocalServiceBaseImpl.setPollsQuestionPersistence(PollsQuestionPersistence pollsQuestionPersistence)
           
 

Uses of PollsQuestionPersistence in com.liferay.portlet.polls.service.persistence
 

Classes in com.liferay.portlet.polls.service.persistence that implement PollsQuestionPersistence
 class PollsQuestionPersistenceImpl
          The persistence for the polls question service.
 

Fields in com.liferay.portlet.polls.service.persistence declared as PollsQuestionPersistence
protected  PollsQuestionPersistence PollsVotePersistenceImpl.pollsQuestionPersistence
           
protected  PollsQuestionPersistence PollsQuestionPersistenceImpl.pollsQuestionPersistence
           
protected  PollsQuestionPersistence PollsChoicePersistenceImpl.pollsQuestionPersistence
           
 

Methods in com.liferay.portlet.polls.service.persistence that return PollsQuestionPersistence
static PollsQuestionPersistence PollsQuestionUtil.getPersistence()
           
 

Methods in com.liferay.portlet.polls.service.persistence with parameters of type PollsQuestionPersistence
 void PollsQuestionUtil.setPersistence(PollsQuestionPersistence persistence)
           
 


Liferay 6.0.4