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