Uses of Class
org.salespointframework.order.ChargeLine.AttachedChargeLine
Packages that use ChargeLine.AttachedChargeLine
-
Uses of ChargeLine.AttachedChargeLine in org.salespointframework.order
Methods in org.salespointframework.order that return ChargeLine.AttachedChargeLineModifier 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
.Methods in org.salespointframework.order that return types with arguments of type ChargeLine.AttachedChargeLineModifier 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
.Methods in org.salespointframework.order with parameters of type ChargeLine.AttachedChargeLineModifier and TypeMethodDescriptionvoid
Order.remove
(ChargeLine.AttachedChargeLine chargeLine) Removes the givenChargeLine.AttachedChargeLine
from theOrder
.