Uses of Class
de.hybris.platform.consignmenttrackingservices.model.CarrierModel
-
Packages that use CarrierModel Package Description de.hybris.platform.consignmenttrackingfacades.populators de.hybris.platform.ordersplitting.model Contains generated models for each type of de.hybris.platform.ordersplitting.jalo package. -
-
Uses of CarrierModel in de.hybris.platform.consignmenttrackingfacades.populators
Methods in de.hybris.platform.consignmenttrackingfacades.populators that return types with arguments of type CarrierModel Modifier and Type Method Description protected Converter<CarrierModel,CarrierData>ConsignmentForTrackingPopulator. getCarrierConverter()Methods in de.hybris.platform.consignmenttrackingfacades.populators with parameters of type CarrierModel Modifier and Type Method Description voidDefaultCarrierPopulator. populate(CarrierModel source, CarrierData target)Method parameters in de.hybris.platform.consignmenttrackingfacades.populators with type arguments of type CarrierModel Modifier and Type Method Description voidConsignmentForTrackingPopulator. setCarrierConverter(Converter<CarrierModel,CarrierData> carrierConverter) -
Uses of CarrierModel in de.hybris.platform.ordersplitting.model
Methods in de.hybris.platform.ordersplitting.model that return CarrierModel Modifier and Type Method Description CarrierModelConsignmentModel. getCarrierDetails()Generated method - Getter of theConsignment.carrierDetailsattribute defined at extensionconsignmenttrackingservices.Methods in de.hybris.platform.ordersplitting.model with parameters of type CarrierModel Modifier and Type Method Description voidConsignmentModel. setCarrierDetails(CarrierModel value)Generated method - Setter ofConsignment.carrierDetailsattribute defined at extensionconsignmenttrackingservices.
-