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