Class ChineseCellphoneValidateStrategy
java.lang.Object
de.hybris.platform.addressservices.strategies.impl.ChineseCellphoneValidateStrategy
- All Implemented Interfaces:
CellphoneValidateStrategy
Default implementation of
CellphoneValidateStrategy-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ConfigurationServicebooleanisInvalidCellphone(String cellphone) Validates the specific cell phonevoidsetConfigurationService(ConfigurationService configurationService)
-
Constructor Details
-
ChineseCellphoneValidateStrategy
public ChineseCellphoneValidateStrategy()
-
-
Method Details
-
isInvalidCellphone
Description copied from interface:CellphoneValidateStrategyValidates the specific cell phone- Specified by:
isInvalidCellphonein interfaceCellphoneValidateStrategy- Parameters:
cellphone- the specific cell phone- Returns:
- validated result
-
getConfigurationService
-
setConfigurationService
-