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

set

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

getCurrentSize

int getCurrentSize()

getQuote

Quote getQuote()

getByPrice

OrderQuery getByPrice(OrderQuery query)

toString

String toString(int control)


Copyright © 2006 BEA Systems, Inc. All Rights Reserved