com.ibm.commerce.messaging.commands

Interface ProductOfferPriceUpdateCmd

  • 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:
    ProductOfferPriceUpdateCmdImpl


    public interface ProductOfferPriceUpdateCmd
    extends ControllerCommand
    The interface for the ProductOfferPriceUpdate command which updates the offer price of the product based on the request properties.
    • 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 ProductOfferPriceUpdate command.
        See Also:
        Constant Field Values
    • Method Detail

      • doPostProcess

        boolean doPostProcess(TypedProperty aRequestProperty)
        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)
        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