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

All Superinterfaces
Pool
All Known Implementing Classes:
OrderPoolImpl

Deprecated

@Deprecated
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)
          Deprecated  
 int getCurrentSize()
          Deprecated  
 Quote getQuote()
          Deprecated  
 void set(com.bea.commerce.ebusiness.price.service.internal.PricingContext context, Quote quote)
          Deprecated  
 String toString(int control)
          Deprecated  
 
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)
Deprecated 

getCurrentSize

int getCurrentSize()
Deprecated 

getQuote

Quote getQuote()
Deprecated 

getByPrice

OrderQuery getByPrice(OrderQuery query)
Deprecated 

toString

String toString(int control)
Deprecated 


Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.