Interface PasteVariantSpecDelegateIfc
- All Superinterfaces:
ObjectFormProcessorDelegate
- All Known Implementing Classes:
PasteVariantSpecDelegate
This class is the interface for the class to process the paste variant specification wizard.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptioncreateCopyOfVariantSpec(VariantSpec origin, String setType, ProductModel targetProductModel, ObjectBean objBean) Creates copy of VariantSpec
Supported API: trueMethods inherited from interface com.ptc.core.components.forms.ObjectFormProcessorDelegate
doOperation, postProcess, postTransactionProcess, preProcess, setValue
-
Method Details
-
createCopyOfVariantSpec
VariantSpec createCopyOfVariantSpec(VariantSpec origin, String setType, ProductModel targetProductModel, ObjectBean objBean) throws WTException Creates copy of VariantSpec
Supported API: true- Parameters:
origin-setType-targetProductModel-objBean-- Returns:
- VariantSpec
- Throws:
WTException
-