Liferay 6.1.10-ee-ga1

com.liferay.portlet.polls.service
Interface PollsVoteService

All Known Implementing Classes:
PollsVoteServiceBaseImpl, PollsVoteServiceImpl, 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, PollsVoteServiceBaseImpl, PollsVoteServiceImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Method Summary
 PollsVote addVote(long questionId, long choiceId, ServiceContext serviceContext)
           
 

Method Detail

addVote

PollsVote addVote(long questionId,
                  long choiceId,
                  ServiceContext serviceContext)
                  throws PortalException,
                         SystemException
Throws:
PortalException
SystemException

Liferay 6.1.10-ee-ga1