Interface ConfigConsistenceChecker
- All Known Implementing Classes:
ConfigConsistenceCheckerImpl
public interface ConfigConsistenceChecker
Callback-Interface for manipulating the product configuration data transfer objects after they have been updated from
the model.
-
Method Summary
Modifier and TypeMethodDescriptionvoidcheckConfiguration(ConfigurationData configData) This method will be called after the product configuration DAO has been updated from the model.
-
Method Details
-
checkConfiguration
This method will be called after the product configuration DAO has been updated from the model.- Parameters:
configData- original DAO
-