public interface CreatePriceListCmd
extends com.ibm.commerce.command.TaskCommand
CreatePriceListCmdImpl
. The CreatePriceList
URL is
mapped to this command by default.Modifier and Type | Field and Description |
---|---|
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".
|
Modifier and Type | Method and Description |
---|---|
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.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
static final java.lang.String COPYRIGHT
static final java.lang.String defaultCommandClassName
static final java.lang.String NAME
void setProfileStoreCatalogId(java.lang.Long id)
id
- catalog asset store's catalog IDvoid setProfileStoreCatalogId(java.lang.String id)
id
- catalog asset store's catalog IDvoid setStoreId(java.lang.Integer id)
id
- Store IDvoid setStoreXML(java.lang.String storeXML)
storeXML
- store XML string