Uses of Class
org.salespointframework.order.ChargeLine
Packages that use ChargeLine
-
Uses of ChargeLine in org.salespointframework.order
Subclasses of ChargeLine in org.salespointframework.orderMethods in org.salespointframework.order that return ChargeLineModifier and TypeMethodDescriptionOrder.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 ChargeLineModifier and TypeMethodDescriptionOrder.getAllChargeLines()Returns allChargeLineinstances, i.e.Order.getChargeLines()Returns allChargeLineinstances registered for the currentOrder.Methods in org.salespointframework.order with parameters of type ChargeLineModifier and TypeMethodDescriptionvoidOrder.remove(ChargeLine chargeLine) Remove the givenChargeLinefrom theOrder