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

java.lang.Object
  extended by com.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

Field Summary
protected  com.liferay.counter.service.CounterLocalService counterLocalService
           
protected  com.liferay.counter.service.CounterService counterService
           
protected  com.liferay.portlet.polls.service.persistence.PollsChoiceFinder pollsChoiceFinder
           
protected  com.liferay.portlet.polls.service.PollsChoiceLocalService pollsChoiceLocalService
           
protected  com.liferay.portlet.polls.service.persistence.PollsChoicePersistence pollsChoicePersistence
           
protected  com.liferay.portlet.polls.service.PollsQuestionLocalService pollsQuestionLocalService
           
protected  com.liferay.portlet.polls.service.persistence.PollsQuestionPersistence pollsQuestionPersistence
           
protected  com.liferay.portlet.polls.service.PollsQuestionService pollsQuestionService
           
protected  com.liferay.portlet.polls.service.PollsVoteLocalService pollsVoteLocalService
           
protected  com.liferay.portlet.polls.service.persistence.PollsVotePersistence pollsVotePersistence
           
protected  com.liferay.portlet.polls.service.PollsVoteService pollsVoteService
           
 
Constructor Summary
PollsVoteLocalServiceBaseImpl()
           
 
Method Summary
 com.liferay.portlet.polls.model.PollsVote addPollsVote(com.liferay.portlet.polls.model.PollsVote pollsVote)
           
 com.liferay.portlet.polls.model.PollsVote createPollsVote(long voteId)
           
 void deletePollsVote(long voteId)
           
 void deletePollsVote(com.liferay.portlet.polls.model.PollsVote pollsVote)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
 com.liferay.counter.service.CounterLocalService getCounterLocalService()
           
 com.liferay.counter.service.CounterService getCounterService()
           
 com.liferay.portlet.polls.service.persistence.PollsChoiceFinder getPollsChoiceFinder()
           
 com.liferay.portlet.polls.service.PollsChoiceLocalService getPollsChoiceLocalService()
           
 com.liferay.portlet.polls.service.persistence.PollsChoicePersistence getPollsChoicePersistence()
           
 com.liferay.portlet.polls.service.PollsQuestionLocalService getPollsQuestionLocalService()
           
 com.liferay.portlet.polls.service.persistence.PollsQuestionPersistence getPollsQuestionPersistence()
           
 com.liferay.portlet.polls.service.PollsQuestionService getPollsQuestionService()
           
 com.liferay.portlet.polls.model.PollsVote getPollsVote(long voteId)
           
 com.liferay.portlet.polls.service.PollsVoteLocalService getPollsVoteLocalService()
           
 com.liferay.portlet.polls.service.persistence.PollsVotePersistence getPollsVotePersistence()
           
 java.util.List<com.liferay.portlet.polls.model.PollsVote> getPollsVotes(int start, int end)
           
 int getPollsVotesCount()
           
 com.liferay.portlet.polls.service.PollsVoteService getPollsVoteService()
           
 void setCounterLocalService(com.liferay.counter.service.CounterLocalService counterLocalService)
           
 void setCounterService(com.liferay.counter.service.CounterService counterService)
           
 void setPollsChoiceFinder(com.liferay.portlet.polls.service.persistence.PollsChoiceFinder pollsChoiceFinder)
           
 void setPollsChoiceLocalService(com.liferay.portlet.polls.service.PollsChoiceLocalService pollsChoiceLocalService)
           
 void setPollsChoicePersistence(com.liferay.portlet.polls.service.persistence.PollsChoicePersistence pollsChoicePersistence)
           
 void setPollsQuestionLocalService(com.liferay.portlet.polls.service.PollsQuestionLocalService pollsQuestionLocalService)
           
 void setPollsQuestionPersistence(com.liferay.portlet.polls.service.persistence.PollsQuestionPersistence pollsQuestionPersistence)
           
 void setPollsQuestionService(com.liferay.portlet.polls.service.PollsQuestionService pollsQuestionService)
           
 void setPollsVoteLocalService(com.liferay.portlet.polls.service.PollsVoteLocalService pollsVoteLocalService)
           
 void setPollsVotePersistence(com.liferay.portlet.polls.service.persistence.PollsVotePersistence pollsVotePersistence)
           
 void setPollsVoteService(com.liferay.portlet.polls.service.PollsVoteService pollsVoteService)
           
 com.liferay.portlet.polls.model.PollsVote updatePollsVote(com.liferay.portlet.polls.model.PollsVote pollsVote)
           
 
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
 

