Liferay 6.0.5

Uses of Interface
com.liferay.portlet.polls.service.PollsQuestionService

Packages that use PollsQuestionService
com.liferay.portal.service.base   
com.liferay.portlet.polls.service   
com.liferay.portlet.polls.service.base   
com.liferay.portlet.polls.service.impl   
 

Uses of PollsQuestionService in com.liferay.portal.service.base
 

Fields in com.liferay.portal.service.base declared as PollsQuestionService
protected  PollsQuestionService GroupServiceBaseImpl.pollsQuestionService
           
protected  PollsQuestionService GroupLocalServiceBaseImpl.pollsQuestionService
           
 

Methods in com.liferay.portal.service.base that return PollsQuestionService
 PollsQuestionService GroupServiceBaseImpl.getPollsQuestionService()
          Gets the polls question remote service.
 PollsQuestionService GroupLocalServiceBaseImpl.getPollsQuestionService()
          Gets the polls question remote service.
 

Methods in com.liferay.portal.service.base with parameters of type PollsQuestionService
 void GroupServiceBaseImpl.setPollsQuestionService(PollsQuestionService pollsQuestionService)
          Sets the polls question remote service.
 void GroupLocalServiceBaseImpl.setPollsQuestionService(PollsQuestionService pollsQuestionService)
          Sets the polls question remote service.
 

Uses of PollsQuestionService in com.liferay.portlet.polls.service
 

Classes in com.liferay.portlet.polls.service that implement PollsQuestionService
 class PollsQuestionServiceWrapper
           This class is a wrapper for PollsQuestionService.
 

Methods in com.liferay.portlet.polls.service that return PollsQuestionService
static PollsQuestionService PollsQuestionServiceUtil.getService()
           
 PollsQuestionService PollsQuestionServiceWrapper.getWrappedPollsQuestionService()
           
 

Methods in com.liferay.portlet.polls.service with parameters of type PollsQuestionService
 void PollsQuestionServiceUtil.setService(PollsQuestionService service)
           
 

Constructors in com.liferay.portlet.polls.service with parameters of type PollsQuestionService
PollsQuestionServiceWrapper(PollsQuestionService pollsQuestionService)
           
 

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

Classes in com.liferay.portlet.polls.service.base that implement PollsQuestionService
 class PollsQuestionServiceBaseImpl
          The base implementation of the polls question remote service.
 

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

Methods in com.liferay.portlet.polls.service.base that return PollsQuestionService
 PollsQuestionService PollsVoteServiceBaseImpl.getPollsQuestionService()
          Gets the polls question remote service.
 PollsQuestionService PollsVoteLocalServiceBaseImpl.getPollsQuestionService()
          Gets the polls question remote service.
 PollsQuestionService PollsQuestionServiceBaseImpl.getPollsQuestionService()
          Gets the polls question remote service.
 PollsQuestionService PollsQuestionLocalServiceBaseImpl.getPollsQuestionService()
          Gets the polls question remote service.
 PollsQuestionService PollsChoiceLocalServiceBaseImpl.getPollsQuestionService()
          Gets the polls question remote service.
 

Methods in com.liferay.portlet.polls.service.base with parameters of type PollsQuestionService
 void PollsVoteServiceBaseImpl.setPollsQuestionService(PollsQuestionService pollsQuestionService)
          Sets the polls question remote service.
 void PollsVoteLocalServiceBaseImpl.setPollsQuestionService(PollsQuestionService pollsQuestionService)
          Sets the polls question remote service.
 void PollsQuestionServiceBaseImpl.setPollsQuestionService(PollsQuestionService pollsQuestionService)
          Sets the polls question remote service.
 void PollsQuestionLocalServiceBaseImpl.setPollsQuestionService(PollsQuestionService pollsQuestionService)
          Sets the polls question remote service.
 void PollsChoiceLocalServiceBaseImpl.setPollsQuestionService(PollsQuestionService pollsQuestionService)
          Sets the polls question remote service.
 

Uses of PollsQuestionService in com.liferay.portlet.polls.service.impl
 

Classes in com.liferay.portlet.polls.service.impl that implement PollsQuestionService
 class PollsQuestionServiceImpl
           
 


Liferay 6.0.5