com.ibm.commerce.messaging.commands

Interface ProductListPriceUpdateCmd

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


    public interface ProductListPriceUpdateCmd
    extends ControllerCommand
    The interface for the ProductListPriceUpdate command which updates the list 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 that contains the implementation for the ProductListPriceUpdate 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 ProductListPriceUpdate command.
        Parameters:
        aRequestProperty - com.ibm.commerce.datatype.TypedProperty
        Returns:
        boolean
        Throws:
        ECException