Interface FormServiceAsync


public interface FormServiceAsync
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    delete(long formId, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
     
    void
    getById(long id, com.google.gwt.user.client.rpc.AsyncCallback<GUIForm> callback)
     
    void
    getPreFilledLink(GUIForm form, String responderEmail, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
     
    void
    invite(GUIForm form, GUIEmail email, String locale, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
     
    void
    processImage(com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
     
    void
    save(GUIForm form, com.google.gwt.user.client.rpc.AsyncCallback<GUIForm> callback)
     
  • Method Details

    • save

      void save(GUIForm form, com.google.gwt.user.client.rpc.AsyncCallback<GUIForm> callback)
    • delete

      void delete(long formId, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
    • getById

      void getById(long id, com.google.gwt.user.client.rpc.AsyncCallback<GUIForm> callback)
    • processImage

      void processImage(com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
    • invite

      void invite(GUIForm form, GUIEmail email, String locale, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
    • getPreFilledLink

      void getPreFilledLink(GUIForm form, String responderEmail, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)