wt.part
Class WTPartHelper

java.lang.Object
  extended by 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

Field Summary
static WTPartService service
          

Supported API: true
 
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
 

Field Detail

service

public static final WTPartService service


Supported API: true

Method Detail

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