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 java.lang.Object
implements PollsVoteService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for PollsVoteService.

Author:
Brian Wing Shun Chan
See Also:
PollsVoteService
Generated:

Constructor Summary
PollsVoteServiceWrapper(PollsVoteService pollsVoteService)
           
 
Method Summary
 PollsVote addVote(long questionId, long choiceId)
           
 PollsVoteService getWrappedPollsVoteService()
           
 
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)
                  throws com.liferay.portal.PortalException,
                         com.liferay.portal.SystemException
Specified by:
addVote in interface PollsVoteService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getWrappedPollsVoteService

public PollsVoteService getWrappedPollsVoteService()