public interface ParseDynamicKitConfigurationCmd 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 |
NAME
The name of the Command Interface class.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<java.lang.String> |
getComp_catentryIds()
This method returns catEntryIds of dynamic kit components.
|
java.util.ArrayList<java.lang.String> |
getComp_priceLocks()
This method returns the price locks of components
|
java.util.ArrayList<java.lang.String> |
getComp_prices()
This method returns the prices of components.
|
java.util.ArrayList<java.lang.String> |
getComp_quantities()
This method returns quantities of dynamic kit components.
|
java.lang.String |
getDynamicKitCatEntryId()
This method returns catEntryId of dynamic kit.
|
java.lang.String |
getDynamicKitPrice()
This method returns the price of dynamic kit.
|
java.lang.String |
getDynamicKitPriceLock()
This method returns the price lock of dynamic kit.
|
java.lang.String |
getDynamicKitQuantity()
This method returns quantity of dynamic kit.
|
void |
setConfigXML(java.lang.String configurationXML)
This method sets the configuration XML to be parsed.
|
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.util.ArrayList<java.lang.String> getComp_catentryIds()
java.util.ArrayList<java.lang.String> getComp_quantities()
java.lang.String getDynamicKitCatEntryId()
java.lang.String getDynamicKitQuantity()
void setConfigXML(java.lang.String configurationXML)
configurationXML
- The configuration XMLjava.util.ArrayList<java.lang.String> getComp_prices()
java.util.ArrayList<java.lang.String> getComp_priceLocks()
java.lang.String getDynamicKitPrice()
java.lang.String getDynamicKitPriceLock()