| Modifier and Type | Method and Description |
|---|---|
PackagingInfoData |
ConsignmentData.getPackagingInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConsignmentData.setPackagingInfo(PackagingInfoData packagingInfo) |
| Modifier and Type | Method and Description |
|---|---|
PackagingInfoData |
WarehousingConsignmentFacade.getConsignmentPackagingInformation(java.lang.String code)
API to return the packaging information for the given
ConsignmentModel.CODE. |
| Modifier and Type | Method and Description |
|---|---|
ConsignmentData |
WarehousingConsignmentFacade.updateConsignmentPackagingInformation(java.lang.String code,
PackagingInfoData packagingInfoData)
API to update the packaging information for the given
ConsignmentModel.CODE. |
| Modifier and Type | Method and Description |
|---|---|
protected Converter<PackagingInfoModel,PackagingInfoData> |
WarehousingConsignmentPopulator.getPackagingInfoConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
WarehousingReversePackagingInfoPopulator.populate(PackagingInfoData source,
PackagingInfoModel target) |
void |
WarehousingPackagingInfoPopulator.populate(PackagingInfoModel source,
PackagingInfoData target) |
| Modifier and Type | Method and Description |
|---|---|
void |
WarehousingConsignmentPopulator.setPackagingInfoConverter(Converter<PackagingInfoModel,PackagingInfoData> packagingInfoConverter) |
| Modifier and Type | Method and Description |
|---|---|
PackagingInfoData |
DefaultWarehousingConsignmentFacade.getConsignmentPackagingInformation(java.lang.String code) |
| Modifier and Type | Method and Description |
|---|---|
protected Converter<PackagingInfoModel,PackagingInfoData> |
DefaultWarehousingConsignmentFacade.getPackagingInfoConverter() |
protected Converter<PackagingInfoData,PackagingInfoModel> |
DefaultWarehousingConsignmentFacade.getReversePackagingInfoConverter() |
| Modifier and Type | Method and Description |
|---|---|
ConsignmentData |
DefaultWarehousingConsignmentFacade.updateConsignmentPackagingInformation(java.lang.String code,
PackagingInfoData packagingInfoData) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultWarehousingConsignmentFacade.setPackagingInfoConverter(Converter<PackagingInfoModel,PackagingInfoData> packagingInfoConverter) |
void |
DefaultWarehousingConsignmentFacade.setReversePackagingInfoConverter(Converter<PackagingInfoData,PackagingInfoModel> reversePackagingInfoConverter) |
| Modifier and Type | Method and Description |
|---|---|
protected PackagingInfoData |
BaseWarehousingFacadeIntegrationTest.createPackagingInfo()
Creates a new packaging information for a consignment with default values.
|
protected PackagingInfoData |
BaseWarehousingFacadeIntegrationTest.createPackagingInfo(java.lang.String width,
java.lang.String height,
java.lang.String length,
java.lang.String grossWeight,
java.lang.String insuredValue,
java.lang.String dimensionUnit,
java.lang.String weightUnit)
Creates a new packaging information for a consignment with the given attributes.
|
Copyright © 2018 SAP SE. All Rights Reserved.