public interface PackageResolveSkuCmd 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.PackageResolveSkuCmdImpl".
|
static java.lang.String |
NAME
The name of this interface is "com.ibm.commerce.catalog.commands.PackageResolveSkuCmd".
|
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getPackageItemId()
Returns the PackageId that represents the primary key of the resolved Package.
|
void |
setAttributeNVPs(java.util.Hashtable ahshAttrNVPs)
Sets the hashtable that represents the PackageAttribute names and values that will be used to perform the Package resolution.
|
void |
setPackageId(java.lang.Long anPackageId)
Sets the PackageId that represents the primary key of the Package that is to be resolved,
|
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
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 NAME
static final java.lang.String defaultCommandClassName
java.lang.Long getPackageItemId()
void setAttributeNVPs(java.util.Hashtable ahshAttrNVPs)
ahshAttrNVPs
- a set of name-value pairs that represent the package attribute names and associated valuesvoid setPackageId(java.lang.Long anPackageId)
anPackageId
- the primary key of the unresolved package