Represents a collection of PoolObject(s). The Pool interface provides methods for adjusting the price of the pool objects and also to remove the objects from the collection.
ItemPoolImpl, OrderPoolImpl
ItemPool, OrderPool
Method Summary |
public void |
|
public void |
|
public | |
public | |
public void |
|
public void |
Method Detail |
public void adjust(ListpoolObjects,AdjustmentDetailaDetail)
public void adjust(PoolObjectobject,AdjustmentDetailaDetail)
public String getCurrency()
publicAdjustmentDetailgetDetail(AdjustmentTypetype,MoneyinitialPrice,MoneyendPrice,Stringcomputation,Stringreason,ObjectdiscountID)
public void remove(PoolObject anObject)
Related Topics
public void remove(Iterator poolObjects)
Related Topics