Uses of Class
org.salespointframework.order.ChargeLine
| Package | Description |
|---|---|
| org.salespointframework.order |
The order subsystem.
|
-
Uses of ChargeLine in org.salespointframework.order
Subclasses of ChargeLine in org.salespointframework.order Modifier and Type Class Description static classChargeLine.AttachedChargeLineAChargeLinethat's attached to anOrderLine.Methods in org.salespointframework.order that return ChargeLine Modifier and Type Method Description ChargeLineOrder. addChargeLine(javax.money.MonetaryAmount price, String description)Adds aChargeLinewith the given price and description to theOrder.Methods in org.salespointframework.order that return types with arguments of type ChargeLine Modifier and Type Method Description Totalable<ChargeLine>Order. getAllChargeLines()Returns allChargeLineinstances, i.e. both standard ones andChargeLine.AttachedChargeLines.Totalable<ChargeLine>Order. getChargeLines()Returns allChargeLineinstances registered for the currentOrder.Methods in org.salespointframework.order with parameters of type ChargeLine Modifier and Type Method Description voidOrder. remove(ChargeLine chargeLine)