public interface ZDMVConsistencyStrategy
ZoneDeliveryModeModel.| Modifier and Type | Method and Description |
|---|---|
java.util.Map<CountryModel,java.util.Set<ZoneModel>> |
getAmbiguousCountriesForZones(java.util.Set<ZoneModel> zones)
Gets all
CountryModels and its corresponding ZoneModels when the CountryModel belongs to
more than one ZoneModel. |
java.util.Map<CountryModel,java.util.Set<ZoneModel>> getAmbiguousCountriesForZones(java.util.Set<ZoneModel> zones)
CountryModels and its corresponding ZoneModels when the CountryModel belongs to
more than one ZoneModel.zones - the zonesMap which contains CountryModel and its ZoneModels, when the
CountryModel belongs to more than one ZoneModel. Collections.EMPTY_MAP otherwise.Copyright © 2018 SAP SE. All Rights Reserved.