Uses of Class
com.logicaldoc.gui.common.client.beans.GUIDocuSignSettings
Packages that use GUIDocuSignSettings
-
Uses of GUIDocuSignSettings in com.logicaldoc.gui.frontend.client.services
Methods in com.logicaldoc.gui.frontend.client.services that return GUIDocuSignSettingsModifier and TypeMethodDescriptionDocuSignService.loadSettings()
Retrieves the DocuSign settings from the server.Methods in com.logicaldoc.gui.frontend.client.services with parameters of type GUIDocuSignSettingsModifier 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) Method parameters in com.logicaldoc.gui.frontend.client.services with type arguments of type GUIDocuSignSettingsModifier and TypeMethodDescriptionvoid
DocuSignServiceAsync.loadSettings
(com.google.gwt.user.client.rpc.AsyncCallback<GUIDocuSignSettings> callback)