com.ibm.commerce.order.commands

Interface PrepareShipInfoCmd

  • 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:
    PrepareShipInfoCmdImpl


    public interface PrepareShipInfoCmd
    extends TaskCommand
    This order task command is used to performs a verification between the SHIPINFO table and the ORDERITEMS table and checks for orphaned SHIPINFO records. Such records will be removed. An orphaned record is a SHIPINFO record which does not have a matching ORDERITEMS record. Such a circumstance can occur for example when users delete a shipping addresses for which they have already created SHIPINFO data. The default implementation of this command is PrepareShipInfoCmdImpl.
    • Field Detail

      • COPYRIGHT

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

        static final java.lang.String NAME
        The name of this command interface.
        See Also:
        Constant Field Values
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The name of the default implementation class for this command interface.
        See Also:
        Constant Field Values
    • Method Detail

      • setOrderId

        void setOrderId(java.lang.String orderId)
        This method sets the order ID of the SHIPINFO record to verify.
        Parameters:
        orderId - The SHIPINFO record to verify.
      • setVerificationRequired

        void setVerificationRequired(java.lang.String verificationRequired)
        This method sets the verification type required on SHIPINFO .
        Parameters:
        verificationRequired - Sets the verification type required on SHIPINFO.