@ProviderType @AccessControlled @JSONWebService @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface PollsVoteService extends BaseService
PollsVoteServiceUtil,
com.liferay.portlet.polls.service.base.PollsVoteServiceBaseImpl,
com.liferay.portlet.polls.service.impl.PollsVoteServiceImpl| Modifier and Type | Method and Description |
|---|---|
PollsVote |
addVote(long questionId,
long choiceId,
ServiceContext serviceContext) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
java.lang.String getBeanIdentifier()
void setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this beanPollsVote addVote(long questionId, long choiceId, ServiceContext serviceContext) throws PortalException, SystemException
PortalExceptionSystemException