Class PasteVariantSpecDelegate
java.lang.Object
com.ptc.core.components.forms.DefaultObjectFormProcessorDelegate
com.ptc.windchill.enterprise.productfamily.delegates.PasteVariantSpecDelegate
- All Implemented Interfaces:
ObjectFormProcessorDelegate,PasteVariantSpecDelegateIfc
public class PasteVariantSpecDelegate
extends DefaultObjectFormProcessorDelegate
implements PasteVariantSpecDelegateIfc
This class is used 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 selectedType, ProductModel targetProductModel, ObjectBean objBean)
Supported API: trueMethods inherited from class com.ptc.core.components.forms.DefaultObjectFormProcessorDelegate
postProcess, postTransactionProcess, preProcess, setValue, setValueInTypeInstance, setValueInTypeInstanceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.ptc.core.components.forms.ObjectFormProcessorDelegate
postProcess, postTransactionProcess, preProcess, setValue
-
Method Details
-
createCopyOfVariantSpec
public VariantSpec createCopyOfVariantSpec(VariantSpec origin, String selectedType, ProductModel targetProductModel, ObjectBean objBean) throws WTException
Supported API: true- Specified by:
createCopyOfVariantSpecin interfacePasteVariantSpecDelegateIfc- Parameters:
origin-selectedType-targetProductModel-objBean-- Returns:
- VariantSpec
- Throws:
WTException
-