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