Class ProductSwitch.AbstractProductFinderSwitch
java.lang.Object
org.faktorips.runtime.productswitch.ProductSwitch.AbstractProductFinderSwitch
- Direct Known Subclasses:
ProductSwitch.AdvancedProductFinderSwitch,ProductSwitch.MatchingProductFinderSwitch
- Enclosing class:
- ProductSwitch
-
Method Summary
Modifier and TypeMethodDescriptionto(IProductComponent newProduct) The newIProductComponentthat should be used for the switch.
-
Method Details
-
to
The newIProductComponentthat should be used for the switch.- Parameters:
newProduct- the newIProductComponent- Returns:
- an
Mapwith all switchedIConfigurableModelObjectsand their status determined by eitherProductSwitchResults.FailedProductSwitchorProductSwitchResults.SuccessfulProductSwitch.
-