com.liferay.portlet.polls.service.impl
Class PollsVoteServiceImpl
java.lang.Object
com.liferay.portal.service.base.PrincipalBean
com.liferay.portlet.polls.service.base.PollsVoteServiceBaseImpl
com.liferay.portlet.polls.service.impl.PollsVoteServiceImpl
- All Implemented Interfaces:
- PollsVoteService
public class PollsVoteServiceImpl
- extends PollsVoteServiceBaseImpl
Fields inherited from class com.liferay.portlet.polls.service.base.PollsVoteServiceBaseImpl |
counterLocalService, pollsChoiceFinder, pollsChoiceLocalService, pollsChoicePersistence, pollsQuestionLocalService, pollsQuestionPersistence, pollsQuestionService, pollsVoteLocalService, pollsVotePersistence, pollsVoteService, resourceFinder, resourceLocalService, resourcePersistence, resourceService, userFinder, userLocalService, userPersistence, userService |
Methods inherited from class com.liferay.portlet.polls.service.base.PollsVoteServiceBaseImpl |
getCounterLocalService, getPollsChoiceFinder, getPollsChoiceLocalService, getPollsChoicePersistence, getPollsQuestionLocalService, getPollsQuestionPersistence, getPollsQuestionService, getPollsVoteLocalService, getPollsVotePersistence, getPollsVoteService, getResourceFinder, getResourceLocalService, getResourcePersistence, getResourceService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setCounterLocalService, setPollsChoiceFinder, setPollsChoiceLocalService, setPollsChoicePersistence, setPollsQuestionLocalService, setPollsQuestionPersistence, setPollsQuestionService, setPollsVoteLocalService, setPollsVotePersistence, setPollsVoteService, setResourceFinder, setResourceLocalService, setResourcePersistence, setResourceService, setUserFinder, setUserLocalService, setUserPersistence, setUserService |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PollsVoteServiceImpl
public PollsVoteServiceImpl()
addVote
public PollsVote addVote(long questionId,
long choiceId,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException