Uses of Class
com.logicaldoc.gui.common.client.beans.GUIVIASettings
-
Packages that use GUIVIASettings Package Description com.logicaldoc.gui.frontend.client.services -
-
Uses of GUIVIASettings in com.logicaldoc.gui.frontend.client.services
Methods in com.logicaldoc.gui.frontend.client.services that return GUIVIASettings Modifier and Type Method Description GUIVIASettings
VIAService. get()
Retrieves the settingsGUIVIASettings
VIAService. save(GUIVIASettings settings)
Saves the settingsMethods in com.logicaldoc.gui.frontend.client.services with parameters of type GUIVIASettings Modifier and Type Method Description GUIVIASettings
VIAService. save(GUIVIASettings settings)
Saves the settingsvoid
VIAServiceAsync. save(GUIVIASettings settings, com.google.gwt.user.client.rpc.AsyncCallback<GUIVIASettings> callback)
Method parameters in com.logicaldoc.gui.frontend.client.services with type arguments of type GUIVIASettings Modifier and Type Method Description void
VIAServiceAsync. get(com.google.gwt.user.client.rpc.AsyncCallback<GUIVIASettings> callback)
void
VIAServiceAsync. save(GUIVIASettings settings, com.google.gwt.user.client.rpc.AsyncCallback<GUIVIASettings> callback)
-