Package wt.part
Class WTPartHelper
java.lang.Object
wt.part.WTPartHelper
- All Implemented Interfaces:
Externalizable,Serializable
This helper is used to access an implementation of
Supported API: true
Extendable: false
WTPartService
via the static reference WTPartHelper.service. There is
no helper for Part, PartMaster, and PartVersion
objects.
Supported API: true
Extendable: false
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanReturns true if wt.part.WTPartUsageLink.allowPartsToUseProducts is set to true in wt.properties.
-
Field Details
-
service
Supported API: true
-
-
Method Details
-
partsCanUseProducts
public static boolean partsCanUseProducts()Returns true if wt.part.WTPartUsageLink.allowPartsToUseProducts is set to true in wt.properties. If true, parts can use products.
Supported API: true- Returns:
- boolean
-