Class NotificationRepoExtImpl
java.lang.Object
org.apache.syncope.core.persistence.neo4j.dao.AbstractDAO
org.apache.syncope.core.persistence.neo4j.dao.repo.NotificationRepoExtImpl
- All Implemented Interfaces:
NotificationRepoExt
-
Field Summary
FieldsFields inherited from class org.apache.syncope.core.persistence.neo4j.dao.AbstractDAO
LOG, neo4jClient, neo4jTemplate -
Constructor Summary
ConstructorsConstructorDescriptionNotificationRepoExtImpl(TaskDAO taskDAO, org.springframework.data.neo4j.core.Neo4jTemplate neo4jTemplate, org.springframework.data.neo4j.core.Neo4jClient neo4jClient, NodeValidator nodeValidator) -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteById(String key) findByTemplate(MailTemplate template) save(Notification notification) Methods inherited from class org.apache.syncope.core.persistence.neo4j.dao.AbstractDAO
cascadeDelete, deleteRelationship, findById, findByRelationship, findByRelationship, toList, toOptional
-
Field Details
-
taskDAO
-
nodeValidator
-
-
Constructor Details
-
NotificationRepoExtImpl
public NotificationRepoExtImpl(TaskDAO taskDAO, org.springframework.data.neo4j.core.Neo4jTemplate neo4jTemplate, org.springframework.data.neo4j.core.Neo4jClient neo4jClient, NodeValidator nodeValidator)
-
-
Method Details
-
findByTemplate
- Specified by:
findByTemplatein interfaceNotificationRepoExt
-
save
- Specified by:
savein interfaceNotificationRepoExt
-
deleteById
- Specified by:
deleteByIdin interfaceNotificationRepoExt
-