|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@Deprecated public interface Pool
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.
| Method Summary | |
|---|---|
void |
adjust(List poolObjects,
AdjustmentDetail aDetail)
Deprecated See BEA Commerce product offering |
void |
adjust(PoolObject object,
AdjustmentDetail aDetail)
Deprecated See BEA Commerce product offering |
String |
getCurrency()
Deprecated See BEA Commerce product offering |
AdjustmentDetail |
getDetail(AdjustmentType type,
Money initialPrice,
Money endPrice,
String computation,
String reason,
Object discountID)
Deprecated See BEA Commerce product offering |
void |
remove(Iterator poolObjects)
Deprecated See BEA Commerce product offering |
void |
remove(PoolObject anObject)
Deprecated See BEA Commerce product offering |
| Method Detail |
|---|
void adjust(List poolObjects,
AdjustmentDetail aDetail)
void adjust(PoolObject object,
AdjustmentDetail aDetail)
void remove(PoolObject anObject)
PoolObject - the object to be removed from the collection.PoolObjectvoid remove(Iterator poolObjects)
List - a set of ItemPoolObjects to be removed from the collection.PoolObject
AdjustmentDetail getDetail(AdjustmentType type,
Money initialPrice,
Money endPrice,
String computation,
String reason,
Object discountID)
String getCurrency()
|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||