Liferay 6.1.2-ce-ga3

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

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

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

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


Liferay 6.1.2-ce-ga3