Uses of Class
org.tavall.couriers.api.web.service.user.UserAccountService
Packages that use UserAccountService
Package
Description
-
Uses of UserAccountService in org.tavall.couriers.web.security
Constructors in org.tavall.couriers.web.security with parameters of type UserAccountService -
Uses of UserAccountService in org.tavall.couriers.web.view.controller.dsahboard.admin
Constructors in org.tavall.couriers.web.view.controller.dsahboard.admin with parameters of type UserAccountService -
Uses of UserAccountService in org.tavall.couriers.web.view.controller.dsahboard.admin.helper
Constructors in org.tavall.couriers.web.view.controller.dsahboard.admin.helper with parameters of type UserAccountService -
Uses of UserAccountService in org.tavall.couriers.web.view.controller.dsahboard.driver.helper
Constructors in org.tavall.couriers.web.view.controller.dsahboard.driver.helper with parameters of type UserAccountServiceModifierConstructorDescriptionDriverDashboardControllerHelper(ShippingLabelMetaDataService shippingService, DeliveryRouteService routeService, UserAccountService userAccountService, ManualAddressVerificationService addressVerificationService) -
Uses of UserAccountService in org.tavall.couriers.web.view.controller.dsahboard.merchant.helper
Constructors in org.tavall.couriers.web.view.controller.dsahboard.merchant.helper with parameters of type UserAccountServiceModifierConstructorDescriptionMerchantDashboardControllerHelper(ShippingLabelMetaDataService shippingService, DeliveryRouteService routeService, ScanCacheService scanCache, ScanErrorCacheService scanErrorCache, CameraPageService cameraPageService, UserAccountService userAccountService, ManualAddressVerificationService addressVerificationService) -
Uses of UserAccountService in org.tavall.couriers.web.view.controller.dsahboard.superuser.helper
Constructors in org.tavall.couriers.web.view.controller.dsahboard.superuser.helper with parameters of type UserAccountServiceModifierConstructorDescriptionSuperuserDashboardControllerHelper(ShippingLabelMetaDataService shippingService, UserAccountService userAccountService)