Liferay 6.1.0

com.liferay.portlet.polls.service
Class PollsVoteServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.polls.service.PollsVoteServiceWrapper
All Implemented Interfaces:
PollsVoteService

public class PollsVoteServiceWrapper
extends Object
implements PollsVoteService

This class is a wrapper for PollsVoteService.

See Also:
PollsVoteService

Constructor Summary
PollsVoteServiceWrapper(PollsVoteService pollsVoteService)
           
 
Method Summary
 PollsVote addVote(long questionId, long choiceId, ServiceContext serviceContext)
           
 PollsVoteService getWrappedPollsVoteService()
           
 void setWrappedPollsVoteService(PollsVoteService pollsVoteService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PollsVoteServiceWrapper

public PollsVoteServiceWrapper(PollsVoteService pollsVoteService)
Method Detail

addVote

public PollsVote addVote(long questionId,
                         long choiceId,
                         ServiceContext serviceContext)
                  throws PortalException,
                         SystemException
Specified by:
addVote in interface PollsVoteService
Throws:
PortalException
SystemException

getWrappedPollsVoteService

public PollsVoteService getWrappedPollsVoteService()

setWrappedPollsVoteService

public void setWrappedPollsVoteService(PollsVoteService pollsVoteService)

Liferay 6.1.0