com.liferay.client.soap.portlet.polls.service.http
Interface PollsQuestionServiceSoap
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- Portlet_Polls_PollsQuestionServiceSoapBindingImpl, Portlet_Polls_PollsQuestionServiceSoapBindingStub
public interface PollsQuestionServiceSoap
- extends java.rmi.Remote
Method Summary |
PollsQuestionSoap |
addQuestion(java.lang.String title,
java.lang.String description,
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 title,
java.lang.String description,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
PollsChoiceSoap[] choices,
ServiceContext serviceContext)
|
addQuestion
PollsQuestionSoap addQuestion(java.lang.String title,
java.lang.String description,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
PollsChoiceSoap[] choices,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
deleteQuestion
void deleteQuestion(long questionId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getQuestion
PollsQuestionSoap getQuestion(long questionId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
updateQuestion
PollsQuestionSoap updateQuestion(long questionId,
java.lang.String title,
java.lang.String description,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
PollsChoiceSoap[] choices,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException