Uses of Record Class
com.bluebell.greenhouse.planter.resolvers.request.notification.RecurringNotificationRequestContext
Packages that use RecurringNotificationRequestContext
Package
Description
Contains controllers for handling
RecurringNotifications.Contains the notification orchestrators.
Contains request resolvers for recurring-notification domain entities.
-
Uses of RecurringNotificationRequestContext in com.bluebell.greenhouse.planter.controllers.notification
Methods in com.bluebell.greenhouse.planter.controllers.notification with parameters of type RecurringNotificationRequestContextModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> RecurringNotificationApiController.deleteRecurringNotification(RecurringNotificationRequestContext context) Deletes aRecurringNotificationwith the matching type.org.springframework.http.ResponseEntity<RecurringNotificationDTO> RecurringNotificationApiController.getRecurringNotificationByType(RecurringNotificationRequestContext context) Returns the current user'sRecurringNotificationfor the given type.org.springframework.http.ResponseEntity<RecurringNotificationDTO> RecurringNotificationApiController.putUpdateRecurringNotification(@Valid CreateUpdateRecurringNotificationDTO data, RecurringNotificationRequestContext context) Updates an existingRecurringNotification. -
Uses of RecurringNotificationRequestContext in com.bluebell.greenhouse.planter.orchestrators.notification
Methods in com.bluebell.greenhouse.planter.orchestrators.notification with parameters of type RecurringNotificationRequestContextModifier and TypeMethodDescriptionvoidRecurringNotificationOrchestrator.deleteRecurringNotification(RecurringNotificationRequestContext context) Deletes theRecurringNotificationwith the resolved type.RecurringNotificationOrchestrator.getRecurringNotificationByType(RecurringNotificationRequestContext context) Obtains the current user'sRecurringNotificationfor the resolved type.RecurringNotificationOrchestrator.updateRecurringNotification(CreateUpdateRecurringNotificationDTO data, RecurringNotificationRequestContext context) Updates an existingRecurringNotification. -
Uses of RecurringNotificationRequestContext in com.bluebell.greenhouse.planter.resolvers.request.notification
Subclasses with type arguments of type RecurringNotificationRequestContext in com.bluebell.greenhouse.planter.resolvers.request.notificationModifier and TypeClassDescriptionfinal classResolvesRecurringNotificationRequestContextcontroller arguments.Methods in com.bluebell.greenhouse.planter.resolvers.request.notification that return RecurringNotificationRequestContextModifier and TypeMethodDescriptionRecurringNotificationRequestResolver.resolve(jakarta.servlet.http.HttpServletRequest request, String notificationType) Resolves the authenticated user and requested recurring notification.protected RecurringNotificationRequestContextRecurringNotificationArgumentResolver.resolveContext(org.springframework.core.MethodParameter parameter, org.springframework.web.context.request.NativeWebRequest webRequest) Resolves the domain-specific request context.