Interface SupplierPartService

All Known Implementing Classes:
StandardSupplierPartService

@RemoteInterface public interface SupplierPartService


Supported API: true

Extendable: false
  • Method Details

    • createManufacturerPart

      ManufacturerPart createManufacturerPart(ManufacturerPart part) throws WTException
      Creates a manufacturer part. All required attributes must be pre-populated.

      Supported API: true
      Parameters:
      part -
      Returns:
      ManufacturerPart
      Throws:
      WTException
    • createVendorPart

      VendorPart createVendorPart(VendorPart part) throws WTException
      Creates a vendor part. All required attributes must be pre-populated.

      Supported API: true
      Parameters:
      part -
      Returns:
      VendorPart
      Throws:
      WTException
    • getOEMParts

      WTList getOEMParts(SupplierPart supplierPart) throws WTException
      Get OEM parts involved in AXL Entries with the gived Supplier Part

      Supported API: true
      Parameters:
      supplierPart -
      Returns:
      WTList
      Throws:
      WTException