Liferay 6.0.5

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

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

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

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

Methods in com.liferay.portlet.polls.service.base that return PollsChoicePersistence
 PollsChoicePersistence PollsVoteServiceBaseImpl.getPollsChoicePersistence()
          Gets the polls choice persistence.
 PollsChoicePersistence PollsVoteLocalServiceBaseImpl.getPollsChoicePersistence()
          Gets the polls choice persistence.
 PollsChoicePersistence PollsQuestionServiceBaseImpl.getPollsChoicePersistence()
          Gets the polls choice persistence.
 PollsChoicePersistence PollsQuestionLocalServiceBaseImpl.getPollsChoicePersistence()
          Gets the polls choice persistence.
 PollsChoicePersistence PollsChoiceLocalServiceBaseImpl.getPollsChoicePersistence()
          Gets the polls choice persistence.
 

Methods in com.liferay.portlet.polls.service.base with parameters of type PollsChoicePersistence
 void PollsVoteServiceBaseImpl.setPollsChoicePersistence(PollsChoicePersistence pollsChoicePersistence)
          Sets the polls choice persistence.
 void PollsVoteLocalServiceBaseImpl.setPollsChoicePersistence(PollsChoicePersistence pollsChoicePersistence)
          Sets the polls choice persistence.
 void PollsQuestionServiceBaseImpl.setPollsChoicePersistence(PollsChoicePersistence pollsChoicePersistence)
          Sets the polls choice persistence.
 void PollsQuestionLocalServiceBaseImpl.setPollsChoicePersistence(PollsChoicePersistence pollsChoicePersistence)
          Sets the polls choice persistence.
 void PollsChoiceLocalServiceBaseImpl.setPollsChoicePersistence(PollsChoicePersistence pollsChoicePersistence)
          Sets the polls choice persistence.
 

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

Classes in com.liferay.portlet.polls.service.persistence that implement PollsChoicePersistence
 class PollsChoicePersistenceImpl
          The persistence implementation for the polls choice service.
 

Fields in com.liferay.portlet.polls.service.persistence declared as PollsChoicePersistence
protected  PollsChoicePersistence PollsVotePersistenceImpl.pollsChoicePersistence
           
protected  PollsChoicePersistence PollsQuestionPersistenceImpl.pollsChoicePersistence
           
protected  PollsChoicePersistence PollsChoicePersistenceImpl.pollsChoicePersistence
           
 

Methods in com.liferay.portlet.polls.service.persistence that return PollsChoicePersistence
static PollsChoicePersistence PollsChoiceUtil.getPersistence()
           
 

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


Liferay 6.0.5