Class NotificationDataBinderImpl
- java.lang.Object
-
- org.apache.syncope.core.provisioning.java.data.NotificationDataBinderImpl
-
- All Implemented Interfaces:
NotificationDataBinder
public class NotificationDataBinderImpl extends Object implements NotificationDataBinder
-
-
Field Summary
Fields Modifier and Type Field Description protected AnyTypeDAO
anyTypeDAO
protected EntityFactory
entityFactory
protected ImplementationDAO
implementationDAO
protected IntAttrNameParser
intAttrNameParser
protected static Logger
LOG
protected MailTemplateDAO
mailTemplateDAO
-
Constructor Summary
Constructors Constructor Description NotificationDataBinderImpl(MailTemplateDAO mailTemplateDAO, AnyTypeDAO anyTypeDAO, ImplementationDAO implementationDAO, EntityFactory entityFactory, IntAttrNameParser intAttrNameParser)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Notification
create(NotificationTO notificationTO)
NotificationTO
getNotificationTO(Notification notification)
void
update(Notification notification, NotificationTO notificationTO)
-
-
-
Field Detail
-
LOG
protected static final Logger LOG
-
mailTemplateDAO
protected final MailTemplateDAO mailTemplateDAO
-
anyTypeDAO
protected final AnyTypeDAO anyTypeDAO
-
implementationDAO
protected final ImplementationDAO implementationDAO
-
entityFactory
protected final EntityFactory entityFactory
-
intAttrNameParser
protected final IntAttrNameParser intAttrNameParser
-
-
Constructor Detail
-
NotificationDataBinderImpl
public NotificationDataBinderImpl(MailTemplateDAO mailTemplateDAO, AnyTypeDAO anyTypeDAO, ImplementationDAO implementationDAO, EntityFactory entityFactory, IntAttrNameParser intAttrNameParser)
-
-
Method Detail
-
getNotificationTO
public NotificationTO getNotificationTO(Notification notification)
- Specified by:
getNotificationTO
in interfaceNotificationDataBinder
-
create
public Notification create(NotificationTO notificationTO)
- Specified by:
create
in interfaceNotificationDataBinder
-
update
public void update(Notification notification, NotificationTO notificationTO)
- Specified by:
update
in interfaceNotificationDataBinder
-
-