Liferay 6.0.5

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

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

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

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

Methods in com.liferay.portlet.polls.service.base that return PollsChoiceFinder
 PollsChoiceFinder PollsVoteServiceBaseImpl.getPollsChoiceFinder()
          Gets the polls choice finder.
 PollsChoiceFinder PollsVoteLocalServiceBaseImpl.getPollsChoiceFinder()
          Gets the polls choice finder.
 PollsChoiceFinder PollsQuestionServiceBaseImpl.getPollsChoiceFinder()
          Gets the polls choice finder.
 PollsChoiceFinder PollsQuestionLocalServiceBaseImpl.getPollsChoiceFinder()
          Gets the polls choice finder.
 PollsChoiceFinder PollsChoiceLocalServiceBaseImpl.getPollsChoiceFinder()
          Gets the polls choice finder.
 

Methods in com.liferay.portlet.polls.service.base with parameters of type PollsChoiceFinder
 void PollsVoteServiceBaseImpl.setPollsChoiceFinder(PollsChoiceFinder pollsChoiceFinder)
          Sets the polls choice finder.
 void PollsVoteLocalServiceBaseImpl.setPollsChoiceFinder(PollsChoiceFinder pollsChoiceFinder)
          Sets the polls choice finder.
 void PollsQuestionServiceBaseImpl.setPollsChoiceFinder(PollsChoiceFinder pollsChoiceFinder)
          Sets the polls choice finder.
 void PollsQuestionLocalServiceBaseImpl.setPollsChoiceFinder(PollsChoiceFinder pollsChoiceFinder)
          Sets the polls choice finder.
 void PollsChoiceLocalServiceBaseImpl.setPollsChoiceFinder(PollsChoiceFinder pollsChoiceFinder)
          Sets the polls choice finder.
 

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

Classes in com.liferay.portlet.polls.service.persistence that implement PollsChoiceFinder
 class PollsChoiceFinderImpl
           
 

Methods in com.liferay.portlet.polls.service.persistence that return PollsChoiceFinder
static PollsChoiceFinder PollsChoiceFinderUtil.getFinder()
           
 

Methods in com.liferay.portlet.polls.service.persistence with parameters of type PollsChoiceFinder
 void PollsChoiceFinderUtil.setFinder(PollsChoiceFinder finder)
           
 


Liferay 6.0.5