com.liferay.client.soap.portlet.calendar.service.http
Class Portlet_Cal_CalEventServiceSoapBindingImpl

java.lang.Object
  extended by com.liferay.client.soap.portlet.calendar.service.http.Portlet_Cal_CalEventServiceSoapBindingImpl
All Implemented Interfaces:
CalEventServiceSoap, java.rmi.Remote

public class Portlet_Cal_CalEventServiceSoapBindingImpl
extends java.lang.Object
implements CalEventServiceSoap


Constructor Summary
Portlet_Cal_CalEventServiceSoapBindingImpl()
           
 
Method Summary
 CalEventSoap addEvent(java.lang.String title, java.lang.String description, java.lang.String location, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int endDateMonth, int endDateDay, int endDateYear, int durationHour, int durationMinute, boolean allDay, boolean timeZoneSensitive, java.lang.String type, boolean repeating, TZSRecurrence recurrence, int remindBy, int firstReminder, int secondReminder, ServiceContext serviceContext)
           
 void deleteEvent(long eventId)
           
 CalEventSoap getEvent(long eventId)
           
 CalEventSoap[] getEvents(long groupId, java.util.Calendar cal, java.lang.String type)
           
 CalEventSoap[] getEvents(long groupId, java.util.Calendar cal, java.lang.String[] types)
           
 CalEventSoap[] getEvents(long groupId, java.lang.String[] types, int start, int end)
           
 CalEventSoap[] getEvents(long groupId, java.lang.String type, int start, int end)
           
 int getEventsCount(long groupId, java.lang.String type)
           
 int getEventsCount(long groupId, java.lang.String[] types)
           
 boolean hasEvents(long groupId, java.util.Calendar cal)
           
 boolean hasEvents(long groupId, java.util.Calendar cal, java.lang.String type)
           
 boolean hasEvents(long groupId, java.util.Calendar cal, java.lang.String[] types)
           
 CalEventSoap updateEvent(long eventId, java.lang.String title, java.lang.String description, java.lang.String location, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int endDateMonth, int endDateDay, int endDateYear, int durationHour, int durationMinute, boolean allDay, boolean timeZoneSensitive, java.lang.String type, boolean repeating, TZSRecurrence recurrence, int remindBy, int firstReminder, int secondReminder, ServiceContext serviceContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Portlet_Cal_CalEventServiceSoapBindingImpl

public Portlet_Cal_CalEventServiceSoapBindingImpl()
Method Detail

addEvent

public CalEventSoap addEvent(java.lang.String title,
                             java.lang.String description,
                             java.lang.String location,
                             int startDateMonth,
                             int startDateDay,
                             int startDateYear,
                             int startDateHour,
                             int startDateMinute,
                             int endDateMonth,
                             int endDateDay,
                             int endDateYear,
                             int durationHour,
                             int durationMinute,
                             boolean allDay,
                             boolean timeZoneSensitive,
                             java.lang.String type,
                             boolean repeating,
                             TZSRecurrence recurrence,
                             int remindBy,
                             int firstReminder,
                             int secondReminder,
                             ServiceContext serviceContext)
                      throws java.rmi.RemoteException
Specified by:
addEvent in interface CalEventServiceSoap
Throws:
java.rmi.RemoteException

deleteEvent

public void deleteEvent(long eventId)
                 throws java.rmi.RemoteException
Specified by:
deleteEvent in interface CalEventServiceSoap
Throws:
java.rmi.RemoteException

getEvent

public CalEventSoap getEvent(long eventId)
                      throws java.rmi.RemoteException
Specified by:
getEvent in interface CalEventServiceSoap
Throws:
java.rmi.RemoteException

getEventsCount

public int getEventsCount(long groupId,
                          java.lang.String[] types)
                   throws java.rmi.RemoteException
Specified by:
getEventsCount in interface CalEventServiceSoap
Throws:
java.rmi.RemoteException

getEventsCount

public int getEventsCount(long groupId,
                          java.lang.String type)
                   throws java.rmi.RemoteException
Specified by:
getEventsCount in interface CalEventServiceSoap
Throws:
java.rmi.RemoteException

getEvents

public CalEventSoap[] getEvents(long groupId,
                                java.lang.String[] types,
                                int start,
                                int end)
                         throws java.rmi.RemoteException
Specified by:
getEvents in interface CalEventServiceSoap
Throws:
java.rmi.RemoteException

getEvents

public CalEventSoap[] getEvents(long groupId,
                                java.util.Calendar cal,
                                java.lang.String[] types)
                         throws java.rmi.RemoteException
Specified by:
getEvents in interface CalEventServiceSoap
Throws:
java.rmi.RemoteException

getEvents

public CalEventSoap[] getEvents(long groupId,
                                java.util.Calendar cal,
                                java.lang.String type)
                         throws java.rmi.RemoteException
Specified by:
getEvents in interface CalEventServiceSoap
Throws:
java.rmi.RemoteException

getEvents

public CalEventSoap[] getEvents(long groupId,
                                java.lang.String type,
                                int start,
                                int end)
                         throws java.rmi.RemoteException
Specified by:
getEvents in interface CalEventServiceSoap
Throws:
java.rmi.RemoteException

hasEvents

public boolean hasEvents(long groupId,
                         java.util.Calendar cal)
                  throws java.rmi.RemoteException
Specified by:
hasEvents in interface CalEventServiceSoap
Throws:
java.rmi.RemoteException

hasEvents

public boolean hasEvents(long groupId,
                         java.util.Calendar cal,
                         java.lang.String[] types)
                  throws java.rmi.RemoteException
Specified by:
hasEvents in interface CalEventServiceSoap
Throws:
java.rmi.RemoteException

hasEvents

public boolean hasEvents(long groupId,
                         java.util.Calendar cal,
                         java.lang.String type)
                  throws java.rmi.RemoteException
Specified by:
hasEvents in interface CalEventServiceSoap
Throws:
java.rmi.RemoteException

updateEvent

public CalEventSoap updateEvent(long eventId,
                                java.lang.String title,
                                java.lang.String description,
                                java.lang.String location,
                                int startDateMonth,
                                int startDateDay,
                                int startDateYear,
                                int startDateHour,
                                int startDateMinute,
                                int endDateMonth,
                                int endDateDay,
                                int endDateYear,
                                int durationHour,
                                int durationMinute,
                                boolean allDay,
                                boolean timeZoneSensitive,
                                java.lang.String type,
                                boolean repeating,
                                TZSRecurrence recurrence,
                                int remindBy,
                                int firstReminder,
                                int secondReminder,
                                ServiceContext serviceContext)
                         throws java.rmi.RemoteException
Specified by:
updateEvent in interface CalEventServiceSoap
Throws:
java.rmi.RemoteException