Uses of Class
com.logicaldoc.gui.common.client.beans.GUITask
-
Packages that use GUITask Package Description com.logicaldoc.gui.frontend.client.services com.logicaldoc.gui.frontend.client.system.task com.logicaldoc.web.service -
-
Uses of GUITask in com.logicaldoc.gui.frontend.client.services
Methods in com.logicaldoc.gui.frontend.client.services that return GUITask Modifier and Type Method Description GUITask
SystemService. getTaskByName(String taskName, String locale)
Retrieves a specific task by its nameGUITask[]
SystemService. loadTasks(String locale)
Retrieves all tasks.GUITask
SystemService. saveTask(GUITask task, String locale)
Saves the taskMethods in com.logicaldoc.gui.frontend.client.services with parameters of type GUITask Modifier and Type Method Description GUITask
SystemService. saveTask(GUITask task, String locale)
Saves the taskvoid
SystemServiceAsync. saveTask(GUITask task, String locale, com.google.gwt.user.client.rpc.AsyncCallback<GUITask> callback)
Method parameters in com.logicaldoc.gui.frontend.client.services with type arguments of type GUITask Modifier and Type Method Description void
SystemServiceAsync. getTaskByName(String taskName, String locale, com.google.gwt.user.client.rpc.AsyncCallback<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
Methods in com.logicaldoc.gui.frontend.client.system.task that return GUITask Modifier and Type Method Description GUITask
TaskDetailPanel. getTask()
Methods in com.logicaldoc.gui.frontend.client.system.task with parameters of type GUITask Modifier and Type Method Description void
TasksPanel. onSelectedTask(GUITask task)
Shows the task detailsvoid
TaskDetailPanel. setTask(GUITask task)
void
TasksPanel. updateSelectedRecord(GUITask task)
Updates the selected record with the new task dataConstructors in com.logicaldoc.gui.frontend.client.system.task with parameters of type GUITask Constructor Description TaskNotificationPanel(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
Methods in com.logicaldoc.web.service that return GUITask Modifier and Type Method Description GUITask
SystemServiceImpl. getTaskByName(String taskName, String locale)
GUITask[]
SystemServiceImpl. loadTasks(String locale)
GUITask
SystemServiceImpl. saveTask(GUITask task, String locale)
Methods in com.logicaldoc.web.service with parameters of type GUITask Modifier and Type Method Description GUITask
SystemServiceImpl. saveTask(GUITask task, String locale)
-