Uses of Interface
com.skava.service.UpdateActionService
Packages that use UpdateActionService
Package
Description
Notification service implementations.
Notification Controller classes.
-
Uses of UpdateActionService in com.skava.service.impl
Classes in com.skava.service.impl that implement UpdateActionServiceModifier and TypeClassDescriptionclass
UpdateActionServiceImpl
This class is used to update the action according to the given information. -
Uses of UpdateActionService in com.skava.web
Constructors in com.skava.web with parameters of type UpdateActionServiceModifierConstructorDescriptionActionController
(CreateActionService createActionService, FindAllActionService findAllActionService, FindActionService findActionService, DeleteActionService deleteActionService, UpdateActionService updateActionService, CommonServices commonServices) Instantiates a new action controller.