Uses of Class
com.skava.model.requests.UserAddressRequest
Packages that use UserAddressRequest
Package
Description
This package contains the user service implementation classes.
-
Uses of UserAddressRequest in com.skava.service.impl
Methods in com.skava.service.impl with parameters of type UserAddressRequestModifier and TypeMethodDescriptionCreateAddressesServiceImpl.methodFallback
(UserAddressRequest request) Circuit breaker fall-back method monitors for failures and once failures reach certain threshold, the circuit breaker trips and returns error response accordingly.DeleteAddressServiceImpl.methodFallback
(UserAddressRequest 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.GetAddressServiceImpl.methodFallback
(UserAddressRequest request) Circuit breaker fall-back method monitors for failures and once failures reach certain threshold, the circuit breaker trips and returns error response accordingly.GetAllAddressesServiceImpl.methodFallback
(UserAddressRequest 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.UpdateAddressServiceImpl.methodFallback
(UserAddressRequest request) Circuit breaker fall-back method monitors for failures and once failures reach certain threshold, the circuit breaker trips and returns error response accordingly.CreateAddressesServiceImpl.process
(@Valid UserAddressRequest request) This method is used to create new address for the registered user.DeleteAddressServiceImpl.process
(UserAddressRequest request) This method is used to delete an address for registered user.GetAddressServiceImpl.process
(UserAddressRequest request) This method is used to load the address for the registered user.GetAllAddressesServiceImpl.process
(UserAddressRequest request) This method is used to load all the address for the registered user.UpdateAddressServiceImpl.process
(UserAddressRequest request) This method is used to update an address for registered user.