Uses of Class
com.skava.model.responses.NotesGetAllResponse
Packages that use NotesGetAllResponse
Package
Description
This package contains the user service implementation classes.
This package contains the controller classes.
-
Uses of NotesGetAllResponse in com.skava.service.impl
Methods in com.skava.service.impl that return NotesGetAllResponseModifier and TypeMethodDescriptionGetAllNotesServiceImpl.methodFallback
(NotesRequest request) Circuit breaker fall-back method monitors for failures and once failures reach certain threshold, the circuit breaker trips and returns error response accordingly - Method fallback.GetAllNotesServiceImpl.process
(NotesRequest request) This method is used to load all notes for a particular user. -
Uses of NotesGetAllResponse in com.skava.web
Methods in com.skava.web that return types with arguments of type NotesGetAllResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<NotesGetAllResponse>
NotesController.getAllUserNotes
(int page, int size, long userId, String locale, Long collectionId, String authToken, String version, long storeId) Used to load all the notes for a particular user.