com.liferay.portlet.polls.service
Interface PollsVoteService
- All Known Implementing Classes:
- PollsVoteServiceWrapper
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface PollsVoteService
The interface for the polls vote remote service.
Never modify or reference this interface directly. Always use PollsVoteServiceUtil to access the polls vote remote service. Add custom service methods to com.liferay.portlet.polls.service.impl.PollsVoteServiceImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.
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.
- Author:
- Brian Wing Shun Chan
- See Also:
PollsVoteServiceUtil,
com.liferay.portlet.polls.service.base.PollsVoteServiceBaseImpl,
com.liferay.portlet.polls.service.impl.PollsVoteServiceImpl- Generated:
addVote
PollsVote addVote(long questionId,
long choiceId,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException