Interface FormServiceAsync
-
public interface FormServiceAsync
-
-
Method Summary
All Methods Instance Methods Abstract Methods 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
invite(long formId, 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)
-