Uses of Class
com.bluebell.greenhouse.planter.resolvers.request.ref.OwnedRecurringNotificationRef
Packages that use OwnedRecurringNotificationRef
Package
Description
Contains request resolvers for recurring-notification domain entities.
Contains owned reference types carried by API request contexts.
Contains the service layer for
RecurringNotifications.-
Uses of OwnedRecurringNotificationRef in com.bluebell.greenhouse.planter.resolvers.request.notification
Methods in com.bluebell.greenhouse.planter.resolvers.request.notification that return OwnedRecurringNotificationRefModifier and TypeMethodDescriptionRecurringNotificationRequestContext.recurringNotificationRef()Returns the value of therecurringNotificationRefrecord component.Constructors in com.bluebell.greenhouse.planter.resolvers.request.notification with parameters of type OwnedRecurringNotificationRefModifierConstructorDescriptionRecurringNotificationRequestContext(AuthenticatedUserRef userRef, OwnedRecurringNotificationRef recurringNotificationRef) Creates an instance of aRecurringNotificationRequestContextrecord class. -
Uses of OwnedRecurringNotificationRef in com.bluebell.greenhouse.planter.resolvers.request.ref
Methods in com.bluebell.greenhouse.planter.resolvers.request.ref that return OwnedRecurringNotificationRefModifier and TypeMethodDescriptionOwnedRecurringNotificationRef.of(AuthenticatedUserRef userRef, RecurringNotificationType notificationType) Creates the reference. -
Uses of OwnedRecurringNotificationRef in com.bluebell.greenhouse.radicle.services.notification
Methods in com.bluebell.greenhouse.radicle.services.notification with parameters of type OwnedRecurringNotificationRefModifier and TypeMethodDescriptionRecurringNotificationService.resolveOwned(OwnedRecurringNotificationRef ref) Resolves the recurring notification a reference identifies.