Package com.ptc.windchill.suma.part
Interface SupplierPartService
- All Known Implementing Classes:
StandardSupplierPartService
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionCreates a manufacturer part.createVendorPart(VendorPart part) Creates a vendor part.getOEMParts(SupplierPart supplierPart) Get OEM parts involved in AXL Entries with the gived Supplier Part
Supported API: true
-
Method Details
-
createManufacturerPart
Creates a manufacturer part. All required attributes must be pre-populated.
Supported API: true- Parameters:
part-- Returns:
- ManufacturerPart
- Throws:
WTException
-
createVendorPart
Creates a vendor part. All required attributes must be pre-populated.
Supported API: true- Parameters:
part-- Returns:
- VendorPart
- Throws:
WTException
-
getOEMParts
Get OEM parts involved in AXL Entries with the gived Supplier Part
Supported API: true- Parameters:
supplierPart-- Returns:
- WTList
- Throws:
WTException
-