Uses of Class
com.skava.model.responses.UserSearchResponse
Packages that use UserSearchResponse
Package
Description
This package contains the user service implementation classes.
This package contains the controller classes.
-
Uses of UserSearchResponse in com.skava.service.impl
Methods in com.skava.service.impl that return UserSearchResponseModifier and TypeMethodDescriptionGetAllUserServiceImpl.checkUserSearchResponse
(UserRequest request, List<UsersEntity> userListEntity, long usersCount) Used to load users based on search criteria.GetAllUserServiceImpl.methodFallback
(UserRequest 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.GetAllUserServiceImpl.process
(UserRequest request) This service is used to search the user profile information of a particular collection either by applying filters or searching for all users irrespective of their status , type etc., within a range for the given page and size parameters. -
Uses of UserSearchResponse in com.skava.web
Methods in com.skava.web that return types with arguments of type UserSearchResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<UserSearchResponse>
UsersController.getAllUser
(int page, int size, boolean fullProfile, boolean skipTotalCount, String search, String sort, List<Long> userIds, Long collectionId, long businessId, String authToken, String locale, String version, long storeId) This service end-point loads all users data within the given page and size, loads full profile based on the ON and OFF value of fullProfile.