Uses of Class
org.salespointframework.order.ChargeLine.AttachedChargeLine
-
Uses of ChargeLine.AttachedChargeLine in org.salespointframework.order
Modifier and TypeMethodDescriptionOrder.addChargeLine
(javax.money.MonetaryAmount price, String description, int index) Adds anChargeLine.AttachedChargeLine
with the given price and description to theOrderLine
with the given index.Order.addChargeLine
(javax.money.MonetaryAmount price, String description, OrderLine orderLine) Adds anChargeLine.AttachedChargeLine
with the given price and description to the givenOrderLine
.Modifier and TypeMethodDescriptionOrder.getChargeLines
(int index) Returns allChargeLine.AttachedChargeLine
s for theOrderLine
with the given index.Order.getChargeLines
(OrderLine orderLine) Returns allChargeLine.AttachedChargeLine
s for the givenOrderLine
.Modifier and TypeMethodDescriptionvoid
Order.remove
(ChargeLine.AttachedChargeLine chargeLine) Removes the givenChargeLine.AttachedChargeLine
from theOrder
.