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 GUIDocuSignSettingsDocuSignService. 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 StringDocuSignService. authorize(GUIDocuSignSettings settings)Saves the settings into the database and returns the authorization URL the user must be redirected to.voidDocuSignServiceAsync. authorize(GUIDocuSignSettings settings, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)StringDocuSignService. sendEnvelope(GUIDocuSignSettings envelope)Creates the envelope and sends it to DocuSignvoidDocuSignServiceAsync. 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 voidDocuSignServiceAsync. loadSettings(com.google.gwt.user.client.rpc.AsyncCallback<GUIDocuSignSettings> callback)
-