Liferay 6.0.5

Uses of Class
com.liferay.portlet.polls.model.PollsVoteSoap

Packages that use PollsVoteSoap
com.liferay.portlet.polls.model   
com.liferay.portlet.polls.model.impl   
com.liferay.portlet.polls.service.http   
 

Uses of PollsVoteSoap in com.liferay.portlet.polls.model
 

Methods in com.liferay.portlet.polls.model that return PollsVoteSoap
static PollsVoteSoap PollsVoteSoap.toSoapModel(PollsVote model)
           
static PollsVoteSoap[] PollsVoteSoap.toSoapModels(List<PollsVote> models)
           
static PollsVoteSoap[] PollsVoteSoap.toSoapModels(PollsVote[] models)
           
static PollsVoteSoap[][] PollsVoteSoap.toSoapModels(PollsVote[][] models)
           
 

Uses of PollsVoteSoap in com.liferay.portlet.polls.model.impl
 

Methods in com.liferay.portlet.polls.model.impl with parameters of type PollsVoteSoap
static PollsVote PollsVoteModelImpl.toModel(PollsVoteSoap soapModel)
          Converts the soap model instance into a normal model instance.
static List<PollsVote> PollsVoteModelImpl.toModels(PollsVoteSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Uses of PollsVoteSoap in com.liferay.portlet.polls.service.http
 

Methods in com.liferay.portlet.polls.service.http that return PollsVoteSoap
static PollsVoteSoap PollsVoteServiceSoap.addVote(long questionId, long choiceId, ServiceContext serviceContext)
           
 


Liferay 6.0.5