Package | Description |
---|---|
com.logicaldoc.gui.frontend.client.calendar | |
com.logicaldoc.gui.frontend.client.services |
Constructor and Description |
---|
CalendarEventDialog(GUICalendarEvent calEvent) |
Modifier and Type | Method and Description |
---|---|
GUICalendarEvent[] |
CalendarService.find(String sid,
Date startDate,
Date endDate,
Date expireFrom,
Date expireTo,
Integer frequency,
String title,
String type,
String subtype,
Integer status,
Integer maxRecords)
Searches for events.
|
GUICalendarEvent |
CalendarService.getEvent(String sid,
long eventId)
Gets an event
|
Modifier and Type | Method and Description |
---|---|
void |
CalendarService.saveEvent(String sid,
GUICalendarEvent event)
Saves an event
|
void |
CalendarServiceAsync.saveEvent(String sid,
GUICalendarEvent event,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
Modifier and Type | Method and Description |
---|---|
void |
CalendarServiceAsync.getEvent(String sid,
long eventId,
com.google.gwt.user.client.rpc.AsyncCallback<GUICalendarEvent> callback) |
Copyright © 2008-2014 Logical Objects. All Rights Reserved.