Uses of Interface
com.skava.service.FindAllBlackListItemService
Packages that use FindAllBlackListItemService
Package
Description
This package contains the user service implementation classes.
This package contains the controller classes.
-
Uses of FindAllBlackListItemService in com.skava.service.impl
Classes in com.skava.service.impl that implement FindAllBlackListItemServiceModifier and TypeClassDescriptionclass
This service class implements GetAllUserService and handles the get all user service request, process it and save the details in DB. -
Uses of FindAllBlackListItemService in com.skava.web
Constructors in com.skava.web with parameters of type FindAllBlackListItemServiceModifierConstructorDescriptionBlackListItemsController
(CreateBlackListItemService createBlackListItemService, FindAllBlackListItemService findAllBlackListItemService, DeleteBlackListService deleteBlackListService) Default Constructor.