Package com.skava.service.impl
Class FindAllEventServiceImpl
java.lang.Object
com.skava.service.impl.FindAllEventServiceImpl
- All Implemented Interfaces:
com.skava.core.EcommService<CommonRequest,
,EventsResponse> FindAllEventService
The Class FindAllEventServiceImpl.
This Class is used for find all the Events based on the provided information.
This Class is used for find all the Events based on the provided information.
- Author:
- Infosys Equinox
-
Constructor Summary
ConstructorsConstructorDescriptionFindAllEventServiceImpl
(EventRepository eventRepository) The class constructor. -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
process
(CommonRequest input) searchEvent
(CommonRequest eventRequest) searchEvent This function is used to load all the events present according to the given request parametersMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.skava.core.EcommService
getValidateException, getValidator
-
Constructor Details
-
FindAllEventServiceImpl
The class constructor.
-
-
Method Details
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<CommonRequest,
EventsResponse>
-
process
- Specified by:
process
in interfacecom.skava.core.EcommService<CommonRequest,
EventsResponse>
-
searchEvent
searchEvent This function is used to load all the events present according to the given request parameters- Parameters:
eventRequest
- the eventRequest- Returns:
- a list of
EventDomain
-