@RemoteServiceRelativePath(value="InformationExchangerImpl")
public interface InformationExchanger
extends com.google.gwt.user.client.rpc.RemoteService
| Modifier and Type | Method and Description |
|---|---|
String |
createDBSourceInfo(DBSourceP dbInfo) |
String |
createGenericOnIS(String name,
String typeName,
String body) |
String |
deleteDBSourceInfo(DBSourceP dbInfo) |
String |
getBodyByName(String name) |
String |
getBodyByType(String type) |
String |
getDBPropsByName(String dbName,
String propsName) |
DBSourceP[] |
getDBSourcesInfo() |
String[] |
getDBTypes() |
String[] |
getPropsNames(String dbName) |
boolean |
removeGenericFromIS(String genResName,
String dbName,
String typeName) |
String |
updateDBSourceInfo(DBSourceP dbInfo) |
boolean |
updateGenericOnIS(String genResName,
String dbName,
String typeName,
String body) |
boolean updateGenericOnIS(String genResName, String dbName, String typeName, String body) throws Exception
ExceptionString createGenericOnIS(String name, String typeName, String body) throws Exception
Exceptionboolean removeGenericFromIS(String genResName, String dbName, String typeName) throws Exception
ExceptionString getDBPropsByName(String dbName, String propsName) throws Exception
ExceptionCopyright © 2014. All Rights Reserved.