Class DriverDashboardControllerHelper
java.lang.Object
org.tavall.couriers.web.view.controller.dsahboard.driver.helper.DriverDashboardControllerHelper
-
Constructor Summary
ConstructorsConstructorDescriptionDriverDashboardControllerHelper(ShippingLabelMetaDataService shippingService, DeliveryRouteService routeService, UserAccountService userAccountService, ManualAddressVerificationService addressVerificationService) -
Method Summary
Modifier and TypeMethodDescriptioncreateLabel(ShippingLabelMetaDataEntity shipment, LocalDate deliverByDate, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) createLabelPage(org.springframework.ui.Model model, String createdUuid) dashboard(org.springframework.ui.Model model, org.springframework.security.core.Authentication authentication, String routeId) scanPage(org.springframework.ui.Model model) transitionPackage(String uuid, String nextState, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
-
Constructor Details
-
DriverDashboardControllerHelper
public DriverDashboardControllerHelper(ShippingLabelMetaDataService shippingService, DeliveryRouteService routeService, UserAccountService userAccountService, ManualAddressVerificationService addressVerificationService)
-
-
Method Details
-
dashboard
-
createLabelPage
-
createLabel
public String createLabel(ShippingLabelMetaDataEntity shipment, @RequestParam(value="deliverByDate",required=false) @DateTimeFormat(iso=DATE) LocalDate deliverByDate, org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) -
scanPage
-
statePage
-
transitionPackage
-