Class DefaultZDMVConsistencyStrategy
java.lang.Object
de.hybris.platform.order.strategies.deliveryzone.impl.DefaultZDMVConsistencyStrategy
- All Implemented Interfaces:
ZDMVConsistencyStrategy
Default implementation of the
ZDMVConsistencyStrategy.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets allCountryModels and its correspondingZoneModels when theCountryModelbelongs to more than oneZoneModel.voidsetZoneDeliveryModeDao(ZoneDeliveryModeDao zoneDeliveryModeDao)
-
Constructor Details
-
DefaultZDMVConsistencyStrategy
public DefaultZDMVConsistencyStrategy()
-
-
Method Details
-
getAmbiguousCountriesForZones
Description copied from interface:ZDMVConsistencyStrategyGets allCountryModels and its correspondingZoneModels when theCountryModelbelongs to more than oneZoneModel.- Specified by:
getAmbiguousCountriesForZonesin interfaceZDMVConsistencyStrategy- Parameters:
zones- the zones- Returns:
- a
Mapwhich containsCountryModeland itsZoneModels, when theCountryModelbelongs to more than oneZoneModel. Collections.EMPTY_MAP otherwise.
-
setZoneDeliveryModeDao
-