com.ibm.commerce.price.commands
Interface PublishCustomPriceListCmd

All Superinterfaces:
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
 java.util.HashSet getOfferCatentrySet()
          Insert the method's description here.
 void setTCId(java.lang.Long anTCId)           Sets the ProductId that represents the primary key of the CatalogEntry that is to be resolved,
 

Field Detail
public static final java.lang.String COPYRIGHT
The internal copyright field.
See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
The name of this interface is "com.ibm.commerce.price.commands.PublishCustomPriceListCmd".
See Also:
Constant Field Values

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
The default implementation class is "com.ibm.commerce.price.commands.PublishCustomPriceListCmdImpl".
See Also:
Constant Field Values
Method Detail

getOfferCatentrySet

public java.util.HashSet getOfferCatentrySet()
Insert the method's description here. Creation date: (10/29/2002 4:56:49 PM)
Returns:
HashSet a set of offers with the pricelist ID

setTCId

public void setTCId(java.lang.Long anTCId)
Sets the ProductId that represents the primary key of the CatalogEntry that is to be resolved,