Uses of Class
de.hybris.order.calculation.domain.LineItemCharge
-
Packages that use LineItemCharge Package Description de.hybris.order.calculation.domain -
-
Uses of LineItemCharge in de.hybris.order.calculation.domain
Methods in de.hybris.order.calculation.domain that return types with arguments of type LineItemCharge Modifier and Type Method Description java.util.List<LineItemCharge>LineItem. getCharges()Returns all charges assigned to this line item.java.util.Map<LineItemCharge,Money>LineItem. getTotalCharges()Calculates totals of all line item charges separately.Methods in de.hybris.order.calculation.domain with parameters of type LineItemCharge Modifier and Type Method Description voidLineItem. addCharge(int index, LineItemCharge lineItemCharge)Adds a single charge to this line item at a specific position.voidLineItem. addCharge(LineItemCharge lineItemCharge)Adds a single charge to this line item.voidLineItem. addCharges(LineItemCharge... lineItemCharges)Adds multiple charges to this line item.protected MoneyLineItem. calculateCharge(Money currentValue, LineItemCharge charge)voidLineItem. removeCharge(LineItemCharge charge)Removes a charge from this line item.Method parameters in de.hybris.order.calculation.domain with type arguments of type LineItemCharge Modifier and Type Method Description voidLineItem. addCharges(java.util.List<LineItemCharge> lineItemCharges)Adds multiple charges to this line item.
-