Class RecurringNotificationRequestResolver
java.lang.Object
com.bluebell.greenhouse.planter.resolvers.request.notification.RecurringNotificationRequestResolver
Resolves recurring-notification domain values and builds ownership claims for API requests.
- Version:
- 3.0.6
- Author:
- Stephen Prizio
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionResolves the authenticated user and requested recurring notification.resolveType(String notificationType) Resolves a recurring notification type from its API code.
-
Constructor Details
-
RecurringNotificationRequestResolver
public RecurringNotificationRequestResolver()
-
-
Method Details
-
resolveType
Resolves a recurring notification type from its API code.- Parameters:
notificationType- notification type code- Returns:
RecurringNotificationType
-
resolve
public RecurringNotificationRequestContext resolve(jakarta.servlet.http.HttpServletRequest request, String notificationType) Resolves the authenticated user and requested recurring notification.- Parameters:
request-HttpServletRequestnotificationType- notification type code- Returns:
RecurringNotificationRequestContext
-