Uses of Class
overit.geocallapp.wfm.execution.rs1.encodednote.DTOEncodedNote
Packages that use DTOEncodedNote
-
Uses of DTOEncodedNote in overit.geocallapp.wfm.execution.rs1.encodednote
Methods in overit.geocallapp.wfm.execution.rs1.encodednote that return types with arguments of type DTOEncodedNoteModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOEncodedNote> EncodedNoteService.get(Long encodedNoteId, String language, Collection<String> fields) Retrieves the requiredDTOEncodedNoteby calling from theEncodedNoteLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOEncodedNote>> EncodedNoteService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTOEncodedNoteFilter filter) Returns the collection of all the stored encoded notes by calling theEncodedNoteSearchEvent.