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.
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 String toString(int control)
Copyright © 2003 BEA Systems, Inc. All Rights Reserved