Interface SignServiceAsync
- 
public interface SignServiceAsync 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddeleteCertificate(com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)voiddeleteKeystore(long tenantId, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)voidgenerateNewCertificate(com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)voidgenerateNewKeystore(GUIKeystore keystore, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)voidimporKeystore(GUIKeystore keystore, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)voidisVisualSignatureEnabled(com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)voidloadKeystore(long tenantId, com.google.gwt.user.client.rpc.AsyncCallback<GUIKeystore> callback)voidsaveKeystore(GUIKeystore keystore, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)voidsignDocuments(long[] docIds, String reason, int page, String signX, String signY, String signWidth, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) 
 - 
 
- 
- 
Method Detail
- 
loadKeystore
void loadKeystore(long tenantId, com.google.gwt.user.client.rpc.AsyncCallback<GUIKeystore> callback) 
- 
saveKeystore
void saveKeystore(GUIKeystore keystore, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
 
- 
generateNewKeystore
void generateNewKeystore(GUIKeystore keystore, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
 
- 
deleteKeystore
void deleteKeystore(long tenantId, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) 
- 
imporKeystore
void imporKeystore(GUIKeystore keystore, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
 
- 
generateNewCertificate
void generateNewCertificate(com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
 
- 
deleteCertificate
void deleteCertificate(com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
 
- 
signDocuments
void signDocuments(long[] docIds, String reason, int page, String signX, String signY, String signWidth, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) 
- 
isVisualSignatureEnabled
void isVisualSignatureEnabled(com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
 
 - 
 
 -