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