public interface GRSFManageWidgetServiceAsync
| Modifier and Type | Method and Description |
|---|---|
void |
checkIdentifierExists(String id,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
void |
checkIdentifierExistsInDomain(String id,
String domain,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
void |
checkSemanticIdentifierExists(String semanticIdentifier,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
void |
checkSemanticIdentifierExistsInDomain(String semanticIdentifier,
String domain,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
void |
getProductBeanById(String identifier,
com.google.gwt.user.client.rpc.AsyncCallback<ManageProductBean> callback) |
void |
isAdminUser(com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
void |
notifyProductUpdate(ManageProductBean bean,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void notifyProductUpdate(ManageProductBean bean, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
void getProductBeanById(String identifier, com.google.gwt.user.client.rpc.AsyncCallback<ManageProductBean> callback)
void isAdminUser(com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
void checkSemanticIdentifierExists(String semanticIdentifier, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
void checkSemanticIdentifierExistsInDomain(String semanticIdentifier, String domain, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
void checkIdentifierExists(String id, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
Copyright © 2017. All Rights Reserved.