Uses of Class
com.skava.model.responses.EventsResponse
Packages that use EventsResponse
Package
Description
Notification service implementations.
Notification Controller classes.
-
Uses of EventsResponse in com.skava.service.impl
Methods in com.skava.service.impl that return EventsResponse -
Uses of EventsResponse in com.skava.web
Methods in com.skava.web that return types with arguments of type EventsResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<EventsResponse>
EventController.findAllEvent
(String locale, String version, long storeId, long collectionId, String authToken, int page, int size, String filter, String sort) This method is used to find all Event based on given Event Request.