Uses of Class
com.skava.model.requests.UserPropertiesRequest
Packages that use UserPropertiesRequest
Package
Description
This package contains the user service implementation classes.
This package contains the controller classes.
-
Uses of UserPropertiesRequest in com.skava.service.impl
Methods in com.skava.service.impl with parameters of type UserPropertiesRequestModifier and TypeMethodDescriptionprotected UsersEntity
UpdateCustomPropertyServiceImpl.checkUserStatus
(UserPropertiesRequest request) Loads the user from database and checks user status.DeleteCustomPropertyServiceImpl.methodFallback
(UserPropertiesRequest 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.GetAllCustomPropertyServiceImpl.methodFallback
(UserPropertiesRequest 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.GetCustomPropertyServiceImpl.methodFallback
(UserPropertiesRequest 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.UpdateCustomPropertyServiceImpl.methodFallback
(UserPropertiesRequest request) Circuit breaker fall-back method monitors for failures and once failures reach certain threshold, the circuit breaker trips and returns error response accordingly.DeleteCustomPropertyServiceImpl.process
(@Valid UserPropertiesRequest request) This method is used to delete custom property for a user by the name given in request.GetAllCustomPropertyServiceImpl.process
(@Valid UserPropertiesRequest request) This service is used to load all available custom properties for the user.GetCustomPropertyServiceImpl.process
(@Valid UserPropertiesRequest request) This service is used to load the requested custom property for an user.UpdateCustomPropertyServiceImpl.process
(@Valid UserPropertiesRequest request) This method is used to update custom property for a user. -
Uses of UserPropertiesRequest in com.skava.web
Methods in com.skava.web with parameters of type UserPropertiesRequestModifier and TypeMethodDescriptionCustomPropertiesController.updateCustomPropertyService
(long userId, UserPropertiesRequest propertiesRequest, Long collectionId, String authToken, String locale, String version, long storeId) This service endpoint is used to update custom properties of a user