@ProviderType public class PollsVoteServiceWrapper extends java.lang.Object implements PollsVoteService, ServiceWrapper<PollsVoteService>
PollsVoteService.PollsVoteService| Constructor and Description |
|---|
PollsVoteServiceWrapper(PollsVoteService pollsVoteService) |
| Modifier and Type | Method and Description |
|---|---|
PollsVote |
addVote(long questionId,
long choiceId,
ServiceContext serviceContext) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
PollsVoteService |
getWrappedPollsVoteService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
PollsVoteService |
getWrappedService() |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setWrappedPollsVoteService(PollsVoteService pollsVoteService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portlet.polls.service.PollsVoteService) |
void |
setWrappedService(PollsVoteService pollsVoteService) |
public PollsVoteServiceWrapper(PollsVoteService pollsVoteService)
public java.lang.String getBeanIdentifier()
getBeanIdentifier in interface PollsVoteServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface PollsVoteServicebeanIdentifier - the Spring bean ID for this beanpublic PollsVote addVote(long questionId, long choiceId, ServiceContext serviceContext) throws PortalException, SystemException
addVote in interface PollsVoteServicePortalExceptionSystemExceptionpublic PollsVoteService getWrappedPollsVoteService()
getWrappedService()public void setWrappedPollsVoteService(PollsVoteService pollsVoteService)
setWrappedService(com.liferay.portlet.polls.service.PollsVoteService)public PollsVoteService getWrappedService()
getWrappedService in interface ServiceWrapper<PollsVoteService>public void setWrappedService(PollsVoteService pollsVoteService)
setWrappedService in interface ServiceWrapper<PollsVoteService>