Liferay 6.2-ce-ga5

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

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

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

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


Liferay 6.2-ce-ga5