com.ibm.commerce.price.commands
Interface PublishCustomPriceListCmd
- All Superinterfaces:
- ECCommand, TaskCommand
- All Known Implementing Classes:
- PublishCustomPriceListCmdImpl
- public interface PublishCustomPriceListCmd
- extends TaskCommand
Interface for the PublishCustomPriceListCmd
Task Command to
populate the custom price list and to publish the corresponding custom
product set for the PriceTCCustomPriceList T&C.
Field Summary |
static java.lang.String |
COPYRIGHT
The internal copyright field. |
static java.lang.String |
defaultCommandClassName
The default implementation class is "com.ibm.commerce.price.commands.PublishCustomPriceListCmdImpl". |
static java.lang.String |
NAME
The name of this interface is "com.ibm.commerce.price.commands.PublishCustomPriceListCmd". |
Method Summary |
void |
setTCId(java.lang.Long anTCId)
Sets the ProductId that represents the primary key of the CatalogEntry that is to be resolved, |
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
- The internal copyright field.
defaultCommandClassName
public static final java.lang.String defaultCommandClassName
- The default implementation class is "com.ibm.commerce.price.commands.PublishCustomPriceListCmdImpl".
NAME
public static final java.lang.String NAME
- The name of this interface is "com.ibm.commerce.price.commands.PublishCustomPriceListCmd".
setTCId
public void setTCId(java.lang.Long anTCId)
- Sets the ProductId that represents the primary key of the CatalogEntry that is to be resolved,
- Parameters:
anProductId
- java.lang.Long