Uses of Class
com.logicaldoc.gui.common.client.beans.GUITask
Packages that use GUITask
Package
Description
GWT services implementations.
-
Uses of GUITask in com.logicaldoc.gui.frontend.client.services
Methods in com.logicaldoc.gui.frontend.client.services that return GUITaskModifier and TypeMethodDescriptionSystemService.getTaskByName
(String taskName, String locale) Retrieves a specific task by its nameSaves the taskMethods in com.logicaldoc.gui.frontend.client.services that return types with arguments of type GUITaskModifier and TypeMethodDescriptionRetrieves all tasks.Methods in com.logicaldoc.gui.frontend.client.services with parameters of type GUITaskModifier and TypeMethodDescriptionSaves 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 GUITaskModifier 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
Methods in com.logicaldoc.gui.frontend.client.system.task that return GUITaskMethods in com.logicaldoc.gui.frontend.client.system.task with parameters of type GUITaskModifier and TypeMethodDescriptionvoid
TasksPanel.onSelectedTask
(GUITask task) Shows the task detailsvoid
void
TasksPanel.updateSelectedRecord
(GUITask task) Updates the selected rec with the new task dataConstructors in com.logicaldoc.gui.frontend.client.system.task with parameters of type GUITaskModifierConstructorDescriptionTaskNotificationPanel
(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 GUITaskModifier and TypeMethodDescriptionSystemServiceImpl.getTaskByName
(String taskName, String locale) Methods in com.logicaldoc.web.service that return types with arguments of type GUITaskMethods in com.logicaldoc.web.service with parameters of type GUITask