|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.clients.prodmgmt.WTPartHelper
WTPartHelper is a class that contains static methods for searching for WTParts.
This class is not currently used since all searches use the
wt.clients.beans.WTChooser instead.
Supported API: false
Extendable: false
WTChooser
,
WTPart
Constructor Summary | |
WTPartHelper()
|
Method Summary | |
static WTPart[] |
findPartByName(String name)
Finds parts by name. |
static WTPart[] |
findPartByNumber(String number)
Finds parts by number. |
static WTPart[] |
findParts(String number,
String name)
Finds parts by name or number, using a "like" clause to do automatic wildcard matching. |
static void |
main(String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WTPartHelper()
Method Detail |
public static WTPart[] findPartByName(String name) throws WTException
name
- the part name to search for.
WTException
WTPart
public static WTPart[] findPartByNumber(String number) throws WTException
number
- the part number to search for.
WTException
WTPart
public static WTPart[] findParts(String number, String name) throws WTException
name
- the part name to search for.number
- the part number to search for.
WTException
WTPart
public static void main(String[] args)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |