public interface GetProductAvailabilityCmd extends TaskCommand
| Name | Description |
|---|---|
SKU |
the SKU of the product that need get productAvailability |
action |
the action that need perform |
SDOProcessOrderInventoryCmdImpl| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ACTION_GET_PRODUCTAVAILABILITY
the GetProductAvailability action
|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
static java.lang.String |
defaultCommandClassName
The default implementation of this command.
|
static java.lang.String |
NAME
The full name of this command.
|
| Modifier and Type | Method and Description |
|---|---|
CatalogEntryAccessBean |
getCatalogEntry()
This method gets the CatalogEntry
|
com.ibm.commerce.inventory.datatypes.ShowProductAvailabilityType |
getShowProductAvailability()
This method gets the showProductAvailability
|
void |
setAction(java.lang.String astrAction)
This method sets the action
|
void |
setCatalogEntry(CatalogEntryAccessBean catalogAB)
This method sets the catalog entry.
|
void |
setSKU(java.lang.String argSKU)
This method sets the SKU
|
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 ACTION_GET_PRODUCTAVAILABILITY
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
void setSKU(java.lang.String argSKU)
argSKU - The SKU to set.void setCatalogEntry(CatalogEntryAccessBean catalogAB)
catalogAB - CatalogEntryAccessBean getCatalogEntry()
com.ibm.commerce.inventory.datatypes.ShowProductAvailabilityType getShowProductAvailability()
void setAction(java.lang.String astrAction)
astrAction - The istrAction to set.