wt.part
Class WTPartHelper
java.lang.Object
wt.part.WTPartHelper
- All Implemented Interfaces:
- Externalizable, Serializable
public final class WTPartHelper
- extends Object
- implements Externalizable
This helper is used to access an implementation of WTPartService
via the static reference WTPartHelper.service. There is
no helper for Part, PartMaster, and PartVersion
objects.
Supported API: true
Extendable: false
- See Also:
- Serialized Form
|
Method Summary |
static boolean |
partsCanUseProducts()
Returns true if wt.part.WTPartUsageLink.allowPartsToUseProducts is set to
true in wt.properties. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
service
public static final WTPartService service
Supported API: true
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