com.ibm.commerce.order.utils
Interface ParseDynamicKitConfigurationCmd
-
- All Superinterfaces:
- com.ibm.websphere.command.CacheableCommand, com.ibm.commerce.command.CacheableECCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ECCommand, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, TaskCommand
- All Known Implementing Classes:
- ParseSterlingConfigurationBOMCmdImpl
public interface ParseDynamicKitConfigurationCmd extends TaskCommand
This task command parses configuration XML for dynamic kit.
-
-
Field Summary
Fields 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.
-
Method Summary
All Methods Instance Methods Abstract Methods 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 componentsjava.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.-
Methods inherited from interface com.ibm.websphere.command.CacheableCommand
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
-
Methods inherited from interface com.ibm.websphere.command.TargetableCommand
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
-
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
-
-
-
-
Field Detail
-
COPYRIGHT
static final java.lang.String COPYRIGHT
IBM copyright notice field.- See Also:
- Constant Field Values
-
NAME
static final java.lang.String NAME
The name of the Command Interface class.- See Also:
- Constant Field Values
-
defaultCommandClassName
static final java.lang.String defaultCommandClassName
The default implementation class.- See Also:
- Constant Field Values
-
-
Method Detail
-
getComp_catentryIds
java.util.ArrayList<java.lang.String> getComp_catentryIds()
This method returns catEntryIds of dynamic kit components.- Returns:
- the catEntryIds of dynamic kit components
-
getComp_quantities
java.util.ArrayList<java.lang.String> getComp_quantities()
This method returns quantities of dynamic kit components.- Returns:
- the quantities of dynamic kit components
-
getDynamicKitCatEntryId
java.lang.String getDynamicKitCatEntryId()
This method returns catEntryId of dynamic kit.- Returns:
- the catEntryId of dynamic kit
-
getDynamicKitQuantity
java.lang.String getDynamicKitQuantity()
This method returns quantity of dynamic kit.- Returns:
- the quantity of dynamic kit.
-
setConfigXML
void setConfigXML(java.lang.String configurationXML)
This method sets the configuration XML to be parsed.- Parameters:
configurationXML
- The configuration XML
-
getComp_prices
java.util.ArrayList<java.lang.String> getComp_prices()
This method returns the prices of components.- Returns:
- the prices of components
-
getComp_priceLocks
java.util.ArrayList<java.lang.String> getComp_priceLocks()
This method returns the price locks of components- Returns:
- the price locks of components
-
getDynamicKitPrice
java.lang.String getDynamicKitPrice()
This method returns the price of dynamic kit.- Returns:
- the price of dynamic kit
-
getDynamicKitPriceLock
java.lang.String getDynamicKitPriceLock()
This method returns the price lock of dynamic kit.- Returns:
- the price lock of dynamic kit
-
-