Class NotificationServiceImpl
java.lang.Object
com.is.findyourplace.service.gestioneAmministratori.NotificationServiceImpl
- All Implemented Interfaces:
NotificationService
-
Constructor Summary
ConstructorsConstructorDescriptionNotificationServiceImpl(UtenteRepository utenteRepository, NotificaRepository notificaRepository) Costruttore del service. -
Method Summary
Modifier and TypeMethodDescriptionvoidsaveNotifica(NotificaDto notificaDto) Salva notifica verso un singolo Utente.voidsaveNotificaBroadcast(NotificaDto notificaDto) Salva notifica verso tutti gli utenti.
-
Constructor Details
-
NotificationServiceImpl
public NotificationServiceImpl(UtenteRepository utenteRepository, NotificaRepository notificaRepository) Costruttore del service.- Parameters:
utenteRepository- UtenteRepositorynotificaRepository- NotificaRepository
-
-
Method Details
-
saveNotifica
Description copied from interface:NotificationServiceSalva notifica verso un singolo Utente.- Specified by:
saveNotificain interfaceNotificationService- Parameters:
notificaDto- NotificaDto
-
saveNotificaBroadcast
Description copied from interface:NotificationServiceSalva notifica verso tutti gli utenti.- Specified by:
saveNotificaBroadcastin interfaceNotificationService- Parameters:
notificaDto- NotificaDto
-