com.ibm.commerce.order.commands

Class ShipInfoBaseCmdImpl

  • All Implemented Interfaces:
    AccCommand, ControllerCommand, ECCommand, ECTargetableCommand, 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:
    ShipInfoDeleteCmdImpl, ShipInfoPrepareCmdImpl, ShipInfoUpdateCmdImpl


    public abstract class ShipInfoBaseCmdImpl
    extends OrderBaseCmdImpl
    This is the base command of the ship info operation.

    Input parameters:

    Name Description
    storeId the store ID
    orderId the order ID
    shipInstructions the ship Instructions
    shipChargTypeId the ship Charg Type Id
    shipCarrAccntNum the ship Carrier Account Number
    addressId the address Id
    shipModeId the ship Mode Id

    Output parameters:

    None.

    Behaviour:

    • This Contains the command functions required by the commands such as validateParameters, setRequestProperties and the setters to store the information passed in on the URL.

    Task commands called:

    None

    Access beans utilized:

    See Also:
    Serialized Form