com.ibm.commerce.order.calculation

Interface ApplyShippingCmd

  • All Superinterfaces:
    ApplyCalculationUsageCmd, BusinessPolicyCommand, com.ibm.websphere.command.CacheableCommand, com.ibm.commerce.command.CacheableECCommand, CalculationCmd, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ECCommand, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, TaskCommand
    All Known Implementing Classes:
    ApplyShippingCmdImpl


    public interface ApplyShippingCmd
    extends ApplyCalculationUsageCmd

    This order task command is used to give a list of items. It will calculate the shipping charge of each item and apply it to the item.

    For more information, refer to the default implementation of this command, ApplyShippingCmdImpl.

    This command is registered as the following bootstrap calculation methods:

    Calculation Method IDCalculation Usage IDName
    -212-2
    ApplyCalculationUsage
    (shipping)

    The default implementation of this command is ApplyShippingCmdImpl.

    • Field Detail

      • COPYRIGHT

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

        static final java.lang.String defaultCommandClassName
        The default implementation of this command.
        See Also:
        Constant Field Values