OrderPool Interface

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

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.


All Known Implementing Classes
OrderPoolImpl
All Superinterfaces
Pool

Method Summary

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

Method Detail

getByPrice(OrderQuery) Method

public OrderQuery getByPrice(OrderQuery query)

getCurrentSize() Method

public int getCurrentSize()

getQuote() Method

public Quote getQuote()

set(PricingContext, Quote) Method

public void set(PricingContext context, 
                Quote quote)

toString(int) Method

public String toString(int control)