Class ConfigConsistenceCheckerImpl
- java.lang.Object
-
- de.hybris.platform.sap.productconfig.facades.impl.ConfigConsistenceCheckerImpl
-
- All Implemented Interfaces:
ConfigConsistenceChecker
public class ConfigConsistenceCheckerImpl extends java.lang.Object implements ConfigConsistenceChecker
Default implementation of theConfigConsistenceChecker.
-
-
Constructor Summary
Constructors Constructor Description ConfigConsistenceCheckerImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckConfiguration(ConfigurationData configData)This method will be called after the product configuration DAO has been updated from the model.protected voidcheckCstic(CsticData cstic)protected voidcheckGroup(UiGroupData group)protected voidcheckRadioButtonConsistence(CsticData cstic)
-
-
-
Method Detail
-
checkConfiguration
public void checkConfiguration(ConfigurationData configData)
Description copied from interface:ConfigConsistenceCheckerThis method will be called after the product configuration DAO has been updated from the model.- Specified by:
checkConfigurationin interfaceConfigConsistenceChecker- Parameters:
configData- original DAO
-
checkGroup
protected void checkGroup(UiGroupData group)
-
checkCstic
protected void checkCstic(CsticData cstic)
-
checkRadioButtonConsistence
protected void checkRadioButtonConsistence(CsticData cstic)
-
-