Uses of Class
de.hybris.order.calculation.domain.LineItemCharge
Packages that use LineItemCharge
-
Uses of LineItemCharge in de.hybris.order.calculation.domain
Methods in de.hybris.order.calculation.domain that return types with arguments of type LineItemChargeModifier and TypeMethodDescriptionLineItem.getCharges()Returns all charges assigned to this line item.LineItem.getTotalCharges()Calculates totals of all line item charges separately.Methods in de.hybris.order.calculation.domain with parameters of type LineItemChargeModifier and TypeMethodDescriptionvoidLineItem.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 LineItemChargeModifier and TypeMethodDescriptionvoidLineItem.addCharges(List<LineItemCharge> lineItemCharges) Adds multiple charges to this line item.