com.liferay.portlet.polls.service.impl
Class PollsVoteLocalServiceImpl
java.lang.Object
com.liferay.portlet.polls.service.base.PollsVoteLocalServiceBaseImpl
com.liferay.portlet.polls.service.impl.PollsVoteLocalServiceImpl
- All Implemented Interfaces:
- com.liferay.portlet.polls.service.PollsVoteLocalService
- public class PollsVoteLocalServiceImpl
- extends PollsVoteLocalServiceBaseImpl
View Source
- Author:
- Brian Wing Shun Chan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PollsVoteLocalServiceImpl
public PollsVoteLocalServiceImpl()
addVote
public com.liferay.portlet.polls.model.PollsVote addVote(long userId,
long questionId,
long choiceId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getChoiceVotes
public java.util.List getChoiceVotes(long choiceId,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getChoiceVotesCount
public int getChoiceVotesCount(long choiceId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getVote
public com.liferay.portlet.polls.model.PollsVote getVote(long questionId,
long userId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getQuestionVotes
public java.util.List getQuestionVotes(long questionId,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getQuestionVotesCount
public int getQuestionVotesCount(long questionId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException