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

java.lang.Object
  extended bycom.liferay.portlet.polls.service.base.PollsQuestionLocalServiceBaseImpl
All Implemented Interfaces:
com.liferay.portlet.polls.service.PollsQuestionLocalService
Direct Known Subclasses:
PollsQuestionLocalServiceImpl

public abstract class PollsQuestionLocalServiceBaseImpl
extends java.lang.Object
implements com.liferay.portlet.polls.service.PollsQuestionLocalService

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
PollsQuestionLocalServiceBaseImpl()
           
 
Method Summary
 com.liferay.portlet.polls.model.PollsQuestion addPollsQuestion(com.liferay.portlet.polls.model.PollsQuestion 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.PollsQuestion updatePollsQuestion(com.liferay.portlet.polls.model.PollsQuestion 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.PollsQuestionLocalService
addQuestion, addQuestion, addQuestion, addQuestionResources, addQuestionResources, addQuestionResources, addQuestionResources, deleteQuestion, deleteQuestion, deleteQuestions, getQuestion, getQuestions, getQuestions, getQuestionsCount, updateQuestion
 

Constructor Detail

PollsQuestionLocalServiceBaseImpl

public PollsQuestionLocalServiceBaseImpl()
Method Detail

addPollsQuestion

public com.liferay.portlet.polls.model.PollsQuestion addPollsQuestion(com.liferay.portlet.polls.model.PollsQuestion model)
                                                               throws com.liferay.portal.SystemException
Specified by:
addPollsQuestion in interface com.liferay.portlet.polls.service.PollsQuestionLocalService
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.PollsQuestionLocalService
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.PollsQuestionLocalService
Throws:
com.liferay.portal.SystemException

updatePollsQuestion

public com.liferay.portlet.polls.model.PollsQuestion updatePollsQuestion(com.liferay.portlet.polls.model.PollsQuestion model)
                                                                  throws com.liferay.portal.SystemException
Specified by:
updatePollsQuestion in interface com.liferay.portlet.polls.service.PollsQuestionLocalService
Throws:
com.liferay.portal.SystemException