© 2002 BEA Systems, Inc.


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

All Known Implementing Classes:
OrderPoolImpl

public interface OrderPool
extends Pool

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


Method Summary
 OrderQuery getByPrice(OrderQuery query)
           
 int getCurrentSize()
           
 Quote getQuote()
           
 void set(com.bea.commerce.ebusiness.price.service.internal.PricingContext context, Quote quote)
           
 java.lang.String toString(int control)
           
 
Methods inherited from interface com.bea.commerce.ebusiness.price.engine.pool.Pool
adjust, adjust, getCurrency, getDetail, remove, remove
 

Method Detail

set

public void set(com.bea.commerce.ebusiness.price.service.internal.PricingContext context,
                Quote quote)


getCurrentSize

public int getCurrentSize()


getQuote

public Quote getQuote()


getByPrice

public OrderQuery getByPrice(OrderQuery query)


toString

public java.lang.String toString(int control)


© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved