Interface NotificationDataBinder
-
- All Known Implementing Classes:
NotificationDataBinderImpl
public interface NotificationDataBinder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Notification
create(NotificationTO notificationTO)
NotificationTO
getNotificationTO(Notification notification)
void
update(Notification notification, NotificationTO notificationTO)
-
-
-
Method Detail
-
getNotificationTO
NotificationTO getNotificationTO(Notification notification)
-
create
Notification create(NotificationTO notificationTO)
-
update
void update(Notification notification, NotificationTO notificationTO)
-
-