Uses of Interface
com.skava.service.DeleteActionService
Packages that use DeleteActionService
Package
Description
Notification service implementations.
Notification Controller classes.
-
Uses of DeleteActionService in com.skava.service.impl
Classes in com.skava.service.impl that implement DeleteActionServiceModifier and TypeClassDescriptionclass
The Class DeleteActionServiceImpl.
This Class is used for delete an Action based on the provided information. -
Uses of DeleteActionService in com.skava.web
Constructors in com.skava.web with parameters of type DeleteActionServiceModifierConstructorDescriptionActionController
(CreateActionService createActionService, FindAllActionService findAllActionService, FindActionService findActionService, DeleteActionService deleteActionService, UpdateActionService updateActionService, CommonServices commonServices) Instantiates a new action controller.