Uses of Class
org.eblocker.server.common.registration.DeviceRegistrationInfo
Packages that use DeviceRegistrationInfo
Package
Description
-
Uses of DeviceRegistrationInfo in org.eblocker.server.http.controller
Methods in org.eblocker.server.http.controller that return DeviceRegistrationInfoModifier and TypeMethodDescriptionDeviceRegistrationController.register(org.restexpress.Request request, org.restexpress.Response response) DeviceRegistrationController.registrationStatus(org.restexpress.Request request, org.restexpress.Response response) -
Uses of DeviceRegistrationInfo in org.eblocker.server.http.controller.impl
Methods in org.eblocker.server.http.controller.impl that return DeviceRegistrationInfoModifier and TypeMethodDescriptionDeviceRegistrationControllerImpl.register(org.restexpress.Request request, org.restexpress.Response response) DeviceRegistrationControllerImpl.registrationStatus(org.restexpress.Request request, org.restexpress.Response response) -
Uses of DeviceRegistrationInfo in org.eblocker.server.http.service
Methods in org.eblocker.server.http.service with parameters of type DeviceRegistrationInfoModifier and TypeMethodDescriptionvoidProductMigrationService.changeProduct(DeviceRegistrationInfo oldLicense, DeviceRegistrationInfo newLicense)