Uses of Class
de.hybris.platform.commercewebservicescommons.dto.order.ConsignmentWsDTO
Packages that use ConsignmentWsDTO
Package
Description
-
Uses of ConsignmentWsDTO in de.hybris.platform.commercewebservicescommons.dto.order
Methods in de.hybris.platform.commercewebservicescommons.dto.order that return types with arguments of type ConsignmentWsDTOMethod parameters in de.hybris.platform.commercewebservicescommons.dto.order with type arguments of type ConsignmentWsDTOModifier and TypeMethodDescriptionvoidOrderWsDTO.setConsignments(List<ConsignmentWsDTO> consignments) -
Uses of ConsignmentWsDTO in de.hybris.platform.warehousingwebservices.controllers.order
Methods in de.hybris.platform.warehousingwebservices.controllers.order that return ConsignmentWsDTOModifier and TypeMethodDescriptionWarehousingConsignmentsController.getConsignmentForCode(String code, String fields) Request to getConsignmentModelfor the given codeWarehousingConsignmentsController.updatePackagingInfo(PackagingInfoWsDTO packagingInfo, @NotNull String code, String fields) Request to update aConsignmentModelwith a new Packaging information. -
Uses of ConsignmentWsDTO in de.hybris.platform.warehousingwebservices.dto.order
Methods in de.hybris.platform.warehousingwebservices.dto.order that return types with arguments of type ConsignmentWsDTOMethod parameters in de.hybris.platform.warehousingwebservices.dto.order with type arguments of type ConsignmentWsDTOModifier and TypeMethodDescriptionvoidConsignmentSearchPageWsDto.setConsignments(List<ConsignmentWsDTO> consignments) -
Uses of ConsignmentWsDTO in de.hybris.platform.warehousingwebservices.dto.store
Methods in de.hybris.platform.warehousingwebservices.dto.store that return types with arguments of type ConsignmentWsDTOMethod parameters in de.hybris.platform.warehousingwebservices.dto.store with type arguments of type ConsignmentWsDTOModifier and TypeMethodDescriptionvoidWarehouseWsDto.setConsignments(List<ConsignmentWsDTO> consignments) -
Uses of ConsignmentWsDTO in de.hybris.platform.warehousingwebservices.warehousingwebservices.util
Methods in de.hybris.platform.warehousingwebservices.warehousingwebservices.util that return ConsignmentWsDTOModifier and TypeMethodDescriptionprotected ConsignmentWsDTOBaseWarehousingWebservicesIntegrationTest.getConsignmentsForCodeByDefault(String code) protected ConsignmentWsDTOBaseWarehousingWebservicesIntegrationTest.updatePackagingInfoByDefault(String code, PackagingInfoWsDTO packagingInfoWsDTO)