com.ibm.commerce.ordermanagement.commands

Interface TransferOrderCmd

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


    public interface TransferOrderCmd
    extends TaskCommand
    This command confirms successful transfer of an order to an external system.
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        Copyright statement.
        See Also:
        Constant Field Values
      • NAME

        static final java.lang.String NAME
        The full class name for this interface file.
        See Also:
        Constant Field Values
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The default implementation class name. This is used if there is no record found in the CMDREG table.
        See Also:
        Constant Field Values
    • Method Detail

      • setOrder

        void setOrder(OrderAccessBean anOrder)
        This method sets the order to transfer
        Parameters:
        anOrder - Order access bean for the order to be transferred
      • setTransferMode

        void setTransferMode(java.lang.Integer anTransferMode)
        This method sets order transfer mode.
        Parameters:
        anTransferMode - Order transfer mode
      • setUserIdentifier

        void setUserIdentifier(java.lang.String astrUserId)
        This method sets the user identifier used for authentication at the time of order transfer
        Parameters:
        astrUserId - The user identifier to set
      • setPassword

        void setPassword(java.lang.String astrPassword)
        This method sets the user password used for authentication at the time of order transfer
        Parameters:
        astrPassword - The password to set