Class CountryPropertyCheckVerificationRequiredStrategy
- java.lang.Object
-
- de.hybris.platform.integration.cis.avs.strategies.impl.CountryPropertyCheckVerificationRequiredStrategy
-
- All Implemented Interfaces:
CheckVerificationRequiredStrategy
public class CountryPropertyCheckVerificationRequiredStrategy extends java.lang.Object implements CheckVerificationRequiredStrategy
Implementation ofCheckVerificationRequiredStrategyusing the property cisavs.check.countries to get the countries for which we should call the address validation service.
-
-
Constructor Summary
Constructors Constructor Description CountryPropertyCheckVerificationRequiredStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisVerificationRequired(AddressModel address)Check if the address should be verified.
-
-
-
Method Detail
-
isVerificationRequired
public boolean isVerificationRequired(AddressModel address)
Description copied from interface:CheckVerificationRequiredStrategyCheck if the address should be verified.- Specified by:
isVerificationRequiredin interfaceCheckVerificationRequiredStrategy- Parameters:
address- A hybris address model- Returns:
- true if the address should be verified, false otherwise
-
-