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