com.liferay.client.soap.portlet.polls.service.http
Class Portlet_Polls_PollsQuestionServiceSoapBindingImpl

java.lang.Object
  extended by com.liferay.client.soap.portlet.polls.service.http.Portlet_Polls_PollsQuestionServiceSoapBindingImpl
All Implemented Interfaces:
PollsQuestionServiceSoap, java.rmi.Remote

public class Portlet_Polls_PollsQuestionServiceSoapBindingImpl
extends java.lang.Object
implements PollsQuestionServiceSoap


Constructor Summary
Portlet_Polls_PollsQuestionServiceSoapBindingImpl()
           
 
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Portlet_Polls_PollsQuestionServiceSoapBindingImpl

public Portlet_Polls_PollsQuestionServiceSoapBindingImpl()
Method Detail

addQuestion

public 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
Specified by:
addQuestion in interface PollsQuestionServiceSoap
Throws:
java.rmi.RemoteException

deleteQuestion

public void deleteQuestion(long questionId)
                    throws java.rmi.RemoteException
Specified by:
deleteQuestion in interface PollsQuestionServiceSoap
Throws:
java.rmi.RemoteException

getQuestion

public PollsQuestionSoap getQuestion(long questionId)
                              throws java.rmi.RemoteException
Specified by:
getQuestion in interface PollsQuestionServiceSoap
Throws:
java.rmi.RemoteException

updateQuestion

public 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
Specified by:
updateQuestion in interface PollsQuestionServiceSoap
Throws:
java.rmi.RemoteException