Interface ConfigurationReleaseProductLinkStrategy
- All Known Implementing Classes:
PersistenceConfigurationReleaseProductLinkStrategyImpl
public interface ConfigurationReleaseProductLinkStrategy
This strategy is responsible for removing the link between cart bound configurations and products
-
Method Summary
Modifier and TypeMethodDescriptionvoidreleaseCartEntryProductRelation(AbstractOrderEntryModel abstractOrderEntry) Releases the product relation of the configuration that is attached to the given abstract order entry
-
Method Details
-
releaseCartEntryProductRelation
Releases the product relation of the configuration that is attached to the given abstract order entry- Parameters:
abstractOrderEntry-
-