com.ibm.commerce.messaging.commands

Class OrderShippingCmdImpl

    • 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 message is one is not supplied in the request properties.
        See Also:
        Constant Field Values
    • Constructor Detail

      • OrderShippingCmdImpl

        public OrderShippingCmdImpl()
    • 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:
        aRequestProperty - com.ibm.commerce.datatype.TypedProperty
        Throws:
        ECException