Uses of Interface
com.skava.service.UpdateEventService
Packages that use UpdateEventService
Package
Description
Notification service implementations.
Notification Controller classes.
-
Uses of UpdateEventService in com.skava.service.impl
Classes in com.skava.service.impl that implement UpdateEventServiceModifier and TypeClassDescriptionclass
The class UpdateEventServiceImpl class
This class is used to update the event according to the given details. -
Uses of UpdateEventService in com.skava.web
Constructors in com.skava.web with parameters of type UpdateEventServiceModifierConstructorDescriptionEventController
(CreateEventService createEventService, FindEventService findEventService, FindAllEventService findAllEventService, DeleteEventService deleteEventService, UpdateEventService updateEventService, CommonServices commonServices) Instantiates a new event controller.