com.ibm.commerce.messaging.commands

Interface OrderStatusCmd

    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        The internal copyright field.
        See Also:
        Constant Field Values
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The default class containing the implementation of the OrderStatus command.
        See Also:
        Constant Field Values
    • Method Detail

      • doPostProcess

        boolean doPostProcess(TypedProperty aRequestProperty)
                       throws ECException
        This method performs a verification check after the command executes.
        Parameters:
        aRequestProperty - The request property.
        Returns:
        True for successful verification check, otherwise false.
        Throws:
        ECException
      • doPreProcess

        boolean doPreProcess(TypedProperty aRequestProperty)
                      throws ECException
        This method performs a verification check before the command executes.
        Parameters:
        aRequestProperty - The request property.
        Returns:
        True for successful verification check, otherwise false.
        Throws:
        ECException
      • doProcess

        boolean doProcess(TypedProperty aRequestProperty)
                   throws ECException
        Performs the proper business logic for the OrderStatus command.
        Parameters:
        aRequestProperty - The request property.
        Returns:
        True for successful execution, otherwise false.
        Throws:
        ECException