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 GWT services implementations. -
-
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 GUITaskSystemService. getTaskByName(String taskName, String locale)Retrieves a specific task by its nameGUITask[]SystemService. loadTasks(String locale)Retrieves all tasks.GUITaskSystemService. 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 GUITaskSystemService. saveTask(GUITask task, String locale)Saves 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 Modifier and Type Method Description voidSystemServiceAsync. getTaskByName(String taskName, String locale, com.google.gwt.user.client.rpc.AsyncCallback<GUITask> callback)voidSystemServiceAsync. 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 GUITaskTaskDetailPanel. getTask()Methods in com.logicaldoc.gui.frontend.client.system.task with parameters of type GUITask Modifier and Type Method Description voidTasksPanel. onSelectedTask(GUITask task)Shows the task detailsvoidTaskDetailPanel. setTask(GUITask task)voidTasksPanel. 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 GUITaskSystemServiceImpl. getTaskByName(String taskName, String locale)GUITask[]SystemServiceImpl. loadTasks(String locale)GUITaskSystemServiceImpl. saveTask(GUITask task, String locale)Methods in com.logicaldoc.web.service with parameters of type GUITask Modifier and Type Method Description GUITaskSystemServiceImpl. saveTask(GUITask task, String locale)
-