Class ChineseCellphoneValidateStrategy
- java.lang.Object
-
- de.hybris.platform.addressservices.strategies.impl.ChineseCellphoneValidateStrategy
-
- All Implemented Interfaces:
CellphoneValidateStrategy
public class ChineseCellphoneValidateStrategy extends java.lang.Object implements CellphoneValidateStrategy
Default implementation ofCellphoneValidateStrategy
-
-
Constructor Summary
Constructors Constructor Description ChineseCellphoneValidateStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ConfigurationServicegetConfigurationService()booleanisInvalidCellphone(java.lang.String cellphone)Validates the specific cell phonevoidsetConfigurationService(ConfigurationService configurationService)
-
-
-
Method Detail
-
isInvalidCellphone
public boolean isInvalidCellphone(java.lang.String cellphone)
Description copied from interface:CellphoneValidateStrategyValidates the specific cell phone- Specified by:
isInvalidCellphonein interfaceCellphoneValidateStrategy- Parameters:
cellphone- the specific cell phone- Returns:
- validated result
-
getConfigurationService
protected ConfigurationService getConfigurationService()
-
setConfigurationService
public void setConfigurationService(ConfigurationService configurationService)
-
-