Uses of Class
com.skava.service.impl.AppCommonServices
Packages that use AppCommonServices
Package
Description
Notification Helper classes
Notification service implementations.
-
Uses of AppCommonServices in com.skava.helper
Methods in com.skava.helper with parameters of type AppCommonServicesModifier and TypeMethodDescriptionstatic NotifyStrategy
SendNotificationUtil.getNotificationProcessorName
(String defaultNotificationProcessorClass, org.springframework.context.MessageSource messageSource, org.springframework.web.client.RestTemplate restTemplateComponent, AppCommonServices appCommonServices) getNotificationProcessorName - Used to get the className which should be executed.static void
SendNotificationUtil.notifyUsingNotificationProcessorName
(Notification notificationInfo, ActionEntity actionEntity, CollectionPropertyEntity collectionPropertyEntity, org.springframework.context.MessageSource messageSource, org.springframework.web.client.RestTemplate restTemplateComponent, AppCommonServices appCommonServices) notifyUsingNotificationProcessorName - Executes a particular class according to the value given in the collection property. -
Uses of AppCommonServices in com.skava.service.impl
Constructors in com.skava.service.impl with parameters of type AppCommonServicesModifierConstructorDescriptionSendNotificationsServiceImpl
(CollectionPropertyRepository collectionPropertyRepository, org.springframework.context.MessageSource messageSource, EventRepository eventRepository, ActionRepository actionRepository, SendNotificationValidator validator, org.springframework.web.client.RestTemplate restTemplateComponent, AppCommonServices appCommonServices) Instantiates a new send notifications service impl.