com.ibm.commerce.tools.catalog.commands
Interface ProductPricingCmd

All Superinterfaces:
ECCommand, TaskCommand
All Known Implementing Classes:
ProductPricingCmdImpl

public interface ProductPricingCmd
extends TaskCommand

Task command used to persist a product pricing.

Behaviour

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


Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String defaultCommandClassName
           
static java.lang.String NAME
           
 
Method Summary
 void setPricingDataBean(com.ibm.commerce.tools.catalog.beans.PricingDataBean pricing)
          Used to set the pricing data bean which is to be persisted.
 
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT

defaultCommandClassName

public static final java.lang.String defaultCommandClassName

NAME

public static final java.lang.String NAME
Method Detail

setPricingDataBean

public 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.