Uses of Class
com.logicaldoc.gui.common.client.beans.GUIDocumentNote
Package
Description
GWT services implementations.
-
Uses of GUIDocumentNote in com.logicaldoc.gui.frontend.client.document.note
ModifierConstructorDescriptionAnnotationContextMenu
(com.smartgwt.client.widgets.drawing.DrawItem drawItem, GUIDocumentNote note) -
Uses of GUIDocumentNote in com.logicaldoc.gui.frontend.client.docusign
ModifierConstructorDescriptionDocuSignTabContextMenu
(com.smartgwt.client.widgets.drawing.DrawItem drawItem, GUIDocumentNote note) ModifierConstructorDescriptionDocuSignNewTabDialog
(com.google.gwt.user.client.rpc.AsyncCallback<GUIDocumentNote> callback) -
Uses of GUIDocumentNote in com.logicaldoc.gui.frontend.client.services
Modifier and TypeMethodDescriptionDocumentService.getNotes
(long docId, String fileVersion, Collection<String> types) Retrieves the notes of a documentModifier and TypeMethodDescriptionvoid
DocumentService.saveNotes
(long docId, GUIDocumentNote[] notes, Collection<String> types) Saves a set of notesvoid
DocumentServiceAsync.saveNotes
(long docId, GUIDocumentNote[] notes, Collection<String> types, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) -
Uses of GUIDocumentNote in com.logicaldoc.web.service
Modifier and TypeMethodDescriptionDocumentServiceImpl.getNotes
(long docId, String fileVersion, Collection<String> types) Modifier and TypeMethodDescriptionvoid
DocumentServiceImpl.saveNotes
(long docId, GUIDocumentNote[] notes, Collection<String> types)