com.ibm.commerce.messaging.commands

Class OrderInvoiceCmdImpl

    • Field Detail

      • COPYRIGHT

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

        public static final java.lang.String STATUS
        The default status messaging if one is not supplied in the request properties.
        See Also:
        Constant Field Values
    • Constructor Detail

      • OrderInvoiceCmdImpl

        public OrderInvoiceCmdImpl()
    • Method Detail

      • setRequestProperties

        public void setRequestProperties(TypedProperty aRequestProperties)
                                  throws ECException
        Binds the parameters received by the request properties to variables that are used for determining the order to updated. Also, a validation check is performed on some of the given parameters and if this check fails, an ECException is thrown.
        Specified by:
        setRequestProperties in interface ControllerCommand
        Overrides:
        setRequestProperties in class OrderStatusCmdImpl
        Parameters:
        aRequestProperties - the request properties
        Throws:
        ECException
        See Also:
        ControllerCmd#setRequestProperties(TypedProperty)