public class PollsVoteServiceWrapper extends java.lang.Object implements PollsVoteService, com.liferay.portal.kernel.service.ServiceWrapper<PollsVoteService>
PollsVoteService.PollsVoteService| Constructor and Description |
|---|
PollsVoteServiceWrapper(PollsVoteService pollsVoteService) |
| Modifier and Type | Method and Description |
|---|---|
PollsVote |
addVote(long questionId,
long choiceId,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
NOTE FOR DEVELOPERS:
Never modify or reference this interface directly.
|
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
PollsVoteService |
getWrappedService() |
void |
setWrappedService(PollsVoteService pollsVoteService) |
public PollsVoteServiceWrapper(PollsVoteService pollsVoteService)
public PollsVote addVote(long questionId, long choiceId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
PollsVoteServiceUtil to access the polls vote remote service. Add custom service methods to com.liferay.polls.service.impl.PollsVoteServiceImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.addVote in interface PollsVoteServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface PollsVoteServicepublic PollsVoteService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<PollsVoteService>public void setWrappedService(PollsVoteService pollsVoteService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<PollsVoteService>