com.liferay.portlet.polls.service.base
Class PollsVoteLocalServiceBaseImpl

java.lang.Object
  extended bycom.liferay.portlet.polls.service.base.PollsVoteLocalServiceBaseImpl
All Implemented Interfaces:
com.liferay.portlet.polls.service.PollsVoteLocalService
Direct Known Subclasses:
PollsVoteLocalServiceImpl

public abstract class PollsVoteLocalServiceBaseImpl
extends java.lang.Object
implements com.liferay.portlet.polls.service.PollsVoteLocalService

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
PollsVoteLocalServiceBaseImpl()
           
 
Method Summary
 com.liferay.portlet.polls.model.PollsVote addPollsVote(com.liferay.portlet.polls.model.PollsVote model)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, int end)
           
 com.liferay.portlet.polls.model.PollsVote updatePollsVote(com.liferay.portlet.polls.model.PollsVote model)
           
 
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
 

Constructor Detail

PollsVoteLocalServiceBaseImpl

public PollsVoteLocalServiceBaseImpl()
Method Detail

addPollsVote

public com.liferay.portlet.polls.model.PollsVote addPollsVote(com.liferay.portlet.polls.model.PollsVote model)
                                                       throws com.liferay.portal.SystemException
Specified by:
addPollsVote in interface com.liferay.portlet.polls.service.PollsVoteLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List 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 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 model)
                                                          throws com.liferay.portal.SystemException
Specified by:
updatePollsVote in interface com.liferay.portlet.polls.service.PollsVoteLocalService
Throws:
com.liferay.portal.SystemException