com.liferay.portlet.polls.service
Interface PollsVoteService
- All Known Implementing Classes:
- PollsVoteServiceWrapper
@JSONWebService
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface PollsVoteService
The interface for the polls vote remote service.
This is a remote service. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
- See Also:
PollsVoteServiceUtil
,
com.liferay.portlet.polls.service.base.PollsVoteServiceBaseImpl
,
com.liferay.portlet.polls.service.impl.PollsVoteServiceImpl
addVote
PollsVote addVote(long questionId,
long choiceId,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException