Interface ConfigConsistenceChecker
-
- All Known Implementing Classes:
ConfigConsistenceCheckerImpl
public interface ConfigConsistenceCheckerCallback-Interface for manipulating the product configuration data transfer objects after they have been updated from the model.
-
-
Method Summary
All Methods Instance Methods Abstract 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.
-
-
-
Method Detail
-
checkConfiguration
void checkConfiguration(ConfigurationData configData)
This method will be called after the product configuration DAO has been updated from the model.- Parameters:
configData- original DAO
-
-