public interface GRSFManageWidgetServiceAsync
| Modifier and Type | Method and Description |
|---|---|
void |
checkIdentifierExists(String id,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
checkIdentifierExistsInDomain(String id,
String domain,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
getProductBeanById(String identifier,
boolean isRequestForRevertingMerge,
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<Void> callback) |
void |
performRevertOperation(RevertableOperationInfo rInfo,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
void |
validateRevertOperation(String url,
com.google.gwt.user.client.rpc.AsyncCallback<RevertableOperationInfo> callback) |
void notifyProductUpdate(ManageProductBean bean, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void getProductBeanById(String identifier, boolean isRequestForRevertingMerge, com.google.gwt.user.client.rpc.AsyncCallback<ManageProductBean> callback)
void isAdminUser(com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
void checkIdentifierExists(String id, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
void checkIdentifierExistsInDomain(String id, String domain, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
void validateRevertOperation(String url, com.google.gwt.user.client.rpc.AsyncCallback<RevertableOperationInfo> callback)
void performRevertOperation(RevertableOperationInfo rInfo, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
Copyright © 2022. All Rights Reserved.