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.
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 |
COPYRIGHT
public static final java.lang.String COPYRIGHT
defaultCommandClassName
public static final java.lang.String defaultCommandClassName
NAME
public static final java.lang.String NAME
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.