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