Uses of Class
com.logicaldoc.gui.common.client.beans.GUIDocuSignSettings
-
Uses of GUIDocuSignSettings in com.logicaldoc.gui.frontend.client.services
Modifier and TypeMethodDescriptionDocuSignService.loadSettings()
Retrieves the DocuSign settings from the server.Modifier and TypeMethodDescriptionDocuSignService.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) 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) Modifier and TypeMethodDescriptionvoid
DocuSignServiceAsync.loadSettings
(com.google.gwt.user.client.rpc.AsyncCallback<GUIDocuSignSettings> callback)