Class DefaultDeliveryTrackingIdStrategy
java.lang.Object
de.hybris.platform.warehousing.shipping.strategy.impl.DefaultDeliveryTrackingIdStrategy
- All Implemented Interfaces:
DeliveryTrackingIdStrategy
Default implementation for
DeliveryTrackingIdStrategy-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongenerateTrackingId(ConsignmentModel consignment) Generates theConsignmentModel.TRACKINGIDfor the givenConsignmentModel
-
Constructor Details
-
DefaultDeliveryTrackingIdStrategy
public DefaultDeliveryTrackingIdStrategy()
-
-
Method Details
-
generateTrackingId
Description copied from interface:DeliveryTrackingIdStrategyGenerates theConsignmentModel.TRACKINGIDfor the givenConsignmentModel- Specified by:
generateTrackingIdin interfaceDeliveryTrackingIdStrategy- Parameters:
consignment- theConsignmentModelfor which tracking id needs to be generated- Returns:
- the generated tracking Id
-