public class DefaultZDMVConsistencyStrategy extends java.lang.Object implements ZDMVConsistencyStrategy
ZDMVConsistencyStrategy.| Constructor and Description |
|---|
DefaultZDMVConsistencyStrategy() |
| 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. |
void |
setZoneDeliveryModeDao(ZoneDeliveryModeDao zoneDeliveryModeDao) |
public java.util.Map<CountryModel,java.util.Set<ZoneModel>> getAmbiguousCountriesForZones(java.util.Set<ZoneModel> zones)
ZDMVConsistencyStrategyCountryModels and its corresponding ZoneModels when the CountryModel belongs to
more than one ZoneModel.getAmbiguousCountriesForZones in interface ZDMVConsistencyStrategyzones - the zonesMap which contains CountryModel and its ZoneModels, when the
CountryModel belongs to more than one ZoneModel. Collections.EMPTY_MAP otherwise.public void setZoneDeliveryModeDao(ZoneDeliveryModeDao zoneDeliveryModeDao)
Copyright © 2018 SAP SE. All Rights Reserved.