com.liferay.portlet.polls.service.base
Class PollsVoteLocalServiceBaseImpl
java.lang.Object
com.liferay.portlet.polls.service.base.PollsVoteLocalServiceBaseImpl
- All Implemented Interfaces:
- com.liferay.portlet.polls.service.PollsVoteLocalService, org.springframework.beans.factory.InitializingBean
- Direct Known Subclasses:
- PollsVoteLocalServiceImpl
public abstract class PollsVoteLocalServiceBaseImpl
- extends java.lang.Object
- implements com.liferay.portlet.polls.service.PollsVoteLocalService, org.springframework.beans.factory.InitializingBean
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 |
Methods inherited from interface com.liferay.portlet.polls.service.PollsVoteLocalService |
addVote, getChoiceVotes, getChoiceVotesCount, getQuestionVotes, getQuestionVotesCount, getVote |
pollsChoiceLocalService
protected com.liferay.portlet.polls.service.PollsChoiceLocalService pollsChoiceLocalService
pollsChoicePersistence
protected com.liferay.portlet.polls.service.persistence.PollsChoicePersistence pollsChoicePersistence
pollsChoiceFinder
protected com.liferay.portlet.polls.service.persistence.PollsChoiceFinder pollsChoiceFinder
pollsQuestionLocalService
protected com.liferay.portlet.polls.service.PollsQuestionLocalService pollsQuestionLocalService
pollsQuestionService
protected com.liferay.portlet.polls.service.PollsQuestionService pollsQuestionService
pollsQuestionPersistence
protected com.liferay.portlet.polls.service.persistence.PollsQuestionPersistence pollsQuestionPersistence
pollsVotePersistence
protected com.liferay.portlet.polls.service.persistence.PollsVotePersistence pollsVotePersistence
counterLocalService
protected com.liferay.counter.service.CounterLocalService counterLocalService
counterService
protected com.liferay.counter.service.CounterService counterService
PollsVoteLocalServiceBaseImpl
public PollsVoteLocalServiceBaseImpl()
addPollsVote
public com.liferay.portlet.polls.model.PollsVote addPollsVote(com.liferay.portlet.polls.model.PollsVote pollsVote)
throws com.liferay.portal.SystemException
- Specified by:
addPollsVote
in interface com.liferay.portlet.polls.service.PollsVoteLocalService
- Throws:
com.liferay.portal.SystemException
deletePollsVote
public void deletePollsVote(long voteId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deletePollsVote
in interface com.liferay.portlet.polls.service.PollsVoteLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deletePollsVote
public void deletePollsVote(com.liferay.portlet.polls.model.PollsVote pollsVote)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deletePollsVote
in interface com.liferay.portlet.polls.service.PollsVoteLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
dynamicQuery
public java.util.List<com.liferay.portlet.polls.model.PollsVote> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface com.liferay.portlet.polls.service.PollsVoteLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List<com.liferay.portlet.polls.model.PollsVote> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface com.liferay.portlet.polls.service.PollsVoteLocalService
- Throws:
com.liferay.portal.SystemException
updatePollsVote
public com.liferay.portlet.polls.model.PollsVote updatePollsVote(com.liferay.portlet.polls.model.PollsVote pollsVote)
throws com.liferay.portal.SystemException
- Specified by:
updatePollsVote
in interface com.liferay.portlet.polls.service.PollsVoteLocalService
- Throws:
com.liferay.portal.SystemException
getPollsChoiceLocalService
public com.liferay.portlet.polls.service.PollsChoiceLocalService getPollsChoiceLocalService()
setPollsChoiceLocalService
public void setPollsChoiceLocalService(com.liferay.portlet.polls.service.PollsChoiceLocalService pollsChoiceLocalService)
getPollsChoicePersistence
public com.liferay.portlet.polls.service.persistence.PollsChoicePersistence getPollsChoicePersistence()
setPollsChoicePersistence
public void setPollsChoicePersistence(com.liferay.portlet.polls.service.persistence.PollsChoicePersistence pollsChoicePersistence)
getPollsChoiceFinder
public com.liferay.portlet.polls.service.persistence.PollsChoiceFinder getPollsChoiceFinder()
setPollsChoiceFinder
public void setPollsChoiceFinder(com.liferay.portlet.polls.service.persistence.PollsChoiceFinder pollsChoiceFinder)
getPollsQuestionLocalService
public com.liferay.portlet.polls.service.PollsQuestionLocalService getPollsQuestionLocalService()
setPollsQuestionLocalService
public void setPollsQuestionLocalService(com.liferay.portlet.polls.service.PollsQuestionLocalService pollsQuestionLocalService)
getPollsQuestionService
public com.liferay.portlet.polls.service.PollsQuestionService getPollsQuestionService()
setPollsQuestionService
public void setPollsQuestionService(com.liferay.portlet.polls.service.PollsQuestionService pollsQuestionService)
getPollsQuestionPersistence
public com.liferay.portlet.polls.service.persistence.PollsQuestionPersistence getPollsQuestionPersistence()
setPollsQuestionPersistence
public void setPollsQuestionPersistence(com.liferay.portlet.polls.service.persistence.PollsQuestionPersistence pollsQuestionPersistence)
getPollsVotePersistence
public com.liferay.portlet.polls.service.persistence.PollsVotePersistence getPollsVotePersistence()
setPollsVotePersistence
public void setPollsVotePersistence(com.liferay.portlet.polls.service.persistence.PollsVotePersistence pollsVotePersistence)
getCounterLocalService
public com.liferay.counter.service.CounterLocalService getCounterLocalService()
setCounterLocalService
public void setCounterLocalService(com.liferay.counter.service.CounterLocalService counterLocalService)
getCounterService
public com.liferay.counter.service.CounterService getCounterService()
setCounterService
public void setCounterService(com.liferay.counter.service.CounterService counterService)
afterPropertiesSet
public void afterPropertiesSet()
- Specified by:
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean