com.liferay.portlet.polls.service.base
Class PollsChoiceLocalServiceBaseImpl
java.lang.Object
com.liferay.portlet.polls.service.base.PollsChoiceLocalServiceBaseImpl
- All Implemented Interfaces:
- com.liferay.portlet.polls.service.PollsChoiceLocalService
- Direct Known Subclasses:
- PollsChoiceLocalServiceImpl
- public abstract class PollsChoiceLocalServiceBaseImpl
- extends java.lang.Object
- implements com.liferay.portlet.polls.service.PollsChoiceLocalService
View Source
- Author:
- Brian Wing Shun Chan
Method Summary |
com.liferay.portlet.polls.model.PollsChoice |
addPollsChoice(com.liferay.portlet.polls.model.PollsChoice 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.PollsChoice |
updatePollsChoice(com.liferay.portlet.polls.model.PollsChoice 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.PollsChoiceLocalService |
getChoice, getChoices |
PollsChoiceLocalServiceBaseImpl
public PollsChoiceLocalServiceBaseImpl()
addPollsChoice
public com.liferay.portlet.polls.model.PollsChoice addPollsChoice(com.liferay.portlet.polls.model.PollsChoice model)
throws com.liferay.portal.SystemException
- Specified by:
addPollsChoice
in interface com.liferay.portlet.polls.service.PollsChoiceLocalService
- 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.PollsChoiceLocalService
- 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.PollsChoiceLocalService
- Throws:
com.liferay.portal.SystemException
updatePollsChoice
public com.liferay.portlet.polls.model.PollsChoice updatePollsChoice(com.liferay.portlet.polls.model.PollsChoice model)
throws com.liferay.portal.SystemException
- Specified by:
updatePollsChoice
in interface com.liferay.portlet.polls.service.PollsChoiceLocalService
- Throws:
com.liferay.portal.SystemException