public class PollsVoteLocalServiceImpl extends PollsVoteLocalServiceBaseImpl
counterLocalService, persistedModelLocalServiceRegistry, pollsChoiceLocalService, pollsChoicePersistence, pollsQuestionFinder, pollsQuestionLocalService, pollsQuestionPersistence, pollsVoteLocalService, pollsVotePersistence, userLocalService, userPersistence| Constructor and Description |
|---|
PollsVoteLocalServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.liferay.polls.model.PollsVote |
addVote(long userId,
long questionId,
long choiceId,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
com.liferay.polls.model.PollsVote |
fetchQuestionUserVote(long questionId,
long userId) |
java.util.List<com.liferay.polls.model.PollsVote> |
getChoiceVotes(long choiceId,
int start,
int end) |
int |
getChoiceVotesCount(long choiceId) |
java.util.List<com.liferay.polls.model.PollsVote> |
getQuestionVotes(long questionId,
int start,
int end) |
int |
getQuestionVotesCount(long questionId) |
addPollsVote, afterPropertiesSet, createPollsVote, deletePersistedModel, deletePollsVote, deletePollsVote, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchPollsVote, fetchPollsVoteByUuidAndGroupId, getActionableDynamicQuery, getCounterLocalService, getExportActionableDynamicQuery, getIndexableActionableDynamicQuery, getModelClass, getModelClassName, getOSGiServiceIdentifier, getPersistedModel, getPollsChoiceLocalService, getPollsChoicePersistence, getPollsQuestionFinder, getPollsQuestionLocalService, getPollsQuestionPersistence, getPollsVote, getPollsVoteByUuidAndGroupId, getPollsVoteLocalService, getPollsVotePersistence, getPollsVotes, getPollsVotesByUuidAndCompanyId, getPollsVotesByUuidAndCompanyId, getPollsVotesCount, getUserLocalService, getUserPersistence, initActionableDynamicQuery, runSQL, setCounterLocalService, setPollsChoiceLocalService, setPollsChoicePersistence, setPollsQuestionFinder, setPollsQuestionLocalService, setPollsQuestionPersistence, setPollsVoteLocalService, setPollsVotePersistence, setUserLocalService, setUserPersistence, updatePollsVotepublic com.liferay.polls.model.PollsVote addVote(long userId,
long questionId,
long choiceId,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.polls.model.PollsVote fetchQuestionUserVote(long questionId,
long userId)
public java.util.List<com.liferay.polls.model.PollsVote> getChoiceVotes(long choiceId,
int start,
int end)
public int getChoiceVotesCount(long choiceId)
public java.util.List<com.liferay.polls.model.PollsVote> getQuestionVotes(long questionId,
int start,
int end)
public int getQuestionVotesCount(long questionId)