Liferay 6.2-ce-ga5

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

Packages that use PollsVoteService
com.liferay.portlet.polls.service   
 

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

Classes in com.liferay.portlet.polls.service that implement PollsVoteService
 class PollsVoteServiceWrapper
          Provides a wrapper for PollsVoteService.
 

Methods in com.liferay.portlet.polls.service that return PollsVoteService
static PollsVoteService PollsVoteServiceUtil.getService()
           
 PollsVoteService PollsVoteServiceWrapper.getWrappedPollsVoteService()
          Deprecated. As of 6.1.0, replaced by PollsVoteServiceWrapper.getWrappedService()
 PollsVoteService PollsVoteServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.polls.service with parameters of type PollsVoteService
 void PollsVoteServiceUtil.setService(PollsVoteService service)
          Deprecated. As of 6.2.0
 void PollsVoteServiceWrapper.setWrappedPollsVoteService(PollsVoteService pollsVoteService)
          Deprecated. As of 6.1.0, replaced by PollsVoteServiceWrapper.setWrappedService(com.liferay.portlet.polls.service.PollsVoteService)
 void PollsVoteServiceWrapper.setWrappedService(PollsVoteService pollsVoteService)
           
 

Constructors in com.liferay.portlet.polls.service with parameters of type PollsVoteService
PollsVoteServiceWrapper(PollsVoteService pollsVoteService)
           
 


Liferay 6.2-ce-ga5