com.ibm.commerce.order.commands

Class ShipInfoUpdateCmdImpl

  • All Implemented Interfaces:
    AccCommand, ControllerCommand, ECCommand, ECTargetableCommand, ShipInfoUpdateCmd, Protectable, 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
    Direct Known Subclasses:
    ShipInfoAddCmdImpl


    public class ShipInfoUpdateCmdImpl
    extends ShipInfoBaseCmdImpl
    implements ShipInfoUpdateCmd
    This is the default implementation of the ShipInfoUpdateCmd controller command.

    Input parameters:

    See: ShipInfoBaseCmdImpl

    Output parameters:

    None

    Behaviour:

    • Updates shipping information. If the data to be updated is of type shipping charge type/account number as opposed to shipping instructions. Then the address ID is passed in as -1. If the data is not of that type, the address ID passed is that to store shipping instructions for. The command delegates to the task command UpdateShipInfoCmd to perform the actual work.

    Task commands called:

    Access beans utilized:

    See Also:
    Serialized Form
    • Field Detail

      • COPYRIGHT

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

      • ShipInfoUpdateCmdImpl

        public ShipInfoUpdateCmdImpl()
        Call super class constructor