public class Portlet_Polls_PollsQuestionServiceSoapBindingImpl extends java.lang.Object implements PollsQuestionServiceSoap
| Constructor and Description |
|---|
Portlet_Polls_PollsQuestionServiceSoapBindingImpl() |
| Modifier and Type | Method and Description |
|---|---|
PollsQuestionSoap |
addQuestion(java.lang.String[] titleMapLanguageIds,
java.lang.String[] titleMapValues,
java.lang.String[] descriptionMapLanguageIds,
java.lang.String[] descriptionMapValues,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
PollsChoiceSoap[] choices,
ServiceContext serviceContext) |
void |
deleteQuestion(long questionId) |
PollsQuestionSoap |
getQuestion(long questionId) |
PollsQuestionSoap |
updateQuestion(long questionId,
java.lang.String[] titleMapLanguageIds,
java.lang.String[] titleMapValues,
java.lang.String[] descriptionMapLanguageIds,
java.lang.String[] descriptionMapValues,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
PollsChoiceSoap[] choices,
ServiceContext serviceContext) |
public Portlet_Polls_PollsQuestionServiceSoapBindingImpl()
public PollsQuestionSoap addQuestion(java.lang.String[] titleMapLanguageIds, java.lang.String[] titleMapValues, java.lang.String[] descriptionMapLanguageIds, java.lang.String[] descriptionMapValues, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, PollsChoiceSoap[] choices, ServiceContext serviceContext) throws java.rmi.RemoteException
addQuestion in interface PollsQuestionServiceSoapjava.rmi.RemoteExceptionpublic void deleteQuestion(long questionId)
throws java.rmi.RemoteException
deleteQuestion in interface PollsQuestionServiceSoapjava.rmi.RemoteExceptionpublic PollsQuestionSoap getQuestion(long questionId) throws java.rmi.RemoteException
getQuestion in interface PollsQuestionServiceSoapjava.rmi.RemoteExceptionpublic PollsQuestionSoap updateQuestion(long questionId, java.lang.String[] titleMapLanguageIds, java.lang.String[] titleMapValues, java.lang.String[] descriptionMapLanguageIds, java.lang.String[] descriptionMapValues, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, PollsChoiceSoap[] choices, ServiceContext serviceContext) throws java.rmi.RemoteException
updateQuestion in interface PollsQuestionServiceSoapjava.rmi.RemoteException