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 nameGUITask[]Retrieves all tasks.Saves the taskMethods in com.logicaldoc.gui.frontend.client.services with parameters of type GUITaskModifier and TypeMethodDescriptionSaves the taskvoidSystemServiceAsync.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 -
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 TypeMethodDescriptionvoidTasksPanel.onSelectedTask(GUITask task) Shows the task detailsvoidvoidTasksPanel.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) GUITask[]Methods in com.logicaldoc.web.service with parameters of type GUITask