Uses of Class
com.skava.model.responses.UserConsentHistoryFindAllResponse
Packages that use UserConsentHistoryFindAllResponse
Package
Description
This package contains the user service implementation classes.
This package contains the controller classes.
-
Uses of UserConsentHistoryFindAllResponse in com.skava.service.impl
Methods in com.skava.service.impl that return UserConsentHistoryFindAllResponseModifier and TypeMethodDescriptionGetAllUserConsentHistoryServiceImpl.methodFallback
(UserConsentHistoryRequest 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.GetAllUserConsentHistoryServiceImpl.process
(UserConsentHistoryRequest request) This method is used to load all consents history captured for a user. -
Uses of UserConsentHistoryFindAllResponse in com.skava.web
Methods in com.skava.web that return types with arguments of type UserConsentHistoryFindAllResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<UserConsentHistoryFindAllResponse>
UserConsentContoller.getAllUserConsentHistory
(int page, int size, long userId, String locale, Long collectionId, String authToken, long storeId) Used to load all the consent for an user.