Class NotificationConfiguration
java.lang.Object
org.apache.fineract.notification.starter.NotificationConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnotificationDomainService(org.apache.fineract.infrastructure.event.business.service.BusinessEventNotifierService businessEventNotifierService, org.apache.fineract.infrastructure.security.service.PlatformSecurityContext context, UserNotificationService userNotificationService) notificationReadPlatformService(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, org.apache.fineract.infrastructure.security.service.PlatformSecurityContext context, org.apache.fineract.infrastructure.security.utils.ColumnValidator columnValidator, org.apache.fineract.infrastructure.core.service.PaginationHelper paginationHelper, org.apache.fineract.infrastructure.core.service.database.DatabaseSpecificSQLGenerator sqlGenerator) notificationWritePlatformService(NotificationGeneratorWritePlatformService notificationGeneratorWritePlatformService, NotificationGeneratorReadRepositoryWrapper notificationGeneratorReadRepositoryWrapper, AppUserRepository appUserRepository, NotificationMapperWritePlatformService notificationMapperWritePlatformService) userNotificationService(NotificationEventPublisher notificationEventPublisher, AppUserRepository appUserRepository, org.apache.fineract.infrastructure.core.config.FineractProperties fineractProperties, NotificationReadPlatformService notificationReadPlatformService, NotificationWritePlatformService notificationWritePlatformService)
-
Constructor Details
-
NotificationConfiguration
public NotificationConfiguration()
-
-
Method Details
-
notificationDomainService
@Bean @ConditionalOnMissingBean(NotificationDomainService.class) public NotificationDomainService notificationDomainService(org.apache.fineract.infrastructure.event.business.service.BusinessEventNotifierService businessEventNotifierService, org.apache.fineract.infrastructure.security.service.PlatformSecurityContext context, UserNotificationService userNotificationService) -
notificationReadPlatformService
@Bean @ConditionalOnMissingBean(NotificationReadPlatformService.class) public NotificationReadPlatformService notificationReadPlatformService(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, org.apache.fineract.infrastructure.security.service.PlatformSecurityContext context, org.apache.fineract.infrastructure.security.utils.ColumnValidator columnValidator, org.apache.fineract.infrastructure.core.service.PaginationHelper paginationHelper, org.apache.fineract.infrastructure.core.service.database.DatabaseSpecificSQLGenerator sqlGenerator) -
notificationWritePlatformService
@Bean @ConditionalOnMissingBean(NotificationWritePlatformService.class) public NotificationWritePlatformService notificationWritePlatformService(NotificationGeneratorWritePlatformService notificationGeneratorWritePlatformService, NotificationGeneratorReadRepositoryWrapper notificationGeneratorReadRepositoryWrapper, AppUserRepository appUserRepository, NotificationMapperWritePlatformService notificationMapperWritePlatformService) -
userNotificationService
@Bean @ConditionalOnMissingBean(UserNotificationService.class) public UserNotificationService userNotificationService(NotificationEventPublisher notificationEventPublisher, AppUserRepository appUserRepository, org.apache.fineract.infrastructure.core.config.FineractProperties fineractProperties, NotificationReadPlatformService notificationReadPlatformService, NotificationWritePlatformService notificationWritePlatformService)
-