Class FindAllEventServiceImpl

java.lang.Object
com.skava.service.impl.FindAllEventServiceImpl
All Implemented Interfaces:
com.skava.core.EcommService<CommonRequest,EventsResponse>, FindAllEventService

@Service public class FindAllEventServiceImpl extends Object implements FindAllEventService
The Class FindAllEventServiceImpl.
This Class is used for find all the Events based on the provided information.
Author:
Infosys Equinox
  • Constructor Details

    • FindAllEventServiceImpl

      @Autowired public FindAllEventServiceImpl(EventRepository eventRepository)
      The class constructor.
  • Method Details

    • getValidator

      public List<com.skava.core.validation.ValidatorComponent> getValidator()
      Specified by:
      getValidator in interface com.skava.core.EcommService<CommonRequest,EventsResponse>
    • process

      @Transactional(readOnly=true) public EventsResponse process(CommonRequest input)
      Specified by:
      process in interface com.skava.core.EcommService<CommonRequest,EventsResponse>
    • searchEvent

      public List<EventDomain> searchEvent(CommonRequest eventRequest)
      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