public interface ResourceServiceAsync
| Modifier and Type | Method and Description |
|---|---|
void |
activateResourceAdaptorEntity(String entityName,
com.google.gwt.user.client.rpc.AsyncCallback callback) |
void |
bindResourceAdaptorEntityLink(String entityName,
String entityLinkName,
com.google.gwt.user.client.rpc.AsyncCallback callback) |
void |
createResourceAdaptorEntity(String id,
String entityName,
com.google.gwt.user.client.rpc.AsyncCallback callback) |
void |
deactivateResourceAdaptorEntity(String entityName,
com.google.gwt.user.client.rpc.AsyncCallback callback) |
void |
getResourceAdaptorEntityConfigurationProperties(String entityName,
com.google.gwt.user.client.rpc.AsyncCallback callback) |
void |
getResourceAdaptorEntityInfo(String entityName,
com.google.gwt.user.client.rpc.AsyncCallback callback) |
void |
getResourceAdaptorEntityInfos(String id,
com.google.gwt.user.client.rpc.AsyncCallback callback) |
void |
getResourceAdaptorEntityLinks(String entityName,
com.google.gwt.user.client.rpc.AsyncCallback callback) |
void |
removeResourceAdaptorEntity(String entityName,
com.google.gwt.user.client.rpc.AsyncCallback callback) |
void |
setResourceAdaptorEntityConfigurationProperties(String entityName,
PropertiesInfo propertiesInfo,
com.google.gwt.user.client.rpc.AsyncCallback callback) |
void |
unbindResourceAdaptorEntityLink(String entityLinkName,
com.google.gwt.user.client.rpc.AsyncCallback callback) |
void getResourceAdaptorEntityInfos(String id, com.google.gwt.user.client.rpc.AsyncCallback callback)
void createResourceAdaptorEntity(String id, String entityName, com.google.gwt.user.client.rpc.AsyncCallback callback)
void activateResourceAdaptorEntity(String entityName, com.google.gwt.user.client.rpc.AsyncCallback callback)
void deactivateResourceAdaptorEntity(String entityName, com.google.gwt.user.client.rpc.AsyncCallback callback)
void removeResourceAdaptorEntity(String entityName, com.google.gwt.user.client.rpc.AsyncCallback callback)
void getResourceAdaptorEntityInfo(String entityName, com.google.gwt.user.client.rpc.AsyncCallback callback)
void getResourceAdaptorEntityConfigurationProperties(String entityName, com.google.gwt.user.client.rpc.AsyncCallback callback)
void setResourceAdaptorEntityConfigurationProperties(String entityName, PropertiesInfo propertiesInfo, com.google.gwt.user.client.rpc.AsyncCallback callback)
void getResourceAdaptorEntityLinks(String entityName, com.google.gwt.user.client.rpc.AsyncCallback callback)
void bindResourceAdaptorEntityLink(String entityName, String entityLinkName, com.google.gwt.user.client.rpc.AsyncCallback callback)
void unbindResourceAdaptorEntityLink(String entityLinkName, com.google.gwt.user.client.rpc.AsyncCallback callback)
Copyright © 2017. All rights reserved.