Uses of Class
com.logicaldoc.gui.common.client.beans.GUIDocuSignSettings
-
Packages that use GUIDocuSignSettings Package Description com.logicaldoc.gui.frontend.client.services -
-
Uses of GUIDocuSignSettings in com.logicaldoc.gui.frontend.client.services
Methods in com.logicaldoc.gui.frontend.client.services that return GUIDocuSignSettings Modifier and Type Method Description GUIDocuSignSettings
DocuSignService. loadSettings()
Retrieves the DocuSign settings from the server.Methods in com.logicaldoc.gui.frontend.client.services with parameters of type GUIDocuSignSettings Modifier and Type Method Description String
DocuSignService. authorize(GUIDocuSignSettings settings)
Saves the settings into the database and returns the authorization URL the user must be redirected to.void
DocuSignServiceAsync. authorize(GUIDocuSignSettings settings, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
String
DocuSignService. sendEnvelope(GUIDocuSignSettings envelope)
Creates the envelope and sends it to DocuSignvoid
DocuSignServiceAsync. sendEnvelope(GUIDocuSignSettings envelope, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
Method parameters in com.logicaldoc.gui.frontend.client.services with type arguments of type GUIDocuSignSettings Modifier and Type Method Description void
DocuSignServiceAsync. loadSettings(com.google.gwt.user.client.rpc.AsyncCallback<GUIDocuSignSettings> callback)
-