Liferay 6.1.0

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

Packages that use PollsQuestionLocalService
com.liferay.portlet.polls.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)
           
 void PollsQuestionLocalServiceWrapper.setWrappedPollsQuestionLocalService(PollsQuestionLocalService pollsQuestionLocalService)
           
 

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


Liferay 6.1.0