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 |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
PollsVoteService |
getWrappedService() |
void |
setWrappedService(PollsVoteService pollsVoteService) |
public PollsVoteServiceWrapper(PollsVoteService pollsVoteService)
public PollsVote addVote(long questionId, long choiceId, ServiceContext serviceContext) throws PortalException
addVote in interface PollsVoteServicePortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface PollsVoteServicepublic PollsVoteService getWrappedService()
getWrappedService in interface ServiceWrapper<PollsVoteService>public void setWrappedService(PollsVoteService pollsVoteService)
setWrappedService in interface ServiceWrapper<PollsVoteService>