Liferay 6.0.5

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

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

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

Fields in com.liferay.portal.service.base declared as PollsQuestionLocalService
protected  PollsQuestionLocalService GroupServiceBaseImpl.pollsQuestionLocalService
           
protected  PollsQuestionLocalService GroupLocalServiceBaseImpl.pollsQuestionLocalService
           
 

Methods in com.liferay.portal.service.base that return PollsQuestionLocalService
 PollsQuestionLocalService GroupServiceBaseImpl.getPollsQuestionLocalService()
          Gets the polls question local service.
 PollsQuestionLocalService GroupLocalServiceBaseImpl.getPollsQuestionLocalService()
          Gets the polls question local service.
 

Methods in com.liferay.portal.service.base with parameters of type PollsQuestionLocalService
 void GroupServiceBaseImpl.setPollsQuestionLocalService(PollsQuestionLocalService pollsQuestionLocalService)
          Sets the polls question local service.
 void GroupLocalServiceBaseImpl.setPollsQuestionLocalService(PollsQuestionLocalService pollsQuestionLocalService)
          Sets the polls question local service.
 

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

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

Methods in com.liferay.portlet.polls.service that return PollsQuestionLocalService
static PollsQuestionLocalService PollsQuestionLocalServiceUtil.getService()
           
 PollsQuestionLocalService PollsQuestionLocalServiceWrapper.getWrappedPollsQuestionLocalService()
           
 

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

Constructors in com.liferay.portlet.polls.service with parameters of type PollsQuestionLocalService
PollsQuestionLocalServiceWrapper(PollsQuestionLocalService pollsQuestionLocalService)
           
 

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

Classes in com.liferay.portlet.polls.service.base that implement PollsQuestionLocalService
 class PollsQuestionLocalServiceBaseImpl
          The base implementation of the polls question local service.
 

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

Methods in com.liferay.portlet.polls.service.base that return PollsQuestionLocalService
 PollsQuestionLocalService PollsVoteServiceBaseImpl.getPollsQuestionLocalService()
          Gets the polls question local service.
 PollsQuestionLocalService PollsVoteLocalServiceBaseImpl.getPollsQuestionLocalService()
          Gets the polls question local service.
 PollsQuestionLocalService PollsQuestionServiceBaseImpl.getPollsQuestionLocalService()
          Gets the polls question local service.
 PollsQuestionLocalService PollsQuestionLocalServiceBaseImpl.getPollsQuestionLocalService()
          Gets the polls question local service.
 PollsQuestionLocalService PollsChoiceLocalServiceBaseImpl.getPollsQuestionLocalService()
          Gets the polls question local service.
 

Methods in com.liferay.portlet.polls.service.base with parameters of type PollsQuestionLocalService
 void PollsVoteServiceBaseImpl.setPollsQuestionLocalService(PollsQuestionLocalService pollsQuestionLocalService)
          Sets the polls question local service.
 void PollsVoteLocalServiceBaseImpl.setPollsQuestionLocalService(PollsQuestionLocalService pollsQuestionLocalService)
          Sets the polls question local service.
 void PollsQuestionServiceBaseImpl.setPollsQuestionLocalService(PollsQuestionLocalService pollsQuestionLocalService)
          Sets the polls question local service.
 void PollsQuestionLocalServiceBaseImpl.setPollsQuestionLocalService(PollsQuestionLocalService pollsQuestionLocalService)
          Sets the polls question local service.
 void PollsChoiceLocalServiceBaseImpl.setPollsQuestionLocalService(PollsQuestionLocalService pollsQuestionLocalService)
          Sets the polls question local service.
 

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

Classes in com.liferay.portlet.polls.service.impl that implement PollsQuestionLocalService
 class PollsQuestionLocalServiceImpl
           
 


Liferay 6.0.5