| Package | Description |
|---|---|
| de.hybris.platform.ordersplitting.model |
Contains generated models for each type of de.hybris.platform.ordersplitting.jalo package.
|
| de.hybris.platform.warehousing.resource | |
| de.hybris.platform.warehousingbackoffice.renderers | |
| de.hybris.platform.warehousingfacades.order.converters.populator | |
| de.hybris.platform.warehousingfacades.order.impl |
| Modifier and Type | Method and Description |
|---|---|
PackagingInfoModel |
ConsignmentModel.getPackagingInfo()
Generated method - Getter of the
Consignment.packagingInfo attribute defined at extension warehousing. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PackagingInfoModel> |
ConsignmentModel.getPackaginginfos()
Generated method - Getter of the
Consignment.packaginginfos attribute defined at extension warehousing. |
| Modifier and Type | Method and Description |
|---|---|
void |
ConsignmentModel.setPackagingInfo(PackagingInfoModel value)
Generated method - Setter of
Consignment.packagingInfo attribute defined at extension warehousing. |
| Modifier and Type | Method and Description |
|---|---|
void |
ConsignmentModel.setPackaginginfos(java.util.List<PackagingInfoModel> value)
Generated method - Setter of
Consignment.packaginginfos attribute defined at extension warehousing. |
| Modifier and Type | Method and Description |
|---|---|
PackagingInfoModel |
PackagingInfoResource.getPackagingInfoModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected PackagingInfoModel |
PackagingInfoResource.readResource(java.lang.String resourceId)
Gets the
PackagingInfoModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<PackagingInfoModel> |
PackagingInfosResource.getPackagingInfosCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
PackagingInfoResource.setPackagingInfoModel(PackagingInfoModel value)
Convenience method which just delegates to
#setResourceValue(PackagingInfoModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
PackagingInfosResource.setPackagingInfosCollection(java.util.Collection<PackagingInfoModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
EditPackageInfoButtonRenderer.checkEditability(PackagingInfoModel packageInfo)
Checks if the
PackagingInfoModel should be editable. |
| 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 |
|---|---|
protected Converter<PackagingInfoModel,PackagingInfoData> |
DefaultWarehousingConsignmentFacade.getPackagingInfoConverter() |
protected Converter<PackagingInfoData,PackagingInfoModel> |
DefaultWarehousingConsignmentFacade.getReversePackagingInfoConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultWarehousingConsignmentFacade.setPackagingInfoConverter(Converter<PackagingInfoModel,PackagingInfoData> packagingInfoConverter) |
void |
DefaultWarehousingConsignmentFacade.setReversePackagingInfoConverter(Converter<PackagingInfoData,PackagingInfoModel> reversePackagingInfoConverter) |
Copyright © 2018 SAP SE. All Rights Reserved.