com.ibm.commerce.tools.catalog.commands

Interface ProductPricingCmd

  • All Superinterfaces:
    com.ibm.websphere.command.CacheableCommand, com.ibm.commerce.command.CacheableECCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ECCommand, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, TaskCommand
    All Known Implementing Classes:
    ProductPricingCmdImpl


    public interface ProductPricingCmd
    extends TaskCommand
    Task command used to persist a product pricing.

    Behavior

    A pricing data bean is passed to this command and is then used to persist its information.

    • Method Detail

      • setPricingDataBean

        void setPricingDataBean(com.ibm.commerce.tools.catalog.beans.PricingDataBean pricing)
        Used to set the pricing data bean which is to be persisted.
        Parameters:
        pricing - The pricing data bean which is to be persisted.