public interface ResolveSkuCmd extends TaskCommand
The input to this command is:
| 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.catalog.commands.ResolveSkuCmdImpl".
|
static java.lang.String |
NAME
The name of this interface is "com.ibm.commerce.catalog.commands.ResolveSkuCmd".
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getItemId()
Returns the ItemId that represents the primary key of the resolved Item.
|
java.lang.Long |
getItemSpecId()
Returns the ItemspecId that represents the primary key of the resolved ItemSpecification.
|
void |
setAttributeNVPs(java.util.Hashtable ahshAttrNVPs)
Sets the hashtable that represents the Attribute names and values that will be used to perform the Item resolution.
|
void |
setProductId(java.lang.Long anProductId)
Sets the ProductId that represents the primary key of the CatalogEntry that is to be resolved.
|
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputPropertiescheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersstatic final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
java.lang.Long getItemId()
java.lang.Long getItemSpecId()
void setAttributeNVPs(java.util.Hashtable ahshAttrNVPs)
ahshAttrNVPs - a set of name-value pairs that represent the product attribute names and associated valuesvoid setProductId(java.lang.Long anProductId)
anProductId - the primary key of the product