|
Liferay 6.1.2-ce-ga3 | |||||||||
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.addQuestion(String[] titleMapLanguageIds,
String[] titleMapValues,
String[] descriptionMapLanguageIds,
String[] descriptionMapValues,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
PollsChoiceSoap[] choices,
ServiceContext serviceContext)
|
static PollsQuestionSoap |
PollsQuestionServiceSoap.getQuestion(long questionId)
|
static PollsQuestionSoap |
PollsQuestionServiceSoap.updateQuestion(long questionId,
String[] titleMapLanguageIds,
String[] titleMapValues,
String[] descriptionMapLanguageIds,
String[] descriptionMapValues,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
PollsChoiceSoap[] choices,
ServiceContext serviceContext)
|
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |