© 2002 BEA Systems, Inc.


examples.e2e.common
Class TestBuyerFactory

java.lang.Object
  |
  +--examples.e2e.common.TestBuyerFactory

public class TestBuyerFactory
extends java.lang.Object

TestBuyerFactory returns hard-coded data in response to method calls. This class is intended as a way to utilize the front-end portlet without deploying the back-end BPM and application integration (AI) components.


Method Summary
static java.util.List createPO(org.xml.sax.InputSource xmlSource)
          Returns a List of PO objects.
static java.util.List createQuote(org.xml.sax.InputSource xmlSource)
          Returns a List of PurchaseQuote objects.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createQuote

public static java.util.List createQuote(org.xml.sax.InputSource xmlSource)
Returns a List of PurchaseQuote objects. The objects returned have no relation of the InputSource provided to the method.

Parameters:
xmlSource - the source is ignored in this test class.

createPO

public static java.util.List createPO(org.xml.sax.InputSource xmlSource)
Returns a List of PO objects. The objects returned have no relation of the InputSource provided to the method.

Parameters:
xmlSource - the source is ignored in this test class.

© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved