Uses of Class
com.skava.model.requests.BlackListItemRequest
Packages that use BlackListItemRequest
Package
Description
This package contains the user service implementation classes.
-
Uses of BlackListItemRequest in com.skava.service.impl
Methods in com.skava.service.impl with parameters of type BlackListItemRequestModifier and TypeMethodDescriptionCreateBlackListItemServiceImpl.process
(BlackListItemRequest request) This method is used to create a new BlackListItem.DeleteBlackListServiceImpl.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.org.springframework.data.domain.Page<BlackListedItemsEntity>
FindAllBlackListItemServiceImpl.search
(String filter, BlackListItemRequest blackListItemRequest, String locale) This method is used to search the collection based on the given filter and pageable request.