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(List
poolObjects,AdjustmentDetail
aDetail)
public void adjust(PoolObject
object,AdjustmentDetail
aDetail)
public String
getCurrency()
publicAdjustmentDetail
getDetail(AdjustmentType
type,Money
initialPrice,Money
endPrice,String
computation,String
reason,Object
discountID)
public void remove(PoolObject
anObject)
Related Topics
public void remove(Iterator
poolObjects)
Related Topics