Liferay 6.2-ce-ga5

com.liferay.portlet.polls.service
Class PollsVoteServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.polls.service.PollsVoteServiceWrapper
All Implemented Interfaces:
BaseService, ServiceWrapper<PollsVoteService>, PollsVoteService

@ProviderType
public class PollsVoteServiceWrapper
extends Object
implements PollsVoteService, ServiceWrapper<PollsVoteService>

Provides a wrapper for PollsVoteService.

See Also:
PollsVoteService

Constructor Summary
PollsVoteServiceWrapper(PollsVoteService pollsVoteService)
           
 
Method Summary
 PollsVote addVote(long questionId, long choiceId, ServiceContext serviceContext)
           
 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(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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PollsVoteServiceWrapper

public PollsVoteServiceWrapper(PollsVoteService pollsVoteService)
Method Detail

getBeanIdentifier

public String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Specified by:
getBeanIdentifier in interface PollsVoteService
Returns:
the Spring bean ID for this bean

setBeanIdentifier

public void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Specified by:
setBeanIdentifier in interface PollsVoteService
Parameters:
beanIdentifier - the Spring bean ID for this bean

addVote

public PollsVote addVote(long questionId,
                         long choiceId,
                         ServiceContext serviceContext)
                  throws PortalException,
                         SystemException
Specified by:
addVote in interface PollsVoteService
Throws:
PortalException
SystemException

getWrappedPollsVoteService

public PollsVoteService getWrappedPollsVoteService()
Deprecated. As of 6.1.0, replaced by getWrappedService()


setWrappedPollsVoteService

public void setWrappedPollsVoteService(PollsVoteService pollsVoteService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.polls.service.PollsVoteService)


getWrappedService

public PollsVoteService getWrappedService()
Specified by:
getWrappedService in interface ServiceWrapper<PollsVoteService>

setWrappedService

public void setWrappedService(PollsVoteService pollsVoteService)
Specified by:
setWrappedService in interface ServiceWrapper<PollsVoteService>

Liferay 6.2-ce-ga5