com.liferay.portlet.polls.service
Class PollsVoteServiceWrapper
java.lang.Object
com.liferay.portlet.polls.service.PollsVoteServiceWrapper
- All Implemented Interfaces:
- ServiceWrapper<PollsVoteService>, PollsVoteService
public class PollsVoteServiceWrapper
- extends Object
- implements PollsVoteService, ServiceWrapper<PollsVoteService>
This class is a wrapper for PollsVoteService
.
- See Also:
PollsVoteService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PollsVoteServiceWrapper
public PollsVoteServiceWrapper(PollsVoteService pollsVoteService)
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()
- Deprecated. Renamed to
getWrappedService()
setWrappedPollsVoteService
public void setWrappedPollsVoteService(PollsVoteService pollsVoteService)
- Deprecated. Renamed to
setWrappedService(com.liferay.portlet.polls.service.PollsVoteService)
getWrappedService
public PollsVoteService getWrappedService()
- Specified by:
getWrappedService
in interface ServiceWrapper<PollsVoteService>
setWrappedService
public void setWrappedService(PollsVoteService pollsVoteService)
- Specified by:
setWrappedService
in interface ServiceWrapper<PollsVoteService>