Uses of Interface
com.skava.service.DeleteEventService
Packages that use DeleteEventService
Package
Description
Notification service implementations.
Notification Controller classes.
-
Uses of DeleteEventService in com.skava.service.impl
Classes in com.skava.service.impl that implement DeleteEventServiceModifier and TypeClassDescriptionclass
The Class DeleteEventServiceImpl.
This Class is used for delete an Event based on the provided information. -
Uses of DeleteEventService in com.skava.web
Constructors in com.skava.web with parameters of type DeleteEventServiceModifierConstructorDescriptionEventController
(CreateEventService createEventService, FindEventService findEventService, FindAllEventService findAllEventService, DeleteEventService deleteEventService, UpdateEventService updateEventService, CommonServices commonServices) Instantiates a new event controller.