Uses of Class
org.openiam.base.request.NotificationRequest
-
Packages that use NotificationRequest Package Description org.openiam.base.request org.openiam.email.mq org.openiam.email.service org.openiam.email.service.intf org.openiam.srvc.common -
-
Uses of NotificationRequest in org.openiam.base.request
Methods in org.openiam.base.request that return types with arguments of type NotificationRequest Modifier and Type Method Description List<NotificationRequest>NotificationListRequest. getRequests()Method parameters in org.openiam.base.request with type arguments of type NotificationRequest Modifier and Type Method Description voidNotificationListRequest. setRequests(List<NotificationRequest> requests) -
Uses of NotificationRequest in org.openiam.email.mq
Methods in org.openiam.email.mq with parameters of type NotificationRequest Modifier and Type Method Description ResponseMailServiceQueueListener. processingApiRequest(EmailAPI api, NotificationRequest request) -
Uses of NotificationRequest in org.openiam.email.service
Methods in org.openiam.email.service with parameters of type NotificationRequest Modifier and Type Method Description booleanMailDataServiceImpl. sendNotification(NotificationRequest req)Method parameters in org.openiam.email.service with type arguments of type NotificationRequest Modifier and Type Method Description voidMailDataServiceImpl. sendNotifications(List<NotificationRequest> requests) -
Uses of NotificationRequest in org.openiam.email.service.intf
Methods in org.openiam.email.service.intf with parameters of type NotificationRequest Modifier and Type Method Description booleanMailDataService. sendNotification(NotificationRequest req)Sends out a notification based on the information defined in the notification request.Method parameters in org.openiam.email.service.intf with type arguments of type NotificationRequest Modifier and Type Method Description voidMailDataService. sendNotifications(List<NotificationRequest> requests)method is used to send multiple notifications. -
Uses of NotificationRequest in org.openiam.srvc.common
Methods in org.openiam.srvc.common with parameters of type NotificationRequest Modifier and Type Method Description booleanMailService. sendNotification(NotificationRequest req)Sends out a notification based on the information defined in the notification request.booleanMailServiceImpl. sendNotification(NotificationRequest req)
-