Uses of Class
com.skava.model.requests.NotesRequest
Packages that use NotesRequest
Package
Description
This package contains the user service implementation classes.
-
Uses of NotesRequest in com.skava.service.impl
Methods in com.skava.service.impl with parameters of type NotesRequestModifier and TypeMethodDescriptionCreateNotesServiceImpl.methodFallback
(NotesRequest input) 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.DeleteNotesServiceImpl.methodFallback
(NotesRequest input) 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.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.CreateNotesServiceImpl.process
(NotesRequest request) This method is used to create a new notes for a particular user.com.skava.core.ResponseModel
DeleteNotesServiceImpl.process
(NotesRequest request) This method is used to delete a notes for a particular user.GetAllNotesServiceImpl.process
(NotesRequest request) This method is used to load all notes for a particular user.