com.liferay.client.soap.portlet.calendar.service.http
Class Portlet_Cal_CalEventServiceSoapBindingStub
java.lang.Object
org.apache.axis.client.Stub
com.liferay.client.soap.portlet.calendar.service.http.Portlet_Cal_CalEventServiceSoapBindingStub
- All Implemented Interfaces:
- CalEventServiceSoap, java.rmi.Remote, javax.xml.rpc.Stub
public class Portlet_Cal_CalEventServiceSoapBindingStub
- extends org.apache.axis.client.Stub
- implements CalEventServiceSoap
| Fields inherited from class org.apache.axis.client.Stub |
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, service |
| Fields inherited from interface javax.xml.rpc.Stub |
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY |
|
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)
|
protected org.apache.axis.client.Call |
createCall()
|
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 org.apache.axis.client.Stub |
_createCall, _getCall, _getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsername |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Portlet_Cal_CalEventServiceSoapBindingStub
public Portlet_Cal_CalEventServiceSoapBindingStub()
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
Portlet_Cal_CalEventServiceSoapBindingStub
public Portlet_Cal_CalEventServiceSoapBindingStub(java.net.URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
Portlet_Cal_CalEventServiceSoapBindingStub
public Portlet_Cal_CalEventServiceSoapBindingStub(javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
createCall
protected org.apache.axis.client.Call createCall()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
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