com.liferay.portlet.polls.service
Interface PollsVoteLocalService
public interface PollsVoteLocalService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This interface defines the service. The default implementation is
com.liferay.portlet.polls.service.impl.PollsVoteLocalServiceImpl.
Modify methods in that class and rerun ServiceBuilder to populate this class
and all other generated classes.
This is a local service. Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.
- Author:
- Brian Wing Shun Chan
- See Also:
PollsVoteLocalServiceFactory,
PollsVoteLocalServiceUtil
addPollsVote
PollsVote addPollsVote(PollsVote pollsVote)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
deletePollsVote
void deletePollsVote(long voteId)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
deletePollsVote
void deletePollsVote(PollsVote pollsVote)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
dynamicQuery
java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
dynamicQuery
java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getPollsVote
PollsVote getPollsVote(long voteId)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
updatePollsVote
PollsVote updatePollsVote(PollsVote pollsVote)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
addVote
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
java.util.List<PollsVote> getChoiceVotes(long choiceId,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getChoiceVotesCount
int getChoiceVotesCount(long choiceId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getVote
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
java.util.List<PollsVote> getQuestionVotes(long questionId,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getQuestionVotesCount
int getQuestionVotesCount(long questionId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException