com.ptc.epm.commands.util
Class DefaultPartHelperDelegate

java.lang.Object
  extended bycom.ptc.epm.commands.util.DefaultPartHelperDelegate
All Implemented Interfaces:
PartHelperDelegate

public class DefaultPartHelperDelegate
extends Object
implements PartHelperDelegate


Constructor Summary
DefaultPartHelperDelegate()
           
 
Method Summary
 WTPart createPart(String number, String name)
           
 String[] lookupNumbers(String[] numbers)
           
 QueryResult lookupParts(String[] numbers, ConfigSpec configSpec)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultPartHelperDelegate

public DefaultPartHelperDelegate()
Method Detail

lookupParts

public QueryResult lookupParts(String[] numbers,
                               ConfigSpec configSpec)
                        throws WTException
Specified by:
lookupParts in interface PartHelperDelegate
Throws:
WTException

lookupNumbers

public String[] lookupNumbers(String[] numbers)
                       throws WTException
Specified by:
lookupNumbers in interface PartHelperDelegate
Throws:
WTException

createPart

public WTPart createPart(String number,
                         String name)
                  throws WTException
Specified by:
createPart in interface PartHelperDelegate
Throws:
WTException