public interface CalendarServiceAsync
Modifier and Type | Method and Description |
---|---|
void |
countUserEvents(String sid,
Date end,
com.google.gwt.user.client.rpc.AsyncCallback<Integer> callback) |
void |
deleteEvent(String sid,
long eventId,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
find(String sid,
Date startDate,
Date endDate,
Date expireFrom,
Date expireTo,
Integer frequency,
String title,
String type,
String subtype,
Integer status,
Integer maxRecords,
com.google.gwt.user.client.rpc.AsyncCallback<GUICalendarEvent[]> callback) |
void |
getEvent(String sid,
long eventId,
com.google.gwt.user.client.rpc.AsyncCallback<GUICalendarEvent> callback) |
void |
saveEvent(String sid,
GUICalendarEvent event,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void saveEvent(String sid, GUICalendarEvent event, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void getEvent(String sid, long eventId, com.google.gwt.user.client.rpc.AsyncCallback<GUICalendarEvent> callback)
void deleteEvent(String sid, long eventId, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void countUserEvents(String sid, Date end, com.google.gwt.user.client.rpc.AsyncCallback<Integer> callback)
Copyright © 2008-2014 Logical Objects. All Rights Reserved.