@ProviderType 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) |
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
addVote
in interface PollsVoteService
com.liferay.portal.kernel.exception.PortalException
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface PollsVoteService
public 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>