com.ibm.commerce.order.calculation

Class AdjustShippingChargesCmdImpl

  • All Implemented Interfaces:
    com.ibm.commerce.command.CacheableECCommand, ECCommand, ECTargetableCommand, TaskCommand, AdjustShippingChargesCmd, com.ibm.websphere.cache.Sizeable, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, com.ibm.websphere.command.TargetableCommand, java.io.Serializable


    public class AdjustShippingChargesCmdImpl
    extends TaskCommandImpl
    implements AdjustShippingChargesCmd
    This is the default implementation of the AdjustShippingChargesCmd task command.

    Behaviour:

    This task command is used to process the shipping adjustment objects according to the given processFlag.
  • processFlag=1 create
  • processFlag=2 update
  • processFlag=3 delete
See Also:
Serialized Form
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM Copyright field.
        See Also:
        Constant Field Values
      • CLASSNAME

        public static final java.lang.String CLASSNAME
        the class name.
        See Also:
        Constant Field Values
    • Constructor Detail

      • AdjustShippingChargesCmdImpl

        public AdjustShippingChargesCmdImpl()
        default constructor.
    • Method Detail

      • setProcessFlag

        public void setProcessFlag(java.lang.Integer aProcessFlag)
        This method sets the processFlag.
        Specified by:
        setProcessFlag in interface AdjustShippingChargesCmd
        Parameters:
        aProcessFlag - The process flag, 1: create, 2: update, 3: delete.
      • setOrderId

        public void setOrderId(java.lang.Long aOrderId)
        This method sets the orderId.
        Specified by:
        setOrderId in interface AdjustShippingChargesCmd
        Parameters:
        aOrderId -
      • setShipModeId

        public void setShipModeId(java.lang.Integer aShipModeId)
        This method sets the shipModeId.
        Specified by:
        setShipModeId in interface AdjustShippingChargesCmd
        Parameters:
        aShipModeId -
      • setParameterAmount

        public void setParameterAmount(java.math.BigDecimal aParameterAmount)
        This method sets the parameterAmount.
        Specified by:
        setParameterAmount in interface AdjustShippingChargesCmd
        Parameters:
        aParameterAmount -