Uses of Class
com.skava.model.domain.EventDomain
Packages that use EventDomain
Package
Description
Notification DTO models.
Notification domain models.
Notification service implementations.
-
Uses of EventDomain in com.skava.model.datatransferobjects
Methods in com.skava.model.datatransferobjects that return EventDomainMethods in com.skava.model.datatransferobjects with parameters of type EventDomainModifier and TypeMethodDescriptionEvent.fromDomainObject
(EventDomain eventDO) This function is used to map the parameters present in objectEventDomain
toEvent
-
Uses of EventDomain in com.skava.model.domain
Methods in com.skava.model.domain that return EventDomainModifier and TypeMethodDescriptionEventDomain.fromEntity
(EventEntity event) fromEntity - Used to convertEventEntity
object toEventDomain
object. -
Uses of EventDomain in com.skava.service.impl
Methods in com.skava.service.impl that return types with arguments of type EventDomainModifier and TypeMethodDescriptionFindAllEventServiceImpl.searchEvent
(CommonRequest eventRequest) searchEvent This function is used to load all the events present according to the given request parameters