Uses of Class
org.kuali.rice.ken.bo.NotificationResponseBo
Packages that use NotificationResponseBo
Package
Description
-
Uses of NotificationResponseBo in org.kuali.rice.ken.bo
Methods in org.kuali.rice.ken.bo that return NotificationResponseBoModifier and TypeMethodDescriptionstatic NotificationResponseBoNotificationResponseBo.from(org.kuali.rice.ken.api.notification.NotificationResponse im) Converts a immutable object to its mutable counterpartMethods in org.kuali.rice.ken.bo with parameters of type NotificationResponseBoModifier and TypeMethodDescriptionstatic org.kuali.rice.ken.api.notification.NotificationResponseNotificationResponseBo.to(NotificationResponseBo bo) Converts a mutable bo to its immutable counterpart -
Uses of NotificationResponseBo in org.kuali.rice.ken.service
Methods in org.kuali.rice.ken.service that return NotificationResponseBoModifier and TypeMethodDescriptionNotificationService.sendNotification(String notificationMessageAsXml) This method allows consumers to send notification messages.NotificationService.sendNotification(NotificationBo notification) This method allows consumers to send notification messages.Methods in org.kuali.rice.ken.service with parameters of type NotificationResponseBoModifier and TypeMethodDescriptionNotificationMessageContentService.generateNotificationResponseMessage(NotificationResponseBo response) Generates a Notification response message -
Uses of NotificationResponseBo in org.kuali.rice.ken.service.impl
Methods in org.kuali.rice.ken.service.impl that return NotificationResponseBoModifier and TypeMethodDescriptionNotificationServiceImpl.sendNotification(String notificationMessageAsXml) This method is responsible for parsing out the notification message which is sent in as a String of XML.NotificationServiceImpl.sendNotification(NotificationBo notification) Methods in org.kuali.rice.ken.service.impl with parameters of type NotificationResponseBoModifier and TypeMethodDescriptionNotificationMessageContentServiceImpl.generateNotificationResponseMessage(NotificationResponseBo response) This method will marshall out the NotificationResponse object as a String of XML, using XStream.