Uses of Class
step.plugins.notification.gateway.configuration.NotificationGatewayConfiguration
-
Packages that use NotificationGatewayConfiguration Package Description step.plugins.notification step.plugins.notification.gateway step.plugins.notification.gateway.configuration -
-
Uses of NotificationGatewayConfiguration in step.plugins.notification
Methods in step.plugins.notification that return NotificationGatewayConfiguration Modifier and Type Method Description NotificationGatewayConfigurationNotificationServices. getNotificationGatewayConfiguration(String id)Methods in step.plugins.notification that return types with arguments of type NotificationGatewayConfiguration Modifier and Type Method Description List<NotificationGatewayConfiguration>NotificationServices. getNotificationGatewayConfigurations()Methods in step.plugins.notification with parameters of type NotificationGatewayConfiguration Modifier and Type Method Description voidNotificationServices. saveNotificationGatewayConfiguration(NotificationGatewayConfiguration gatewayConfiguration) -
Uses of NotificationGatewayConfiguration in step.plugins.notification.gateway
Fields in step.plugins.notification.gateway with type parameters of type NotificationGatewayConfiguration Modifier and Type Field Description protected step.core.accessors.CRUDAccessor<NotificationGatewayConfiguration>NotificationGatewayManager. gatewayConfigurationAccessorMethods in step.plugins.notification.gateway with parameters of type NotificationGatewayConfiguration Modifier and Type Method Description voidEmailNotificationGateway. send(NotificationGatewayConfiguration gatewayConfiguration_, Notification notification)abstract voidNotificationGateway. send(NotificationGatewayConfiguration gatewayConfiguration, Notification notification)Constructor parameters in step.plugins.notification.gateway with type arguments of type NotificationGatewayConfiguration Constructor Description NotificationGatewayManager(step.core.accessors.CRUDAccessor<NotificationGatewayConfiguration> gatewayConfigurationAccessor) -
Uses of NotificationGatewayConfiguration in step.plugins.notification.gateway.configuration
Subclasses of NotificationGatewayConfiguration in step.plugins.notification.gateway.configuration Modifier and Type Class Description classEmailNotificationGatewayConfiguration
-