Interface VIAService
- All Superinterfaces:
 com.google.gwt.user.client.rpc.RemoteService
@RemoteServiceRelativePath("via")
public interface VIAService
extends com.google.gwt.user.client.rpc.RemoteService
The client side stub for the VIA Service.
- Since:
 - 7.8
 - Author:
 - Marco Meschieri - LogicalDOC
 
- 
Nested Class Summary
Nested Classes - 
Method Summary
Modifier and TypeMethodDescriptionget()Retrieves the settingssave(GUIVIASettings settings) Saves the settings 
- 
Method Details
- 
get
Retrieves the settings- Returns:
 - settings of VIA
 - Throws:
 ServerException- an error happened in the server application
 - 
save
Saves the settings- Parameters:
 settings- the VIA settngs to save- Returns:
 - the saved settings
 - Throws:
 ServerException- an error happened in the server application
 
 -