-
Methods Method Description org.salespointframework.order.Order.add(OrderLine) since 7.1, useOrder.addOrderLine(Product, Quantity)instead.org.salespointframework.order.Order.getChargeLinesPrice() since 7.1, preferOrder.getChargeLines(),Order.getAllChargeLines()and callPricedTotalable#getTotal()on the result for fine grained control over whichChargeLines to calculate the total for.org.salespointframework.order.Order.getOrderedLinesPrice() since 7.1, useOrder.getOrderLines()and callTotalable.getTotal()on the result.org.salespointframework.order.Order.getTotalPrice() since 7.1, useOrder.getTotal()instead.