Uses of Class
de.hybris.platform.commercewebservicescommons.dto.order.ConsignmentWsDTO
-
-
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 ConsignmentWsDTO Modifier and Type Method Description java.util.List<ConsignmentWsDTO>OrderWsDTO. getConsignments()Method parameters in de.hybris.platform.commercewebservicescommons.dto.order with type arguments of type ConsignmentWsDTO Modifier and Type Method Description voidOrderWsDTO. setConsignments(java.util.List<ConsignmentWsDTO> consignments) -
Uses of ConsignmentWsDTO in de.hybris.platform.warehousingwebservices.controllers.order
Methods in de.hybris.platform.warehousingwebservices.controllers.order that return ConsignmentWsDTO Modifier and Type Method Description ConsignmentWsDTOWarehousingConsignmentsController. getConsignmentForCode(java.lang.String code, java.lang.String fields)Request to getConsignmentModelfor the given codeConsignmentWsDTOWarehousingConsignmentsController. updatePackagingInfo(PackagingInfoWsDTO packagingInfo, @NotNull java.lang.String code, java.lang.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 ConsignmentWsDTO Modifier and Type Method Description java.util.List<ConsignmentWsDTO>ConsignmentSearchPageWsDto. getConsignments()Method parameters in de.hybris.platform.warehousingwebservices.dto.order with type arguments of type ConsignmentWsDTO Modifier and Type Method Description voidConsignmentSearchPageWsDto. setConsignments(java.util.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 ConsignmentWsDTO Modifier and Type Method Description java.util.List<ConsignmentWsDTO>WarehouseWsDto. getConsignments()Method parameters in de.hybris.platform.warehousingwebservices.dto.store with type arguments of type ConsignmentWsDTO Modifier and Type Method Description voidWarehouseWsDto. setConsignments(java.util.List<ConsignmentWsDTO> consignments) -
Uses of ConsignmentWsDTO in de.hybris.platform.warehousingwebservices.warehousingwebservices.util
Methods in de.hybris.platform.warehousingwebservices.warehousingwebservices.util that return ConsignmentWsDTO Modifier and Type Method Description protected ConsignmentWsDTOBaseWarehousingWebservicesIntegrationTest. getConsignmentsForCodeByDefault(java.lang.String code)protected ConsignmentWsDTOBaseWarehousingWebservicesIntegrationTest. updatePackagingInfoByDefault(java.lang.String code, PackagingInfoWsDTO packagingInfoWsDTO)
-