com.ibm.commerce.order.commands

Class OrderTransferConfirmCmdImpl

    • Field Detail

      • COPYRIGHT

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

      • OrderTransferConfirmCmdImpl

        public OrderTransferConfirmCmdImpl()
    • Method Detail

      • performExecute

        public void performExecute()
                            throws ECException
        Executes the business logic of this command implementation.
        Specified by:
        performExecute in interface ECCommand
        Specified by:
        performExecute in interface com.ibm.websphere.command.TargetableCommand
        Overrides:
        performExecute in class AbstractECTargetableCommand
        Throws:
        ECException - Raised with message _ERR_CREATE_EXCEPTION if there is a javax.ejb.CreateException, _ERR_FINDER_EXCEPTION if there is a javax.ejb.FinderException, _ERR_NAMING_EXCEPTION if there is a javax.naming.NamingException, _ERR_REMOTE_EXCEPTION if there is a java.rmi.RemoteException.
      • reset

        public void reset()
        This method should be called after a command has been executed to reset its states variables.
        Specified by:
        reset in interface com.ibm.websphere.command.Command
        Overrides:
        reset in class AbstractECTargetableCommand
      • getExternalOrderReference

        public java.lang.String getExternalOrderReference()
        Gets the external order reference.
        Returns:
        Returns a String
      • setExternalOrderReference

        public void setExternalOrderReference(java.lang.String anExternalOrderReference)
        Sets the external order reference.
        Specified by:
        setExternalOrderReference in interface OrderTransferConfirmCmd
        Parameters:
        anExternalOrderReference - External order reference
      • getExternalOrderId

        public java.lang.String getExternalOrderId()
        Gets the external order identifier.
        Returns:
        Returns a String
      • setExternalOrderId

        public void setExternalOrderId(java.lang.String anExternalOrderId)
        Sets the external order identifier.
        Specified by:
        setExternalOrderId in interface OrderTransferConfirmCmd
        Parameters:
        anExternalOrderId - External order identifier
      • getOrderId

        public java.lang.Long getOrderId()
        Gets the order identifier.
        Returns:
        Returns a Long
      • setOrderId

        public void setOrderId(java.lang.Long anOrderId)
        Sets the order identifier.
        Specified by:
        setOrderId in interface OrderTransferConfirmCmd
        Parameters:
        anOrderId - Order identifier
      • getStatusCode

        public java.lang.String getStatusCode()
        Gets the transfer confirmation status code.
        Returns:
        Returns a String
      • setStatusCode

        public void setStatusCode(java.lang.String astrStatusCode)
        Sets the transfer confirmation status code.
        Specified by:
        setStatusCode in interface OrderTransferConfirmCmd
        Parameters:
        astrStatusCode - The status code to set
      • getStatusMessage

        public java.lang.String getStatusMessage()
        Gets the transfer confirmation status message.
        Returns:
        Returns a String
      • setStatusMessage

        public void setStatusMessage(java.lang.String astrStatusMessage)
        Sets the transfer confirmation status message.
        Specified by:
        setStatusMessage in interface OrderTransferConfirmCmd
        Parameters:
        astrStatusMessage - The status message to set