com.ibm.commerce.order.calculation

Interface SetOrderLevelParameterCmd

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


    public interface SetOrderLevelParameterCmd
    extends TaskCommand
    Sets the order level attachment parameter of a particular order.
    • Method Detail

      • setAmount

        void setAmount(java.math.BigDecimal adAmount)
        Sets the amount.
      • setOverride

        void setOverride(boolean abOverride)
        Sets whether the directly attached calculation codes will override the indirectly attached calculation codes and the default calculation code.
      • setType

        void setType(java.lang.Integer anType)
        Sets the parameter type:
        • 2 - percentage
        • 3 - fixed
      • setUsageId

        void setUsageId(java.lang.Integer anUsageId)