com.ibm.commerce.contract.commands
Interface CreatePriceListCmd

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
CreatePriceListCmdImpl

public interface CreatePriceListCmd
extends TaskCommand

Creates the price lists. (WebSphere Commerce Business Edition only)


Field Summary
static java.lang.String COPYRIGHT
          The internal copyright field.
static java.lang.String defaultCommandClassName
          The default implementation class is "com.ibm.commerce.contract.commands.CreatePriceListCmdImpl".
static java.lang.String NAME
          The name of this interface is "com.ibm.commerce.contract.commands.CreatePriceListCmd".
 
Method Summary
 void setProfileStoreCatalogId(java.lang.Long id)
          Sets the catalog asset store's catalog ID.
 void setProfileStoreCatalogId(java.lang.String id)
          Sets the catalog asset store's catalog ID.
 void setStoreId(java.lang.Integer id)
          Sets the store ID.
 void setStoreXML(java.lang.String storeXML)           Sets the store XML string.
 

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.contract.commands.CreatePriceListCmd".
See Also:
Constant Field Values

defaultCommandClassName

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

setStoreXML

public void setStoreXML(java.lang.String storeXML)
Sets the store XML string.
Parameters:
storeXML - store XML string

setStoreId

public void setStoreId(java.lang.Integer id)
Sets the store ID. The store ID will be used to create a column in CATGRPTPC table.
Parameters:
id - Store ID

setProfileStoreCatalogId

public void setProfileStoreCatalogId(java.lang.Long id)
Sets the catalog asset store's catalog ID.
Parameters:
id - catalog asset store's catalog ID

setProfileStoreCatalogId

public void setProfileStoreCatalogId(java.lang.String id)
Sets the catalog asset store's catalog ID.
Parameters:
id - catalog asset store's catalog ID