Uses of Class
de.hybris.platform.warehousingwebservices.dto.order.ConsignmentReallocationWsDTO
-
Packages that use ConsignmentReallocationWsDTO Package Description de.hybris.platform.warehousingwebservices.controllers.order de.hybris.platform.warehousingwebservices.warehousingwebservices.util -
-
Uses of ConsignmentReallocationWsDTO in de.hybris.platform.warehousingwebservices.controllers.order
Methods in de.hybris.platform.warehousingwebservices.controllers.order with parameters of type ConsignmentReallocationWsDTO Modifier and Type Method Description voidWarehousingConsignmentsController. reallocateConsignment(ConsignmentReallocationWsDTO consignmentReallocationWsDTO, @NotNull java.lang.String code)Request to reallocate aConsignmentModelto a new warehouse. -
Uses of ConsignmentReallocationWsDTO in de.hybris.platform.warehousingwebservices.warehousingwebservices.util
Methods in de.hybris.platform.warehousingwebservices.warehousingwebservices.util that return ConsignmentReallocationWsDTO Modifier and Type Method Description protected ConsignmentReallocationWsDTOBaseWarehousingWebservicesIntegrationTest. createConsignmentReallocationWsDTO()Creates aConsignmentReallocationWsDTO
-