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