|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
Converts the soap model instance into a normal model instance. |
static List<PollsQuestion> |
PollsQuestionModelImpl.toModels(PollsQuestionSoap[] soapModels)
Converts the soap model instances into normal model instances. |
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.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |