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 void
NotificationListRequest. 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 Response
MailServiceQueueListener. 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 boolean
MailDataServiceImpl. sendNotification(NotificationRequest req)
Method parameters in org.openiam.email.service with type arguments of type NotificationRequest Modifier and Type Method Description void
MailDataServiceImpl. 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 boolean
MailDataService. 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 void
MailDataService. 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 boolean
MailService. sendNotification(NotificationRequest req)
Sends out a notification based on the information defined in the notification request.boolean
MailServiceImpl. sendNotification(NotificationRequest req)
-