Uses of Class
org.eblocker.server.http.service.CustomerInfoService
Packages that use CustomerInfoService
-
Uses of CustomerInfoService in org.eblocker.server.http.controller.impl
Constructors in org.eblocker.server.http.controller.impl with parameters of type CustomerInfoServiceModifierConstructorDescriptionCustomerInfoControllerImpl(PageContextStore pageContextStore, SessionStore sessionStore, com.fasterxml.jackson.databind.ObjectMapper objectMapper, CustomerInfoService customerInfoService) DeviceRegistrationControllerImpl(String fallbackProductId, String fallbackProductName, String fallbackProductFeatures, DeviceRegistrationProperties deviceRegistrationProperties, DeviceRegistrationClient deviceRegistrationClient, ProductInfoService productInfoService, ReminderService reminderService, RegistrationService registrationService, SslService sslService, SystemUpdater systemUpdater, ScheduledExecutorService executorService, ProductMigrationService productMigrationService, DataSource dataSource, CustomerInfoService customerInfoService, RegistrationServiceAvailabilityCheck registrationServiceAvailabilityCheck)