Interface CalendarServiceAsync
public interface CalendarServiceAsync
-
Method Summary
Modifier and TypeMethodDescriptionvoid
countUserEvents
(String username, Date end, com.google.gwt.user.client.rpc.AsyncCallback<Integer> callback) void
deleteEvent
(long eventId, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) void
find
(GUICalendarEventSearchCriteria criteria, com.google.gwt.user.client.rpc.AsyncCallback<List<GUICalendarEvent>> callback) void
getEvent
(long eventId, com.google.gwt.user.client.rpc.AsyncCallback<GUICalendarEvent> callback) void
saveEvent
(GUICalendarEvent event, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
-
Method Details
-
saveEvent
-
getEvent
void getEvent(long eventId, com.google.gwt.user.client.rpc.AsyncCallback<GUICalendarEvent> callback) -
deleteEvent
-
countUserEvents
-
find
void find(GUICalendarEventSearchCriteria criteria, com.google.gwt.user.client.rpc.AsyncCallback<List<GUICalendarEvent>> callback)
-