Interface GRSFManageWidgetServiceAsync
-
public interface GRSFManageWidgetServiceAsyncAsync interface- Author:
- Costantino Perciante at ISTI-CNR (costantino.perciante@isti.cnr.it)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcheckIdentifierExists(String id, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)voidcheckIdentifierExistsInDomain(String id, String domain, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)voidgetProductBeanById(String identifier, boolean isRequestForRevertingMerge, com.google.gwt.user.client.rpc.AsyncCallback<ManageProductBean> callback)voidisAdminUser(com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)voidnotifyProductUpdate(ManageProductBean bean, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)voidperformRevertOperation(RevertableOperationInfo rInfo, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)voidvalidateRevertOperation(String url, com.google.gwt.user.client.rpc.AsyncCallback<RevertableOperationInfo> callback)
-
-
-
Method Detail
-
notifyProductUpdate
void notifyProductUpdate(ManageProductBean bean, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
-
getProductBeanById
void getProductBeanById(String identifier, boolean isRequestForRevertingMerge, com.google.gwt.user.client.rpc.AsyncCallback<ManageProductBean> callback)
-
isAdminUser
void isAdminUser(com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
-
checkIdentifierExists
void checkIdentifierExists(String id, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
-
checkIdentifierExistsInDomain
void checkIdentifierExistsInDomain(String id, String domain, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
-
validateRevertOperation
void validateRevertOperation(String url, com.google.gwt.user.client.rpc.AsyncCallback<RevertableOperationInfo> callback)
-
performRevertOperation
void performRevertOperation(RevertableOperationInfo rInfo, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
-
-