Uses of Class
com.skava.model.responses.BlackListItemResponse
Packages that use BlackListItemResponse
Package
Description
This package contains the user service implementation classes.
This package contains the controller classes.
-
Uses of BlackListItemResponse in com.skava.service.impl
Methods in com.skava.service.impl that return BlackListItemResponseModifier and TypeMethodDescriptionDeleteBlackListServiceImpl.process
(BlackListItemRequest request) This method is used to deactivate the requested user whose status will be changed to INACTIVE.FindAllBlackListItemServiceImpl.process
(BlackListItemRequest blackListItemRequest) 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 BlackListItemResponse in com.skava.web
Methods in com.skava.web that return types with arguments of type BlackListItemResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<BlackListItemResponse>
BlackListItemsController.getAllBlackList
(int page, int size, String type, String value, String authToken, String locale, String version) This service end-point loads all BlackList data .