Uses of Class
com.skava.model.requests.ConsentRequest
Packages that use ConsentRequest
Package
Description
This package contains the user service implementation classes.
-
Uses of ConsentRequest in com.skava.service.impl
Methods in com.skava.service.impl with parameters of type ConsentRequestModifier and TypeMethodDescriptionCreateConsentServiceImpl.methodFallback
(ConsentRequest 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.DeleteConsentServiceImpl.methodFallback
(ConsentRequest 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.GetAllConsentServiceImpl.methodFallback
(ConsentRequest request) Circuit breaker fall-back method monitors for failures and once failures reach certain threshold, the circuit breaker trips and returns error response accordingly.GetConsentServiceImpl.methodFallback
(ConsentRequest 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.UpdateConsentServiceImpl.methodFallback
(ConsentRequest 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.CreateConsentServiceImpl.process
(ConsentRequest request) This method is used to create a new consent.DeleteConsentServiceImpl.process
(ConsentRequest request) This method is used to delete the specific consent by consent id that is given from request.GetAllConsentServiceImpl.process
(ConsentRequest request) This method is used to get all consent based on the search criteriaGetConsentServiceImpl.process
(ConsentRequest request) This service is used to load the consent based on the given consent identifier.UpdateConsentServiceImpl.process
(ConsentRequest request) This method is used to update specific consent in the system.