Interface GRSFManageWidgetServiceAsync


  • public interface GRSFManageWidgetServiceAsync
    Async interface
    Author:
    Costantino Perciante at ISTI-CNR (costantino.perciante@isti.cnr.it)
    • 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)