Uses of Class
org.salespointframework.order.ChargeLine.AttachedChargeLine
| Package | Description |
|---|---|
| org.salespointframework.order |
The order subsystem.
|
-
Uses of ChargeLine.AttachedChargeLine in org.salespointframework.order
Methods in org.salespointframework.order that return ChargeLine.AttachedChargeLine Modifier and Type Method Description ChargeLine.AttachedChargeLineOrder. addChargeLine(javax.money.MonetaryAmount price, String description, int index)Adds anChargeLine.AttachedChargeLinewith the given price and description to theOrderLinewith the given index.ChargeLine.AttachedChargeLineOrder. addChargeLine(javax.money.MonetaryAmount price, String description, OrderLine orderLine)Adds anChargeLine.AttachedChargeLinewith the given price and description to the givenOrderLine.Methods in org.salespointframework.order that return types with arguments of type ChargeLine.AttachedChargeLine Modifier and Type Method Description Totalable<ChargeLine.AttachedChargeLine>Order. getChargeLines(int index)Returns allChargeLine.AttachedChargeLines for theOrderLinewith the given index.Totalable<ChargeLine.AttachedChargeLine>Order. getChargeLines(OrderLine orderLine)Returns allChargeLine.AttachedChargeLines for the givenOrderLine.Methods in org.salespointframework.order with parameters of type ChargeLine.AttachedChargeLine Modifier and Type Method Description voidOrder. remove(ChargeLine.AttachedChargeLine chargeLine)Removes the givenChargeLine.AttachedChargeLinefrom theOrder.