com.liferay.portlet.polls.service
Class PollsChoiceLocalServiceWrapper
java.lang.Object
com.liferay.portlet.polls.service.PollsChoiceLocalServiceWrapper
- All Implemented Interfaces:
- PollsChoiceLocalService
public class PollsChoiceLocalServiceWrapper
- extends Object
- implements PollsChoiceLocalService
This class is a wrapper for PollsChoiceLocalService.
- See Also:
PollsChoiceLocalService- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
|
Method Summary |
PollsChoice |
addChoice(long questionId,
String name,
String description,
ServiceContext serviceContext)
|
PollsChoice |
addPollsChoice(PollsChoice pollsChoice)
|
PollsChoice |
createPollsChoice(long choiceId)
|
void |
deletePollsChoice(long choiceId)
|
void |
deletePollsChoice(PollsChoice pollsChoice)
|
List |
dynamicQuery(DynamicQuery dynamicQuery)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
|
PollsChoice |
getChoice(long choiceId)
|
List<PollsChoice> |
getChoices(long questionId)
|
int |
getChoicesCount(long questionId)
|
PollsChoice |
getPollsChoice(long choiceId)
|
List<PollsChoice> |
getPollsChoices(int start,
int end)
|
int |
getPollsChoicesCount()
|
PollsChoiceLocalService |
getWrappedPollsChoiceLocalService()
|
PollsChoice |
updateChoice(long choiceId,
long questionId,
String name,
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 SystemException
- Specified by:
addPollsChoice in interface PollsChoiceLocalService
- Throws:
SystemException
createPollsChoice
public PollsChoice createPollsChoice(long choiceId)
- Specified by:
createPollsChoice in interface PollsChoiceLocalService
deletePollsChoice
public void deletePollsChoice(long choiceId)
throws PortalException,
SystemException
- Specified by:
deletePollsChoice in interface PollsChoiceLocalService
- Throws:
PortalException
SystemException
deletePollsChoice
public void deletePollsChoice(PollsChoice pollsChoice)
throws SystemException
- Specified by:
deletePollsChoice in interface PollsChoiceLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQuery in interface PollsChoiceLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Specified by:
dynamicQuery in interface PollsChoiceLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
dynamicQuery in interface PollsChoiceLocalService
- Throws:
SystemException
dynamicQueryCount
public long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQueryCount in interface PollsChoiceLocalService
- Throws:
SystemException
getPollsChoice
public PollsChoice getPollsChoice(long choiceId)
throws PortalException,
SystemException
- Specified by:
getPollsChoice in interface PollsChoiceLocalService
- Throws:
PortalException
SystemException
getPollsChoices
public List<PollsChoice> getPollsChoices(int start,
int end)
throws SystemException
- Specified by:
getPollsChoices in interface PollsChoiceLocalService
- Throws:
SystemException
getPollsChoicesCount
public int getPollsChoicesCount()
throws SystemException
- Specified by:
getPollsChoicesCount in interface PollsChoiceLocalService
- Throws:
SystemException
updatePollsChoice
public PollsChoice updatePollsChoice(PollsChoice pollsChoice)
throws SystemException
- Specified by:
updatePollsChoice in interface PollsChoiceLocalService
- Throws:
SystemException
updatePollsChoice
public PollsChoice updatePollsChoice(PollsChoice pollsChoice,
boolean merge)
throws SystemException
- Specified by:
updatePollsChoice in interface PollsChoiceLocalService
- Throws:
SystemException
addChoice
public PollsChoice addChoice(long questionId,
String name,
String description,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
addChoice in interface PollsChoiceLocalService
- Throws:
PortalException
SystemException
getChoice
public PollsChoice getChoice(long choiceId)
throws PortalException,
SystemException
- Specified by:
getChoice in interface PollsChoiceLocalService
- Throws:
PortalException
SystemException
getChoices
public List<PollsChoice> getChoices(long questionId)
throws SystemException
- Specified by:
getChoices in interface PollsChoiceLocalService
- Throws:
SystemException
getChoicesCount
public int getChoicesCount(long questionId)
throws SystemException
- Specified by:
getChoicesCount in interface PollsChoiceLocalService
- Throws:
SystemException
updateChoice
public PollsChoice updateChoice(long choiceId,
long questionId,
String name,
String description)
throws PortalException,
SystemException
- Specified by:
updateChoice in interface PollsChoiceLocalService
- Throws:
PortalException
SystemException
getWrappedPollsChoiceLocalService
public PollsChoiceLocalService getWrappedPollsChoiceLocalService()