|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--examples.e2e.common.TestInventoryFactory
TestInventoryFactory
returns hard-coded
objects in response to calls to its methods. This class is intended
as a way to utilize the front-end portlet without
deploying the back-end application integration (AI)
components.
Constructor Summary | |
TestInventoryFactory()
|
Method Summary | |
static java.util.List |
createPart(java.lang.String id)
Returns a hard-coded List of Inventory
objects that represent parts. |
static java.util.List |
createProduct(java.util.List ids)
Returns a hard-coded List of Inventory
objects that represent products. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public TestInventoryFactory()
Method Detail |
public static java.util.List createProduct(java.util.List ids)
List
of Inventory
objects that represent products.public static java.util.List createPart(java.lang.String id)
List
of Inventory
objects that represent parts.
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |