Class WarehousingOrdersController

java.lang.Object
de.hybris.platform.warehousingwebservices.controllers.WarehousingBaseController
de.hybris.platform.warehousingwebservices.controllers.order.WarehousingOrdersController

@Controller @RequestMapping("/orders") public class WarehousingOrdersController extends WarehousingBaseController
WebResource exposing WarehousingConsignmentFacade http://host:port/warehousingwebservices/orders
  • Constructor Details

    • WarehousingOrdersController

      public WarehousingOrdersController()
  • Method Details

    • putOrderOnHold

      @Secured({"ROLE_WAREHOUSEAGENTGROUP","ROLE_WAREHOUSEMANAGERGROUP","ROLE_WAREHOUSEADMINISTRATORGROUP"}) @RequestMapping(value="/{code}/on-hold", method=POST, produces={"application/json","application/xml"}, consumes={"application/json","application/xml"}) @ResponseStatus(OK) public void putOrderOnHold(@PathVariable @NotNull @NotNull String code)
      Request to put order on hold
      Parameters:
      code - order's code to be put on hold
    • reSource

      @Secured({"ROLE_WAREHOUSEAGENTGROUP","ROLE_WAREHOUSEMANAGERGROUP","ROLE_WAREHOUSEADMINISTRATORGROUP"}) @RequestMapping(value="/{code}/re-source", method=POST, produces={"application/json","application/xml"}, consumes={"application/json","application/xml"}) @ResponseStatus(OK) public void reSource(@PathVariable @NotNull @NotNull String code)
      Request to re-Source an order
      Parameters:
      code - order's code to be resourced