Uses of Class
com.logicaldoc.gui.common.client.beans.GUICalendarEvent
Package
Description
-
Uses of GUICalendarEvent in com.logicaldoc.gui.frontend.client.calendar
ModifierConstructorDescriptionCalendarEventDialog
(GUICalendarEvent calEvent, com.google.gwt.user.client.rpc.AsyncCallback<Void> onChangedCallback) -
Uses of GUICalendarEvent in com.logicaldoc.gui.frontend.client.services
Modifier and TypeMethodDescriptionCalendarService.find
(GUICalendarEventSearchCriteria criteria) Searches for eventsModifier and TypeMethodDescriptionvoid
CalendarService.saveEvent
(GUICalendarEvent event) Saves an event into the calendarvoid
CalendarServiceAsync.saveEvent
(GUICalendarEvent event, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) Modifier and TypeMethodDescriptionvoid
CalendarServiceAsync.find
(GUICalendarEventSearchCriteria criteria, com.google.gwt.user.client.rpc.AsyncCallback<List<GUICalendarEvent>> callback) void
CalendarServiceAsync.getEvent
(long eventId, com.google.gwt.user.client.rpc.AsyncCallback<GUICalendarEvent> callback)