Package com.ptc.windchill.suma.part
Class SupplierPartHelper
java.lang.Object
com.ptc.windchill.suma.part.SupplierPartHelper
Provides static helper methods as well as access to SupplierPartService
methods.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanisMultiSourceOEMPart(WTPart part) Tests if a WTPart is a multi source OEM part.static booleanTests if a WTPart is an OEM part.static booleanisSingleSourceOEMPart(WTPart part) Tests if a WTPart is a single source OEM part.
-
Field Details
-
service
Supported API: true
-
-
Method Details
-
isOEMPart
Tests if a WTPart is an OEM part. A WTPart is an OEM Part if it is either a single source or multi source OEM part. See SumaConfigHelper for detail.
Supported API: true- Parameters:
part-- Returns:
- boolean
- Throws:
WTException
-
isSingleSourceOEMPart
Tests if a WTPart is a single source OEM part. It is not considered a problem for a single source OEM part to have only one manufacturer source. See SumaConfigHelper for configuration detail.
Supported API: true- Parameters:
part-- Returns:
- boolean
- Throws:
WTException
-
isMultiSourceOEMPart
Tests if a WTPart is a multi source OEM part. It is considered a problem for a multi source OEM part to have only one manufacturer source. See SumaConfigHelper for configuration detail.
Supported API: true- Parameters:
part-- Returns:
- boolean
- Throws:
WTException
-