Uses of Class
com.logicaldoc.gui.common.client.beans.GUITask
Package
Description
GWT services implementations.
-
Uses of GUITask in com.logicaldoc.gui.frontend.client.services
Modifier and TypeMethodDescriptionSystemService.getTaskByName
(String taskName, String locale) Retrieves a specific task by its nameSaves the taskModifier and TypeMethodDescriptionRetrieves all tasks.Modifier and TypeMethodDescriptionSaves the taskvoid
SystemServiceAsync.saveTask
(GUITask task, String locale, com.google.gwt.user.client.rpc.AsyncCallback<GUITask> callback) Modifier and TypeMethodDescriptionvoid
SystemServiceAsync.getTaskByName
(String taskName, String locale, com.google.gwt.user.client.rpc.AsyncCallback<GUITask> callback) void
SystemServiceAsync.loadTasks
(String locale, com.google.gwt.user.client.rpc.AsyncCallback<List<GUITask>> callback) void
SystemServiceAsync.saveTask
(GUITask task, String locale, com.google.gwt.user.client.rpc.AsyncCallback<GUITask> callback) -
Uses of GUITask in com.logicaldoc.gui.frontend.client.system.task
Modifier and TypeMethodDescriptionvoid
TasksPanel.onSelectedTask
(GUITask task) Shows the task detailsvoid
void
TasksPanel.updateSelectedRecord
(GUITask task) Updates the selected rec with the new task dataModifierConstructorDescriptionTaskNotificationPanel
(GUITask task, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler) TaskSchedulingPanel
(GUITask task, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler) -
Uses of GUITask in com.logicaldoc.web.service
Modifier and TypeMethodDescriptionSystemServiceImpl.getTaskByName
(String taskName, String locale)