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