Uses of Class
com.skava.model.requests.UserNotificationRequest
Packages that use UserNotificationRequest
Package
Description
This package contains the user service implementation classes.
This package holds the user util method classes.
This package contains the controller classes.
-
Uses of UserNotificationRequest in com.skava.service.impl
Methods in com.skava.service.impl with parameters of type UserNotificationRequestModifier and TypeMethodDescriptionUserAuthSendNotificationServiceImpl.methodFallback
(UserNotificationRequest request) Circuit breaker fall-back method monitors for failures and once failures reach certain threshold, the circuit breaker trips and returns error response accordingly.UserAuthValidateNotificationServiceImpl.methodFallback
(UserNotificationRequest request) Circuit breaker fall-back method monitors for failures and once failures reach certain threshold, the circuit breaker trips and returns error response accordingly.UserAuthSendNotificationServiceImpl.process
(UserNotificationRequest request) This service is used to authenticate an user for certain user actions like Add to cart, Checkout, Update password etc.UserAuthValidateNotificationServiceImpl.process
(UserNotificationRequest request) This service is used to authenticate an user action like Add to cart, Checkout, Update password etc. by validating the password sent to user Email / SMS at the time of placing the request. -
Uses of UserNotificationRequest in com.skava.util
Methods in com.skava.util with parameters of type UserNotificationRequestModifier and TypeMethodDescriptionstatic String
UserAuthUtil.getNotificationParamName
(UserNotificationRequest request) This method is used to get notification param for a user notification request. -
Uses of UserNotificationRequest in com.skava.web
Methods in com.skava.web with parameters of type UserNotificationRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Object>
AuthController.sendNotificationService
(long collectionId, String authToken, long userId, UserNotificationRequest notificationRequest, String locale, String version, long storeId) This service endpoint is used to send notification to userorg.springframework.http.ResponseEntity<Object>
AuthController.validateNotificationService
(long collectionId, String authToken, long userId, UserNotificationRequest notificationRequest, String locale, String version, long storeId) This service endpoint authenticates the user with notification params