Uses of Record Class
com.bluebell.greenhouse.platform.models.api.dto.notification.CreateUpdateRecurringNotificationDTO
Packages that use CreateUpdateRecurringNotificationDTO
Package
Description
Contains controllers for handling
RecurringNotifications.Contains the notification orchestrators.
Contains the service layer for
RecurringNotifications.-
Uses of CreateUpdateRecurringNotificationDTO in com.bluebell.greenhouse.planter.controllers.notification
Methods in com.bluebell.greenhouse.planter.controllers.notification with parameters of type CreateUpdateRecurringNotificationDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<RecurringNotificationDTO> RecurringNotificationApiController.postCreateRecurringNotification(@Valid CreateUpdateRecurringNotificationDTO data, AuthenticatedUserRef userRef) Creates aRecurringNotification.org.springframework.http.ResponseEntity<RecurringNotificationDTO> RecurringNotificationApiController.putUpdateRecurringNotification(@Valid CreateUpdateRecurringNotificationDTO data, RecurringNotificationRequestContext context) Updates an existingRecurringNotification. -
Uses of CreateUpdateRecurringNotificationDTO in com.bluebell.greenhouse.planter.orchestrators.notification
Methods in com.bluebell.greenhouse.planter.orchestrators.notification with parameters of type CreateUpdateRecurringNotificationDTOModifier and TypeMethodDescriptionRecurringNotificationOrchestrator.createRecurringNotification(CreateUpdateRecurringNotificationDTO data, AuthenticatedUserRef userRef) Creates aRecurringNotification.RecurringNotificationOrchestrator.updateRecurringNotification(CreateUpdateRecurringNotificationDTO data, RecurringNotificationRequestContext context) Updates an existingRecurringNotification. -
Uses of CreateUpdateRecurringNotificationDTO in com.bluebell.greenhouse.radicle.services.notification
Methods in com.bluebell.greenhouse.radicle.services.notification with parameters of type CreateUpdateRecurringNotificationDTOModifier and TypeMethodDescriptionRecurringNotificationService.createRecurringNotification(CreateUpdateRecurringNotificationDTO data, User user) Creates a newRecurringNotification.RecurringNotificationService.updateRecurringNotification(RecurringNotification recurringNotification, CreateUpdateRecurringNotificationDTO data, User user) Updates an existingRecurringNotification.