© 2004 BEA Systems, Inc.

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

All Superinterfaces:
Pool
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)
           
 String toString(int control)
           
 
Methods inherited from interface com.bea.commerce.ebusiness.price.engine.pool.Pool
adjust, adjust, getCurrency, getDetail, remove, remove
 

Method Detail

getByPrice

public OrderQuery getByPrice(OrderQuery query)

getCurrentSize

public int getCurrentSize()

getQuote

public Quote getQuote()

set

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

toString

public String toString(int control)

© 2004 BEA Systems, Inc.

Copyright © 2004 BEA Systems, Inc. All Rights Reserved