Interface VIAService
-
- All Superinterfaces:
com.google.gwt.user.client.rpc.RemoteService
@RemoteServiceRelativePath("via") public interface VIAService extends com.google.gwt.user.client.rpc.RemoteServiceThe client side stub for the VIA Service.- Since:
- 7.8
- Author:
- Marco Meschieri - LogicalDOC
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classVIAService.Instance
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GUIVIASettingsget()Retrieves the settingsGUIVIASettingssave(GUIVIASettings settings)Saves the settings
-
-
-
Method Detail
-
get
GUIVIASettings get() throws ServerException
Retrieves the settings- Returns:
- settings of VIA
- Throws:
ServerException- an error happened in the server application
-
save
GUIVIASettings save(GUIVIASettings settings) throws ServerException
Saves the settings- Parameters:
settings- the VIA settngs to save- Returns:
- the saved settings
- Throws:
ServerException- an error happened in the server application
-
-