Liferay 6.0.5

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

Packages that use PollsVotePersistence
com.liferay.portlet.polls.service.base   
com.liferay.portlet.polls.service.persistence   
 

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

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

Methods in com.liferay.portlet.polls.service.base that return PollsVotePersistence
 PollsVotePersistence PollsVoteServiceBaseImpl.getPollsVotePersistence()
          Gets the polls vote persistence.
 PollsVotePersistence PollsVoteLocalServiceBaseImpl.getPollsVotePersistence()
          Gets the polls vote persistence.
 PollsVotePersistence PollsQuestionServiceBaseImpl.getPollsVotePersistence()
          Gets the polls vote persistence.
 PollsVotePersistence PollsQuestionLocalServiceBaseImpl.getPollsVotePersistence()
          Gets the polls vote persistence.
 PollsVotePersistence PollsChoiceLocalServiceBaseImpl.getPollsVotePersistence()
          Gets the polls vote persistence.
 

Methods in com.liferay.portlet.polls.service.base with parameters of type PollsVotePersistence
 void PollsVoteServiceBaseImpl.setPollsVotePersistence(PollsVotePersistence pollsVotePersistence)
          Sets the polls vote persistence.
 void PollsVoteLocalServiceBaseImpl.setPollsVotePersistence(PollsVotePersistence pollsVotePersistence)
          Sets the polls vote persistence.
 void PollsQuestionServiceBaseImpl.setPollsVotePersistence(PollsVotePersistence pollsVotePersistence)
          Sets the polls vote persistence.
 void PollsQuestionLocalServiceBaseImpl.setPollsVotePersistence(PollsVotePersistence pollsVotePersistence)
          Sets the polls vote persistence.
 void PollsChoiceLocalServiceBaseImpl.setPollsVotePersistence(PollsVotePersistence pollsVotePersistence)
          Sets the polls vote persistence.
 

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

Classes in com.liferay.portlet.polls.service.persistence that implement PollsVotePersistence
 class PollsVotePersistenceImpl
          The persistence implementation for the polls vote service.
 

Fields in com.liferay.portlet.polls.service.persistence declared as PollsVotePersistence
protected  PollsVotePersistence PollsVotePersistenceImpl.pollsVotePersistence
           
protected  PollsVotePersistence PollsQuestionPersistenceImpl.pollsVotePersistence
           
protected  PollsVotePersistence PollsChoicePersistenceImpl.pollsVotePersistence
           
 

Methods in com.liferay.portlet.polls.service.persistence that return PollsVotePersistence
static PollsVotePersistence PollsVoteUtil.getPersistence()
           
 

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


Liferay 6.0.5