Interface CalendarServiceAsync
public interface CalendarServiceAsync
- 
Method SummaryModifier and TypeMethodDescriptionvoidcountUserEvents(String username, Date end, com.google.gwt.user.client.rpc.AsyncCallback<Integer> callback) voiddeleteEvent(long eventId, boolean alertCancelation, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) voidfind(GUICalendarEventSearchCriteria criteria, com.google.gwt.user.client.rpc.AsyncCallback<List<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 Details- 
saveEvent
- 
getEventvoid getEvent(long eventId, com.google.gwt.user.client.rpc.AsyncCallback<GUICalendarEvent> callback) 
- 
deleteEventvoid deleteEvent(long eventId, boolean alertCancelation, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) 
- 
countUserEvents
- 
findvoid find(GUICalendarEventSearchCriteria criteria, com.google.gwt.user.client.rpc.AsyncCallback<List<GUICalendarEvent>> callback) 
 
-