Uses of Class
de.hybris.platform.warehousingfacades.order.data.PackagingInfoData
Packages that use PackagingInfoData
Package
Description
-
Uses of PackagingInfoData in de.hybris.platform.commercefacades.order.data
Methods in de.hybris.platform.commercefacades.order.data that return PackagingInfoDataMethods in de.hybris.platform.commercefacades.order.data with parameters of type PackagingInfoDataModifier and TypeMethodDescriptionvoidConsignmentData.setPackagingInfo(PackagingInfoData packagingInfo) -
Uses of PackagingInfoData in de.hybris.platform.warehousingfacades.order
Methods in de.hybris.platform.warehousingfacades.order that return PackagingInfoDataModifier and TypeMethodDescriptionWarehousingConsignmentFacade.getConsignmentPackagingInformation(String code) API to return the packaging information for the givenConsignmentModel.CODE.Methods in de.hybris.platform.warehousingfacades.order with parameters of type PackagingInfoDataModifier and TypeMethodDescriptionWarehousingConsignmentFacade.updateConsignmentPackagingInformation(String code, PackagingInfoData packagingInfoData) API to update the packaging information for the givenConsignmentModel.CODE. -
Uses of PackagingInfoData in de.hybris.platform.warehousingfacades.order.converters.populator
Methods in de.hybris.platform.warehousingfacades.order.converters.populator that return types with arguments of type PackagingInfoDataModifier and TypeMethodDescriptionprotected Converter<PackagingInfoModel,PackagingInfoData> WarehousingConsignmentPopulator.getPackagingInfoConverter()Methods in de.hybris.platform.warehousingfacades.order.converters.populator with parameters of type PackagingInfoDataModifier and TypeMethodDescriptionvoidWarehousingPackagingInfoPopulator.populate(PackagingInfoModel source, PackagingInfoData target) voidWarehousingReversePackagingInfoPopulator.populate(PackagingInfoData source, PackagingInfoModel target) Method parameters in de.hybris.platform.warehousingfacades.order.converters.populator with type arguments of type PackagingInfoDataModifier and TypeMethodDescriptionvoidWarehousingConsignmentPopulator.setPackagingInfoConverter(Converter<PackagingInfoModel, PackagingInfoData> packagingInfoConverter) -
Uses of PackagingInfoData in de.hybris.platform.warehousingfacades.order.impl
Methods in de.hybris.platform.warehousingfacades.order.impl that return PackagingInfoDataModifier and TypeMethodDescriptionDefaultWarehousingConsignmentFacade.getConsignmentPackagingInformation(String code) Methods in de.hybris.platform.warehousingfacades.order.impl that return types with arguments of type PackagingInfoDataModifier and TypeMethodDescriptionprotected Converter<PackagingInfoModel,PackagingInfoData> DefaultWarehousingConsignmentFacade.getPackagingInfoConverter()protected Converter<PackagingInfoData,PackagingInfoModel> DefaultWarehousingConsignmentFacade.getReversePackagingInfoConverter()Methods in de.hybris.platform.warehousingfacades.order.impl with parameters of type PackagingInfoDataModifier and TypeMethodDescriptionDefaultWarehousingConsignmentFacade.updateConsignmentPackagingInformation(String code, PackagingInfoData packagingInfoData) Method parameters in de.hybris.platform.warehousingfacades.order.impl with type arguments of type PackagingInfoDataModifier and TypeMethodDescriptionvoidDefaultWarehousingConsignmentFacade.setPackagingInfoConverter(Converter<PackagingInfoModel, PackagingInfoData> packagingInfoConverter) voidDefaultWarehousingConsignmentFacade.setReversePackagingInfoConverter(Converter<PackagingInfoData, PackagingInfoModel> reversePackagingInfoConverter) -
Uses of PackagingInfoData in de.hybris.platform.warehousingfacades.util
Methods in de.hybris.platform.warehousingfacades.util that return PackagingInfoDataModifier and TypeMethodDescriptionprotected PackagingInfoDataBaseWarehousingFacadeIntegrationTest.createPackagingInfo()Creates a new packaging information for a consignment with default values.protected PackagingInfoDataBaseWarehousingFacadeIntegrationTest.createPackagingInfo(String width, String height, String length, String grossWeight, String insuredValue, String dimensionUnit, String weightUnit) Creates a new packaging information for a consignment with the given attributes.