Uses of Class
de.hybris.order.calculation.domain.AbstractCharge.ChargeType
-
Packages that use AbstractCharge.ChargeType Package Description de.hybris.order.calculation.domain -
-
Uses of AbstractCharge.ChargeType in de.hybris.order.calculation.domain
Methods in de.hybris.order.calculation.domain that return AbstractCharge.ChargeType Modifier and Type Method Description AbstractCharge.ChargeTypeAbstractCharge. getChargeType()Returns the kind of this additional charge.static AbstractCharge.ChargeTypeAbstractCharge.ChargeType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AbstractCharge.ChargeType[]AbstractCharge.ChargeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.hybris.order.calculation.domain with parameters of type AbstractCharge.ChargeType Modifier and Type Method Description MoneyOrder. getTotalChargeOfType(AbstractCharge.ChargeType chargeType)Calculates the total of all charges of one specific type which apply to the order at a whole.voidAbstractCharge. setChargeType(AbstractCharge.ChargeType chargeType)Sets the kind of this additional charge.Constructors in de.hybris.order.calculation.domain with parameters of type AbstractCharge.ChargeType Constructor Description OrderCharge(AbstractAmount amount, AbstractCharge.ChargeType chargeType)Creates a new order level charge with a specific amount and optional charge type.
-