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.AttachedChargeLinewith the given price and description to theOrderLinewith the given index.Order.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.AttachedChargeLineModifier and TypeMethodDescriptionOrder.getChargeLines(int index) Returns allChargeLine.AttachedChargeLines for theOrderLinewith the given index.Order.getChargeLines(OrderLine orderLine) Returns allChargeLine.AttachedChargeLines for the givenOrderLine.Methods in org.salespointframework.order with parameters of type ChargeLine.AttachedChargeLineModifier and TypeMethodDescriptionvoidOrder.remove(ChargeLine.AttachedChargeLine chargeLine) Removes the givenChargeLine.AttachedChargeLinefrom theOrder.