Liferay 6.1.2-ce-ga3

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

Packages that use PollsVoteSoap
com.liferay.portlet.polls.model   
 

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)
           
 


Liferay 6.1.2-ce-ga3