Liferay 6.0.5

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()
          Gets the polls question persistence.
 PollsQuestionPersistence GroupLocalServiceBaseImpl.getPollsQuestionPersistence()
          Gets the polls question persistence.
 

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

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()
          Gets the polls question persistence.
 PollsQuestionPersistence PollsVoteLocalServiceBaseImpl.getPollsQuestionPersistence()
          Gets the polls question persistence.
 PollsQuestionPersistence PollsQuestionServiceBaseImpl.getPollsQuestionPersistence()
          Gets the polls question persistence.
 PollsQuestionPersistence PollsQuestionLocalServiceBaseImpl.getPollsQuestionPersistence()
          Gets the polls question persistence.
 PollsQuestionPersistence PollsChoiceLocalServiceBaseImpl.getPollsQuestionPersistence()
          Gets the polls question persistence.
 

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

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 implementation 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.5