com.ibm.commerce.order.calculation

Class ShippingAdjustmentCalculationCodeCombineCmdImpl

    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        The IBM copyright notice field.
        See Also:
        Constant Field Values
      • CSR_DIRECT_SHIP_ADJUST

        public static final java.lang.Integer CSR_DIRECT_SHIP_ADJUST
        calcode_id for CSR directly shipping charge adjustment
      • TSR_SHIPMODE_SHIP_ADJUST

        public static final java.lang.Integer TSR_SHIPMODE_SHIP_ADJUST
        calcode_id for TSR shipmode level shipping charge override
      • CONTRACT_SHIP_ADJUST

        public static final java.lang.Integer CONTRACT_SHIP_ADJUST
        calcode_id for contract defined shipping charge adjustment
    • Constructor Detail

      • ShippingAdjustmentCalculationCodeCombineCmdImpl

        public ShippingAdjustmentCalculationCodeCombineCmdImpl()
        Constructor for DiscountCalculationCodeCombineCmdImpl.
    • Method Detail

      • reset

        public void reset()
        Resets this command implementation instance.
        Specified by:
        reset in interface com.ibm.websphere.command.Command
        Overrides:
        reset in class com.ibm.commerce.order.calculation.PromotionEngineDiscountCalculationCodeCombineCmdImpl
        See Also:
        Command.reset()
      • performExecute

        public void performExecute()
                            throws ECException
        Executes this command implementation instance.
        Specified by:
        performExecute in interface ECCommand
        Specified by:
        performExecute in interface com.ibm.websphere.command.TargetableCommand
        Overrides:
        performExecute in class com.ibm.commerce.order.calculation.PromotionEngineDiscountCalculationCodeCombineCmdImpl
        Throws:
        ECException
        See Also:
        TargetableCommand.performExecute()