Uses of Class
com.logicaldoc.gui.common.client.beans.GUICalendarEvent
-
Packages that use GUICalendarEvent Package Description com.logicaldoc.gui.frontend.client.calendar com.logicaldoc.gui.frontend.client.services -
-
Uses of GUICalendarEvent in com.logicaldoc.gui.frontend.client.calendar
Constructors in com.logicaldoc.gui.frontend.client.calendar with parameters of type GUICalendarEvent Constructor Description CalendarEventDialog(GUICalendarEvent calEvent, com.google.gwt.user.client.rpc.AsyncCallback<Void> onChangedCallback)
-
Uses of GUICalendarEvent in com.logicaldoc.gui.frontend.client.services
Methods in com.logicaldoc.gui.frontend.client.services that return GUICalendarEvent Modifier and Type Method Description GUICalendarEvent[]
CalendarService. find(Date startDate, Date endDate, Date expireFrom, Date expireTo, Integer frequency, String title, String type, String subtype, Integer status, Integer maxRecords)
Searches for eventsGUICalendarEvent
CalendarService. getEvent(long eventId)
Gets an eventMethods in com.logicaldoc.gui.frontend.client.services with parameters of type GUICalendarEvent Modifier and Type Method Description void
CalendarService. saveEvent(GUICalendarEvent event)
Saves an event into the calendarvoid
CalendarServiceAsync. saveEvent(GUICalendarEvent event, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
Method parameters in com.logicaldoc.gui.frontend.client.services with type arguments of type GUICalendarEvent Modifier and Type Method Description void
CalendarServiceAsync. getEvent(long eventId, com.google.gwt.user.client.rpc.AsyncCallback<GUICalendarEvent> callback)
-