public interface AddOrderItemComponentsCmd extends TaskCommand
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
static java.lang.String |
defaultCommandClassName
The default implementation class.
|
static java.lang.String |
ERRTASK_NAME
The error task name.
|
static java.lang.String |
NAME
The name of the Command Interface class.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Vector |
getOutComponentList()
Gets the output list of components that were created or updated.
|
void |
setCompListIds(java.lang.String astrCompListIds)
Sets the oicomplist ids that is used to retrieve the oicomplist entries
|
void |
setComponents(java.lang.Long[] anCatentry)
Set a list of Catalog Entries (components) that will be added to the OrderItem.
|
void |
setConfigurationId(java.lang.String astrConfigurationId)
Sets the configuration id that is used to retrieve the components
|
void |
setCurrency(java.lang.String astrCurrency)
(Optional)Sets the currency for the prices of the components.
|
void |
setOrderItemId(java.lang.Long anOrderItemId)
(Optional) Set an OrderItem that the components will be added to.
|
void |
setPrices(java.math.BigDecimal[] anPrice)
(Optional) Sets a list of prices for the components that will be added to the OrderItem.
|
void |
setQuantity(java.lang.Double[] anQuantity)
Set a list of quantities of each Catalog Entry (component) that will be added to the OrderItem.
|
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
static final java.lang.String ERRTASK_NAME
java.util.Vector getOutComponentList()
void setComponents(java.lang.Long[] anCatentry)
anCatentry - an array of input catalog entry id.void setConfigurationId(java.lang.String astrConfigurationId)
astrConfigurationId - the input configuration id.void setCurrency(java.lang.String astrCurrency)
astrCurrency - the input currencyvoid setOrderItemId(java.lang.Long anOrderItemId)
anOrderItemId - the input order item id.void setPrices(java.math.BigDecimal[] anPrice)
anPrice - an array of input price.void setQuantity(java.lang.Double[] anQuantity)
anQuantity - an array of input quantity.void setCompListIds(java.lang.String astrCompListIds)
astrCompListIds - the input component list ids.