Interface ZDMVConsistencyStrategy
- All Known Implementing Classes:
DefaultZDMVConsistencyStrategy
public interface ZDMVConsistencyStrategy
Strategy for consistency check for
ZoneDeliveryModeModel.- Spring Bean ID:
- zdmvConsistencyStrategy
-
Method Summary
Modifier and TypeMethodDescriptionGets allCountryModels and its correspondingZoneModels when theCountryModelbelongs to more than oneZoneModel.
-
Method Details
-
getAmbiguousCountriesForZones
Gets allCountryModels and its correspondingZoneModels when theCountryModelbelongs to more than oneZoneModel.- Parameters:
zones- the zones- Returns:
- a
Mapwhich containsCountryModeland itsZoneModels, when theCountryModelbelongs to more than oneZoneModel. Collections.EMPTY_MAP otherwise.
-