com.ibm.commerce.messaging.commands

Interface ProductInventoryUpdateCmd

  • All Superinterfaces:
    AccCommand, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ControllerCommand, ECCommand, Protectable, java.io.Serializable, com.ibm.websphere.command.TargetableCommand
    All Known Implementing Classes:
    ProductInventoryUpdateCmdImpl


    public interface ProductInventoryUpdateCmd
    extends ControllerCommand
    The interface for the ProductInventoryUpdate command which updates the inventory information in the catalog.
    • 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 ProductInventoryUpdate command.
        See Also:
        Constant Field Values
    • Method Detail

      • doPostProcess

        boolean doPostProcess(TypedProperty aRequestProperty)
                       throws ECException
        Performs a verification check after the command executes.
        Parameters:
        aRequestProperty - The request property.
        Returns:
        true for successful verification check false for unsuccessful verification check
        Throws:
        ECException
      • doPreProcess

        boolean doPreProcess(TypedProperty aRequestProperty)
                      throws ECException
        Performs a verification check before the command executes.
        Parameters:
        aRequestProperty - The request property.
        Returns:
        true for successful verification check false for unsuccessful verification check
        Throws:
        ECException
      • doProcess

        boolean doProcess(TypedProperty aRequestProperty)
                   throws ECException
        Performs the proper business logic for the ProductInventoryUpdate command.
        Parameters:
        aRequestProperty - The request property.
        Returns:
        boolean
        Throws:
        ECException