Field Detail

pollsChoiceLocalService

@BeanReference(name="com.liferay.portlet.polls.service.PollsChoiceLocalService.impl")
protected com.liferay.portlet.polls.service.PollsChoiceLocalService pollsChoiceLocalService

pollsChoicePersistence

@BeanReference(name="com.liferay.portlet.polls.service.persistence.PollsChoicePersistence.impl")
protected com.liferay.portlet.polls.service.persistence.PollsChoicePersistence pollsChoicePersistence

pollsChoiceFinder

@BeanReference(name="com.liferay.portlet.polls.service.persistence.PollsChoiceFinder.impl")
protected com.liferay.portlet.polls.service.persistence.PollsChoiceFinder pollsChoiceFinder

pollsQuestionLocalService

@BeanReference(name="com.liferay.portlet.polls.service.PollsQuestionLocalService.impl")
protected com.liferay.portlet.polls.service.PollsQuestionLocalService pollsQuestionLocalService

pollsQuestionService

@BeanReference(name="com.liferay.portlet.polls.service.PollsQuestionService.impl")
protected com.liferay.portlet.polls.service.PollsQuestionService pollsQuestionService

pollsQuestionPersistence

@BeanReference(name="com.liferay.portlet.polls.service.persistence.PollsQuestionPersistence.impl")
protected com.liferay.portlet.polls.service.persistence.PollsQuestionPersistence pollsQuestionPersistence

pollsVoteLocalService

@BeanReference(name="com.liferay.portlet.polls.service.PollsVoteLocalService.impl")
protected com.liferay.portlet.polls.service.PollsVoteLocalService pollsVoteLocalService

pollsVoteService

@BeanReference(name="com.liferay.portlet.polls.service.PollsVoteService.impl")
protected com.liferay.portlet.polls.service.PollsVoteService pollsVoteService

pollsVotePersistence

@BeanReference(name="com.liferay.portlet.polls.service.persistence.PollsVotePersistence.impl")
protected com.liferay.portlet.polls.service.persistence.PollsVotePersistence pollsVotePersistence

counterLocalService

@BeanReference(name="com.liferay.counter.service.CounterLocalService.impl")
protected com.liferay.counter.service.CounterLocalService counterLocalService

counterService

@BeanReference(name="com.liferay.counter.service.CounterService.impl")
protected com.liferay.counter.service.CounterService counterService
Constructor Detail

PollsVoteLocalServiceBaseImpl

public PollsVoteLocalServiceBaseImpl()
Method Detail

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

createPollsVote

public com.liferay.portlet.polls.model.PollsVote createPollsVote(long voteId)
Specified by:
createPollsVote in interface com.liferay.portlet.polls.service.PollsVoteLocalService

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.SystemException
Specified by:
deletePollsVote in interface com.liferay.portlet.polls.service.PollsVoteLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                                              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<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                                     int start,
                                                     int end)
                                              throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface com.liferay.portlet.polls.service.PollsVoteLocalService
Throws:
com.liferay.portal.SystemException

getPollsVote

public com.liferay.portlet.polls.model.PollsVote getPollsVote(long voteId)
                                                       throws com.liferay.portal.PortalException,
                                                              com.liferay.portal.SystemException
Specified by:
getPollsVote in interface com.liferay.portlet.polls.service.PollsVoteLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getPollsVotes

public java.util.List<com.liferay.portlet.polls.model.PollsVote> getPollsVotes(int start,
                                                                               int end)
                                                                        throws com.liferay.portal.SystemException
Specified by:
getPollsVotes in interface com.liferay.portlet.polls.service.PollsVoteLocalService
Throws:
com.liferay.portal.SystemException

getPollsVotesCount

public int getPollsVotesCount()
                       throws com.liferay.portal.SystemException
Specified by:
getPollsVotesCount 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)

getPollsVoteLocalService

public com.liferay.portlet.polls.service.PollsVoteLocalService getPollsVoteLocalService()

setPollsVoteLocalService

public void setPollsVoteLocalService(com.liferay.portlet.polls.service.PollsVoteLocalService pollsVoteLocalService)

getPollsVoteService

public com.liferay.portlet.polls.service.PollsVoteService getPollsVoteService()

setPollsVoteService

public void setPollsVoteService(com.liferay.portlet.polls.service.PollsVoteService pollsVoteService)

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)