Uses of Annotation Interface
com.bluebell.greenhouse.planter.annotations.resolution.ResolvedRecurringNotification
Packages that use ResolvedRecurringNotification
Package
Description
Contains controllers for handling
RecurringNotifications.Contains request resolvers for recurring-notification domain entities.
-
Uses of ResolvedRecurringNotification in com.bluebell.greenhouse.planter.controllers.notification
Method parameters in com.bluebell.greenhouse.planter.controllers.notification with annotations of type ResolvedRecurringNotificationModifier 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 ResolvedRecurringNotification in com.bluebell.greenhouse.planter.resolvers.request.notification
Subclasses with type arguments of type ResolvedRecurringNotification in com.bluebell.greenhouse.planter.resolvers.request.notificationModifier and TypeClassDescriptionfinal classResolvesRecurringNotificationRequestContextcontroller arguments.