com.bea.commerce.ebusiness.price.engine.pool
Class ItemObjectFactory

java.lang.Object
  extended by com.bea.commerce.ebusiness.price.engine.pool.ItemObjectFactory

Deprecated

@Deprecated
public class ItemObjectFactory
extends Object

Creates new ItemObjects based on LineItem or Quote objects.


Field Summary
static int RESOURCE_POOL_INIT_SIZE
          Deprecated  
 
Constructor Summary
ItemObjectFactory()
          Deprecated  
 
Method Summary
protected  List getObjects(Pool pool, LineItem line, int lineNumber)
          Deprecated  
 List getObjects(Pool pool, Quote quote)
          Deprecated  
 void reset()
          Deprecated  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE_POOL_INIT_SIZE

public static final int RESOURCE_POOL_INIT_SIZE
Deprecated 
See Also
Constants Summary
Constructor Detail

ItemObjectFactory

public ItemObjectFactory()
Deprecated 
Method Detail

reset

public void reset()
Deprecated 

getObjects

public List getObjects(Pool pool,
                       Quote quote)
Deprecated 

getObjects

protected List getObjects(Pool pool,
                          LineItem line,
                          int lineNumber)
Deprecated 


Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.