|
Liferay 6.2.0-ce-b2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.BaseLocalServiceImpl
com.liferay.portlet.polls.service.base.PollsVoteLocalServiceBaseImpl
com.liferay.portlet.polls.service.impl.PollsVoteLocalServiceImpl
public class PollsVoteLocalServiceImpl
| Field Summary |
|---|
| Fields inherited from class com.liferay.portlet.polls.service.base.PollsVoteLocalServiceBaseImpl |
|---|
counterLocalService, persistedModelLocalServiceRegistry, pollsChoiceLocalService, pollsChoicePersistence, pollsChoiceService, pollsQuestionLocalService, pollsQuestionPersistence, pollsQuestionService, pollsVoteLocalService, pollsVotePersistence, pollsVoteService, resourceLocalService, userFinder, userLocalService, userPersistence, userService |
| Fields inherited from class com.liferay.portal.service.BaseLocalServiceImpl |
|---|
layoutPersistence |
| Constructor Summary | |
|---|---|
PollsVoteLocalServiceImpl()
|
|
| Method Summary | |
|---|---|
PollsVote |
addVote(long userId,
long questionId,
long choiceId,
ServiceContext serviceContext)
|
List<PollsVote> |
getChoiceVotes(long choiceId,
int start,
int end)
|
int |
getChoiceVotesCount(long choiceId)
|
List<PollsVote> |
getQuestionVotes(long questionId,
int start,
int end)
|
int |
getQuestionVotesCount(long questionId)
|
PollsVote |
getVote(long questionId,
long userId)
|
| Methods inherited from class com.liferay.portal.service.BaseLocalServiceImpl |
|---|
getClassLoader, getLayoutURL, getLayoutURL |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PollsVoteLocalServiceImpl()
| Method Detail |
|---|
public PollsVote addVote(long userId,
long questionId,
long choiceId,
ServiceContext serviceContext)
throws PortalException,
SystemException
PortalException
SystemException
public List<PollsVote> getChoiceVotes(long choiceId,
int start,
int end)
throws SystemException
SystemException
public int getChoiceVotesCount(long choiceId)
throws SystemException
SystemException
public List<PollsVote> getQuestionVotes(long questionId,
int start,
int end)
throws SystemException
SystemException
public int getQuestionVotesCount(long questionId)
throws SystemException
SystemException
public PollsVote getVote(long questionId,
long userId)
throws PortalException,
SystemException
PortalException
SystemException
|
Liferay 6.2.0-ce-b2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||