Package | Description |
---|---|
com.logicaldoc.gui.frontend.client.services | |
com.logicaldoc.gui.frontend.client.system | |
com.logicaldoc.web.service |
Modifier and Type | Method and Description |
---|---|
GUITask |
SystemService.getTaskByName(String sid,
String taskName,
String locale)
Retrieves a specific task by its name
|
GUITask[] |
SystemService.loadTasks(String sid,
String locale)
Retrieves all tasks.
|
GUITask |
SystemService.saveTask(String sid,
GUITask task,
String locale)
Saves the task.
|
Modifier and Type | Method and Description |
---|---|
GUITask |
SystemService.saveTask(String sid,
GUITask task,
String locale)
Saves the task.
|
void |
SystemServiceAsync.saveTask(String sid,
GUITask task,
String locale,
com.google.gwt.user.client.rpc.AsyncCallback<GUITask> callback) |
Modifier and Type | Method and Description |
---|---|
void |
SystemServiceAsync.getTaskByName(String sid,
String taskName,
String locale,
com.google.gwt.user.client.rpc.AsyncCallback<GUITask> callback) |
void |
SystemServiceAsync.saveTask(String sid,
GUITask task,
String locale,
com.google.gwt.user.client.rpc.AsyncCallback<GUITask> callback) |
Modifier and Type | Method and Description |
---|---|
GUITask |
TaskDetailPanel.getTask() |
Modifier and Type | Method and Description |
---|---|
void |
TasksPanel.onSelectedTask(GUITask task)
Shows the task details
|
void |
TaskDetailPanel.setTask(GUITask task) |
void |
TasksPanel.updateSelectedRecord(GUITask task)
Updates the selected record with the new task data
|
Constructor and Description |
---|
SchedulingPanel(GUITask task,
com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler) |
TaskNotificationPanel(GUITask task,
com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler) |
Modifier and Type | Method and Description |
---|---|
GUITask |
SystemServiceImpl.getTaskByName(String sid,
String taskName,
String locale) |
GUITask[] |
SystemServiceImpl.loadTasks(String sid,
String locale) |
GUITask |
SystemServiceImpl.saveTask(String sid,
GUITask task,
String locale) |
Modifier and Type | Method and Description |
---|---|
GUITask |
SystemServiceImpl.saveTask(String sid,
GUITask task,
String locale) |
Copyright © 2008-2014 Logical Objects. All Rights Reserved.