Uses of Class
com.skava.model.datatransferobjects.Event
Packages that use Event
Package
Description
Notification DTO models.
Notification response models.
Notification service implementations.
Notification Controller classes.
-
Uses of Event in com.skava.model.datatransferobjects
Methods in com.skava.model.datatransferobjects that return EventModifier and TypeMethodDescriptionEvent.fromDomainObject
(EventDomain eventDO) This function is used to map the parameters present in objectEventDomain
toEvent
-
Uses of Event in com.skava.model.responses
Constructors in com.skava.model.responses with parameters of type EventModifierConstructorDescriptionEventResponse
(Event event) Instantiates a new EventResponse response.Constructor parameters in com.skava.model.responses with type arguments of type EventModifierConstructorDescriptionEventsResponse
(List<Event> events, PageableInfo pageableInfo) Instantiates a new events response. -
Uses of Event in com.skava.service.impl
Methods in com.skava.service.impl with parameters of type EventModifier and TypeMethodDescriptionCreate Event Process.com.skava.core.ResponseModel
Delete Event Process.Create Event Process. -
Uses of Event in com.skava.web
Methods in com.skava.web that return types with arguments of type EventModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Event>
EventController.createEvent
(String locale, String version, long storeId, long collectionId, String authToken, Event request) This method is used to create Event based on given Event Request.org.springframework.http.ResponseEntity<Event>
EventController.getEventById
(String locale, String version, long storeId, long collectionId, String authToken, long id) This method is used to load single Event based on given Event Request.org.springframework.http.ResponseEntity<Event>
EventController.updateEventById
(String locale, String version, long storeId, long collectionId, String authToken, long id, Event request) This method is used to update single Event based on given Event Request.Methods in com.skava.web with parameters of type EventModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Event>
EventController.createEvent
(String locale, String version, long storeId, long collectionId, String authToken, Event request) This method is used to create Event based on given Event Request.org.springframework.http.ResponseEntity<Event>
EventController.updateEventById
(String locale, String version, long storeId, long collectionId, String authToken, long id, Event request) This method is used to update single Event based on given Event Request.