Interface CalendarServiceAsync
- 
public interface CalendarServiceAsync 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcountUserEvents(String username, Date end, com.google.gwt.user.client.rpc.AsyncCallback<Integer> callback)voiddeleteEvent(long eventId, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)voidfind(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)voidgetEvent(long eventId, com.google.gwt.user.client.rpc.AsyncCallback<GUICalendarEvent> callback)voidsaveEvent(GUICalendarEvent event, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) 
 - 
 
- 
- 
Method Detail
- 
saveEvent
void saveEvent(GUICalendarEvent event, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
 
- 
getEvent
void getEvent(long eventId, com.google.gwt.user.client.rpc.AsyncCallback<GUICalendarEvent> callback) 
- 
deleteEvent
void deleteEvent(long eventId, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) 
- 
countUserEvents
void countUserEvents(String username, Date end, com.google.gwt.user.client.rpc.AsyncCallback<Integer> callback)
 
 - 
 
 -