Class DriverDashboardControllerHelper

java.lang.Object
org.tavall.couriers.web.view.controller.dsahboard.driver.helper.DriverDashboardControllerHelper

@Component public class DriverDashboardControllerHelper extends Object
  • Constructor Details

  • Method Details

    • dashboard

      public String dashboard(org.springframework.ui.Model model, org.springframework.security.core.Authentication authentication, @RequestParam(value="routeId",required=false) String routeId)
    • createLabelPage

      public String createLabelPage(org.springframework.ui.Model model, @RequestParam(value="created",required=false) String createdUuid)
    • 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

      public String scanPage(org.springframework.ui.Model model)
    • statePage

      public String statePage(org.springframework.ui.Model model, @RequestParam(value="uuid",required=false) String uuid, @RequestParam(value="status",required=false) String status, @RequestParam(value="error",required=false) String error)
    • transitionPackage

      public String transitionPackage(@RequestParam("uuid") String uuid, @RequestParam("nextState") String nextState, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)