public class GetDynamicKitConfigurationDefinitionCmdImpl extends TaskCommandImpl implements GetDynamicKitConfigurationDefinitionCmd
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The internal copyright field.
|
defaultCommandClassName, NAME| Constructor and Description |
|---|
GetDynamicKitConfigurationDefinitionCmdImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getConfigurationComponents()
Gets the list of configuration components.
|
java.lang.String |
getConfigurationId()
Gets the Configuration Id.
|
java.lang.String |
getCurrency()
Gets the currency of the Prices for the configuration components.
|
java.lang.String |
getDynamicKitId()
Gets the Dynamic Kit Id.
|
java.lang.String[] |
getPrices()
Gets the list of prices for each of the configuration components.
|
java.lang.String[] |
getQuantities()
Gets the list of quantities of the configuration components.
|
void |
performExecute()
The main entry point of the command.
|
void |
reset()
Reset the instance variables.
|
void |
setXMLDefinition(java.lang.String astrXMLDefinition)
Sets the XML Definition of the configuration.
|
accessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCachegetCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicyequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, setCommandTarget, setCommandTargetName, setOutputPropertiescheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameterspublic static final java.lang.String COPYRIGHT
public GetDynamicKitConfigurationDefinitionCmdImpl()
public java.lang.String[] getConfigurationComponents()
getConfigurationComponents in interface GetDynamicKitConfigurationDefinitionCmdpublic java.lang.String getConfigurationId()
getConfigurationId in interface GetDynamicKitConfigurationDefinitionCmdpublic java.lang.String getCurrency()
getCurrency in interface GetDynamicKitConfigurationDefinitionCmdpublic java.lang.String getDynamicKitId()
getDynamicKitId in interface GetDynamicKitConfigurationDefinitionCmdpublic java.lang.String[] getPrices()
getPrices in interface GetDynamicKitConfigurationDefinitionCmdpublic java.lang.String[] getQuantities()
getQuantities in interface GetDynamicKitConfigurationDefinitionCmdpublic void performExecute()
throws ECException
performExecute in interface ECCommandperformExecute in interface com.ibm.websphere.command.TargetableCommandperformExecute in class AbstractECTargetableCommandECExceptionpublic void reset()
reset in interface com.ibm.websphere.command.Commandreset in class AbstractECTargetableCommandpublic void setXMLDefinition(java.lang.String astrXMLDefinition)
setXMLDefinition in interface GetDynamicKitConfigurationDefinitionCmdastrXMLDefinition - java.jang.String