Uses of Class
com.skava.model.domain.ActionDomain
Packages that use ActionDomain
Package
Description
Notification DTO models.
Notification domain models.
Notification service implementations.
-
Uses of ActionDomain in com.skava.model.datatransferobjects
Methods in com.skava.model.datatransferobjects that return ActionDomainMethods in com.skava.model.datatransferobjects with parameters of type ActionDomainModifier and TypeMethodDescriptionAction.fromDomainObject
(ActionDomain actionDO) This function is used to map the params present in objectActionDomain
toAction
-
Uses of ActionDomain in com.skava.model.domain
Methods in com.skava.model.domain that return ActionDomainModifier and TypeMethodDescriptionActionDomain.fromEntity
(ActionEntity action) fromEntity - Used to convertActionEntity
toActionDomain
object. -
Uses of ActionDomain in com.skava.service.impl
Methods in com.skava.service.impl that return types with arguments of type ActionDomainModifier and TypeMethodDescriptionFindAllActionServiceImpl.searchAction
(CommonRequest actionRequest) searchAction This function is used to load all the actions present according to the given request parameters