com.liferay.portlet.polls.service
Class PollsChoiceLocalServiceWrapper
java.lang.Object
com.liferay.portlet.polls.service.PollsChoiceLocalServiceWrapper
- All Implemented Interfaces:
- PollsChoiceLocalService
public class PollsChoiceLocalServiceWrapper
- extends java.lang.Object
- implements PollsChoiceLocalService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for PollsChoiceLocalService
.
- Author:
- Brian Wing Shun Chan
- See Also:
PollsChoiceLocalService
- Generated:
Method Summary |
PollsChoice |
addChoice(long questionId,
java.lang.String name,
java.lang.String description)
|
PollsChoice |
addChoice(java.lang.String uuid,
long questionId,
java.lang.String name,
java.lang.String description)
|
PollsChoice |
addPollsChoice(PollsChoice pollsChoice)
|
PollsChoice |
createPollsChoice(long choiceId)
|
void |
deletePollsChoice(long choiceId)
|
void |
deletePollsChoice(PollsChoice pollsChoice)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
int |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
PollsChoice |
getChoice(long choiceId)
|
java.util.List<PollsChoice> |
getChoices(long questionId)
|
int |
getChoicesCount(long questionId)
|
PollsChoice |
getPollsChoice(long choiceId)
|
java.util.List<PollsChoice> |
getPollsChoices(int start,
int end)
|
int |
getPollsChoicesCount()
|
PollsChoiceLocalService |
getWrappedPollsChoiceLocalService()
|
PollsChoice |
updateChoice(long choiceId,
long questionId,
java.lang.String name,
java.lang.String description)
|
PollsChoice |
updatePollsChoice(PollsChoice pollsChoice)
|
PollsChoice |
updatePollsChoice(PollsChoice pollsChoice,
boolean merge)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PollsChoiceLocalServiceWrapper
public PollsChoiceLocalServiceWrapper(PollsChoiceLocalService pollsChoiceLocalService)
addPollsChoice
public PollsChoice addPollsChoice(PollsChoice pollsChoice)
throws com.liferay.portal.SystemException
- Specified by:
addPollsChoice
in interface PollsChoiceLocalService
- Throws:
com.liferay.portal.SystemException
createPollsChoice
public PollsChoice createPollsChoice(long choiceId)
- Specified by:
createPollsChoice
in interface PollsChoiceLocalService
deletePollsChoice
public void deletePollsChoice(long choiceId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deletePollsChoice
in interface PollsChoiceLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deletePollsChoice
public void deletePollsChoice(PollsChoice pollsChoice)
throws com.liferay.portal.SystemException
- Specified by:
deletePollsChoice
in interface PollsChoiceLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface PollsChoiceLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface PollsChoiceLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface PollsChoiceLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQueryCount
public int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQueryCount
in interface PollsChoiceLocalService
- Throws:
com.liferay.portal.SystemException
getPollsChoice
public PollsChoice getPollsChoice(long choiceId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getPollsChoice
in interface PollsChoiceLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getPollsChoices
public java.util.List<PollsChoice> getPollsChoices(int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
getPollsChoices
in interface PollsChoiceLocalService
- Throws:
com.liferay.portal.SystemException
getPollsChoicesCount
public int getPollsChoicesCount()
throws com.liferay.portal.SystemException
- Specified by:
getPollsChoicesCount
in interface PollsChoiceLocalService
- Throws:
com.liferay.portal.SystemException
updatePollsChoice
public PollsChoice updatePollsChoice(PollsChoice pollsChoice)
throws com.liferay.portal.SystemException
- Specified by:
updatePollsChoice
in interface PollsChoiceLocalService
- Throws:
com.liferay.portal.SystemException
updatePollsChoice
public PollsChoice updatePollsChoice(PollsChoice pollsChoice,
boolean merge)
throws com.liferay.portal.SystemException
- Specified by:
updatePollsChoice
in interface PollsChoiceLocalService
- Throws:
com.liferay.portal.SystemException
addChoice
public PollsChoice addChoice(long questionId,
java.lang.String name,
java.lang.String description)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
addChoice
in interface PollsChoiceLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addChoice
public PollsChoice addChoice(java.lang.String uuid,
long questionId,
java.lang.String name,
java.lang.String description)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
addChoice
in interface PollsChoiceLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getChoice
public PollsChoice getChoice(long choiceId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getChoice
in interface PollsChoiceLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getChoices
public java.util.List<PollsChoice> getChoices(long questionId)
throws com.liferay.portal.SystemException
- Specified by:
getChoices
in interface PollsChoiceLocalService
- Throws:
com.liferay.portal.SystemException
getChoicesCount
public int getChoicesCount(long questionId)
throws com.liferay.portal.SystemException
- Specified by:
getChoicesCount
in interface PollsChoiceLocalService
- Throws:
com.liferay.portal.SystemException
updateChoice
public PollsChoice updateChoice(long choiceId,
long questionId,
java.lang.String name,
java.lang.String description)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
updateChoice
in interface PollsChoiceLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getWrappedPollsChoiceLocalService
public PollsChoiceLocalService getWrappedPollsChoiceLocalService()