| Modifier and Type | Method and Description |
|---|---|
java.util.List<ConsignmentWsDTO> |
OrderWsDTO.getConsignments() |
| Modifier and Type | Method and Description |
|---|---|
void |
OrderWsDTO.setConsignments(java.util.List<ConsignmentWsDTO> consignments) |
| Modifier and Type | Method and Description |
|---|---|
ConsignmentWsDTO |
WarehousingConsignmentsController.getConsignmentForCode(java.lang.String code,
java.lang.String fields)
Request to get
ConsignmentModel for the given code |
ConsignmentWsDTO |
WarehousingConsignmentsController.updatePackagingInfo(PackagingInfoWsDTO packagingInfo,
java.lang.String code,
java.lang.String fields)
Request to update a
ConsignmentModel with a new Packaging information. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ConsignmentWsDTO> |
ConsignmentSearchPageWsDto.getConsignments() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConsignmentSearchPageWsDto.setConsignments(java.util.List<ConsignmentWsDTO> consignments) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ConsignmentWsDTO> |
WarehouseWsDto.getConsignments() |
| Modifier and Type | Method and Description |
|---|---|
void |
WarehouseWsDto.setConsignments(java.util.List<ConsignmentWsDTO> consignments) |
| Modifier and Type | Method and Description |
|---|---|
protected ConsignmentWsDTO |
BaseWarehousingWebservicesIntegrationTest.getConsignmentsForCodeByDefault(java.lang.String code) |
protected ConsignmentWsDTO |
BaseWarehousingWebservicesIntegrationTest.updatePackagingInfoByDefault(java.lang.String code,
PackagingInfoWsDTO packagingInfoWsDTO) |
Copyright © 2018 SAP SE. All Rights Reserved.