Liferay 6.2-ce-ga5

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 PollsChoiceServiceBaseImpl.pollsVotePersistence
           
protected  PollsVotePersistence PollsChoiceLocalServiceBaseImpl.pollsVotePersistence
           
protected  PollsVotePersistence PollsQuestionLocalServiceBaseImpl.pollsVotePersistence
           
protected  PollsVotePersistence PollsQuestionServiceBaseImpl.pollsVotePersistence
           
protected  PollsVotePersistence PollsVoteLocalServiceBaseImpl.pollsVotePersistence
           
 

Methods in com.liferay.portlet.polls.service.base that return PollsVotePersistence
 PollsVotePersistence PollsVoteServiceBaseImpl.getPollsVotePersistence()
          Returns the polls vote persistence.
 PollsVotePersistence PollsChoiceServiceBaseImpl.getPollsVotePersistence()
          Returns the polls vote persistence.
 PollsVotePersistence PollsChoiceLocalServiceBaseImpl.getPollsVotePersistence()
          Returns the polls vote persistence.
 PollsVotePersistence PollsQuestionLocalServiceBaseImpl.getPollsVotePersistence()
          Returns the polls vote persistence.
 PollsVotePersistence PollsQuestionServiceBaseImpl.getPollsVotePersistence()
          Returns the polls vote persistence.
 PollsVotePersistence PollsVoteLocalServiceBaseImpl.getPollsVotePersistence()
          Returns 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 PollsChoiceServiceBaseImpl.setPollsVotePersistence(PollsVotePersistence pollsVotePersistence)
          Sets the polls vote persistence.
 void PollsChoiceLocalServiceBaseImpl.setPollsVotePersistence(PollsVotePersistence pollsVotePersistence)
          Sets the polls vote persistence.
 void PollsQuestionLocalServiceBaseImpl.setPollsVotePersistence(PollsVotePersistence pollsVotePersistence)
          Sets the polls vote persistence.
 void PollsQuestionServiceBaseImpl.setPollsVotePersistence(PollsVotePersistence pollsVotePersistence)
          Sets the polls vote persistence.
 void PollsVoteLocalServiceBaseImpl.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.
 

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)
          Deprecated. As of 6.2.0
 


Liferay 6.2-ce-ga5