Uses of Class
com.logicaldoc.gui.common.client.beans.GUIDocumentNote
Packages that use GUIDocumentNote
Package
Description
GWT services implementations.
-
Uses of GUIDocumentNote in com.logicaldoc.gui.common.client.widgets
Methods in com.logicaldoc.gui.common.client.widgets with parameters of type GUIDocumentNote -
Uses of GUIDocumentNote in com.logicaldoc.gui.frontend.client.document.note
Constructors in com.logicaldoc.gui.frontend.client.document.note with parameters of type GUIDocumentNoteModifierConstructorDescriptionAnnotationContextMenu(com.smartgwt.client.widgets.drawing.DrawItem drawItem, GUIDocumentNote note) NoteSecurityDialog(GUIDocumentNote note, NoteChangedListener changedListener) NoteUpdateDialog(GUIDocumentNote note, NoteChangedListener changedListener) -
Uses of GUIDocumentNote in com.logicaldoc.gui.frontend.client.docusign
Constructors in com.logicaldoc.gui.frontend.client.docusign with parameters of type GUIDocumentNoteModifierConstructorDescriptionDocuSignTabContextMenu(com.smartgwt.client.widgets.drawing.DrawItem drawItem, GUIDocumentNote note) Constructor parameters in com.logicaldoc.gui.frontend.client.docusign with type arguments of type GUIDocumentNoteModifierConstructorDescriptionDocuSignNewTabDialog(com.google.gwt.user.client.rpc.AsyncCallback<GUIDocumentNote> callback) -
Uses of GUIDocumentNote in com.logicaldoc.gui.frontend.client.services
Methods in com.logicaldoc.gui.frontend.client.services that return GUIDocumentNoteModifier and TypeMethodDescriptionDocumentService.getNote(long noteId) Retrieves the note of a documentDocumentService.saveNote(GUIDocumentNote note) Updates a document note on the given documentMethods in com.logicaldoc.gui.frontend.client.services that return types with arguments of type GUIDocumentNoteModifier and TypeMethodDescriptionDocumentService.getNotes(long docId, String fileVersion, Collection<String> types) Retrieves the notes of a documentMethods in com.logicaldoc.gui.frontend.client.services with parameters of type GUIDocumentNoteModifier and TypeMethodDescriptionDocumentService.saveNote(GUIDocumentNote note) Updates a document note on the given documentvoidDocumentServiceAsync.saveNote(GUIDocumentNote note, com.google.gwt.user.client.rpc.AsyncCallback<GUIDocumentNote> callback) Method parameters in com.logicaldoc.gui.frontend.client.services with type arguments of type GUIDocumentNoteModifier and TypeMethodDescriptionvoidDocumentServiceAsync.getNote(long noteId, com.google.gwt.user.client.rpc.AsyncCallback<GUIDocumentNote> callback) voidDocumentServiceAsync.getNotes(long docId, String fileVersion, Collection<String> types, com.google.gwt.user.client.rpc.AsyncCallback<List<GUIDocumentNote>> callback) voidDocumentServiceAsync.saveNote(GUIDocumentNote note, com.google.gwt.user.client.rpc.AsyncCallback<GUIDocumentNote> callback) voidDocumentService.saveNotes(long docId, String fileVersion, List<GUIDocumentNote> notes, Collection<String> types) Saves a set of notesvoidDocumentServiceAsync.saveNotes(long docId, String fileVersion, List<GUIDocumentNote> notes, Collection<String> types, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) -
Uses of GUIDocumentNote in com.logicaldoc.web.service
Methods in com.logicaldoc.web.service that return GUIDocumentNoteModifier and TypeMethodDescriptionDocumentServiceImpl.getNote(long noteId) DocumentServiceImpl.saveNote(GUIDocumentNote guiNote) Methods in com.logicaldoc.web.service that return types with arguments of type GUIDocumentNoteModifier and TypeMethodDescriptionDocumentServiceImpl.getNotes(long docId, String fileVersion, Collection<String> types) Methods in com.logicaldoc.web.service with parameters of type GUIDocumentNoteMethod parameters in com.logicaldoc.web.service with type arguments of type GUIDocumentNoteModifier and TypeMethodDescriptionvoidDocumentServiceImpl.saveNotes(long docId, String fileVersion, List<GUIDocumentNote> notes, Collection<String> types)