com.ptc.epm.commands.util
Interface PartHelperDelegate

All Known Implementing Classes:
DefaultPartHelperDelegate

public interface PartHelperDelegate


Method Summary
 WTPart createPart(String number, String name)
           
 String[] lookupNumbers(String[] numbers)
           
 QueryResult lookupParts(String[] numbers, ConfigSpec configSpec)
           
 

Method Detail

lookupParts

public QueryResult lookupParts(String[] numbers,
                               ConfigSpec configSpec)
                        throws WTException
Throws:
WTException

lookupNumbers

public String[] lookupNumbers(String[] numbers)
                       throws WTException
Throws:
WTException

createPart

public WTPart createPart(String number,
                         String name)
                  throws WTException
Throws:
WTException