com.bea.commerce.ebusiness.price.engine.pool
Interface ItemPool

All Superinterfaces
Pool
All Known Implementing Classes:
ItemPoolImpl

Deprecated

@Deprecated
public interface ItemPool
extends Pool

Represents a collection of ItemObject(s). The ItemPool interface provides methods for querying the underlying objects and also to remove objects from the working collection.


Method Summary
 PoolQuery getByPrice(PoolQuery query)
          Deprecated  
 Map getCurrentMap()
          Deprecated Returns the set of objects that make up the pool.
 int getCurrentSize()
          Deprecated  
 Quote getQuote()
          Deprecated  
 String toString(int control)
          Deprecated  
 
Methods inherited from interface com.bea.commerce.ebusiness.price.engine.pool.Pool
adjust, adjust, getCurrency, getDetail, remove, remove
 

Method Detail

getCurrentSize

int getCurrentSize()
Deprecated 

getQuote

Quote getQuote()
Deprecated 

getByPrice

PoolQuery getByPrice(PoolQuery query)
Deprecated 

getCurrentMap

Map getCurrentMap()
Deprecated 
Returns the set of objects that make up the pool.

Returns
List returns the collection of ItemPoolObjects that make up the pool.
See Also
ItemObject

toString

String toString(int control)
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.