|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PollsChoiceSoap | |
---|---|
com.liferay.portlet.polls.model | |
com.liferay.portlet.polls.model.impl | |
com.liferay.portlet.polls.service.http |
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)
|
Uses of PollsChoiceSoap in com.liferay.portlet.polls.model.impl |
---|
Methods in com.liferay.portlet.polls.model.impl with parameters of type PollsChoiceSoap | |
---|---|
static PollsChoice |
PollsChoiceModelImpl.toModel(PollsChoiceSoap soapModel)
Converts the soap model instance into a normal model instance. |
static List<PollsChoice> |
PollsChoiceModelImpl.toModels(PollsChoiceSoap[] soapModels)
Converts the soap model instances into normal model instances. |
Uses of PollsChoiceSoap in com.liferay.portlet.polls.service.http |
---|
Methods in com.liferay.portlet.polls.service.http with parameters of type PollsChoiceSoap | |
---|---|
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.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 |