Liferay 6.2-ce-ga5

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 PollsChoiceServiceBaseImpl.pollsChoicePersistence
           
protected  PollsChoicePersistence PollsChoiceLocalServiceBaseImpl.pollsChoicePersistence
           
protected  PollsChoicePersistence PollsQuestionLocalServiceBaseImpl.pollsChoicePersistence
           
protected  PollsChoicePersistence PollsQuestionServiceBaseImpl.pollsChoicePersistence
           
protected  PollsChoicePersistence PollsVoteLocalServiceBaseImpl.pollsChoicePersistence
           
 

Methods in com.liferay.portlet.polls.service.base that return PollsChoicePersistence
 PollsChoicePersistence PollsVoteServiceBaseImpl.getPollsChoicePersistence()
          Returns the polls choice persistence.
 PollsChoicePersistence PollsChoiceServiceBaseImpl.getPollsChoicePersistence()
          Returns the polls choice persistence.
 PollsChoicePersistence PollsChoiceLocalServiceBaseImpl.getPollsChoicePersistence()
          Returns the polls choice persistence.
 PollsChoicePersistence PollsQuestionLocalServiceBaseImpl.getPollsChoicePersistence()
          Returns the polls choice persistence.
 PollsChoicePersistence PollsQuestionServiceBaseImpl.getPollsChoicePersistence()
          Returns the polls choice persistence.
 PollsChoicePersistence PollsVoteLocalServiceBaseImpl.getPollsChoicePersistence()
          Returns 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 PollsChoiceServiceBaseImpl.setPollsChoicePersistence(PollsChoicePersistence pollsChoicePersistence)
          Sets the polls choice persistence.
 void PollsChoiceLocalServiceBaseImpl.setPollsChoicePersistence(PollsChoicePersistence pollsChoicePersistence)
          Sets the polls choice persistence.
 void PollsQuestionLocalServiceBaseImpl.setPollsChoicePersistence(PollsChoicePersistence pollsChoicePersistence)
          Sets the polls choice persistence.
 void PollsQuestionServiceBaseImpl.setPollsChoicePersistence(PollsChoicePersistence pollsChoicePersistence)
          Sets the polls choice persistence.
 void PollsVoteLocalServiceBaseImpl.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.
 

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


Liferay 6.2-ce-ga5