com.liferay.portlet.polls.service.impl
Class PollsChoiceLocalServiceImpl

java.lang.Object
  extended bycom.liferay.portlet.polls.service.base.PollsChoiceLocalServiceBaseImpl
      extended bycom.liferay.portlet.polls.service.impl.PollsChoiceLocalServiceImpl
All Implemented Interfaces:
com.liferay.portlet.polls.service.PollsChoiceLocalService

public class PollsChoiceLocalServiceImpl
extends PollsChoiceLocalServiceBaseImpl

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
PollsChoiceLocalServiceImpl()
           
 
Method Summary
 com.liferay.portlet.polls.model.PollsChoice getChoice(long choiceId)
           
 java.util.List getChoices(long questionId)
           
 
Methods inherited from class com.liferay.portlet.polls.service.base.PollsChoiceLocalServiceBaseImpl
addPollsChoice, dynamicQuery, dynamicQuery, updatePollsChoice
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PollsChoiceLocalServiceImpl

public PollsChoiceLocalServiceImpl()
Method Detail

getChoice

public com.liferay.portlet.polls.model.PollsChoice getChoice(long choiceId)
                                                      throws com.liferay.portal.PortalException,
                                                             com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getChoices

public java.util.List getChoices(long questionId)
                          throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException