Liferay 6.0.3

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

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

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)
           
 

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

Methods in com.liferay.portlet.polls.model.impl with parameters of type PollsQuestionSoap
static PollsQuestion PollsQuestionModelImpl.toModel(PollsQuestionSoap soapModel)
           
static List<PollsQuestion> PollsQuestionModelImpl.toModels(PollsQuestionSoap[] soapModels)
           
 

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

Methods in com.liferay.portlet.polls.service.http that return PollsQuestionSoap
static PollsQuestionSoap PollsQuestionServiceSoap.getQuestion(long questionId)
           
 


Liferay 6.0.3