Liferay 6.1.2-ce-ga3

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

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

Methods in com.liferay.portlet.polls.service.base with parameters of type PollsChoicePersistence
 void PollsQuestionServiceBaseImpl.setPollsChoicePersistence(PollsChoicePersistence pollsChoicePersistence)
          Sets the polls choice persistence.
 void PollsVoteServiceBaseImpl.setPollsChoicePersistence(PollsChoicePersistence pollsChoicePersistence)
          Sets the polls choice persistence.
 void PollsChoiceLocalServiceBaseImpl.setPollsChoicePersistence(PollsChoicePersistence pollsChoicePersistence)
          Sets the polls choice persistence.
 void PollsVoteLocalServiceBaseImpl.setPollsChoicePersistence(PollsChoicePersistence pollsChoicePersistence)
          Sets the polls choice persistence.
 void PollsQuestionLocalServiceBaseImpl.setPollsChoicePersistence(PollsChoicePersistence pollsChoicePersistence)
          Sets the polls choice persistence.
 void PollsChoiceServiceBaseImpl.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 PollsChoicePersistenceImpl.pollsChoicePersistence
           
protected  PollsChoicePersistence PollsQuestionPersistenceImpl.pollsChoicePersistence
           
protected  PollsChoicePersistence PollsVotePersistenceImpl.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)
          Deprecated.  
 


Liferay 6.1.2-ce-ga3