public class ValidateDynamicKitConfigurationInSterlingCmdImpl extends TaskCommandImpl implements ValidateDynamicKitConfigurationCmd
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
defaultCommandClassName, NAME| Constructor and Description |
|---|
ValidateDynamicKitConfigurationInSterlingCmdImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getErrorMessage()
This method gets the error message of the validation
|
java.lang.String |
getUpdatedConfiguration()
This method gets the updated configuration
|
void |
performExecute()
This method executes the business logic of this command implementation.
|
void |
reset()
This method is called after a command has been executed.
|
void |
setConfiguration(java.lang.String configXML)
This method sets the configuration to be validated.
|
void |
setContractId(java.lang.String contractId)
This method sets the contractId.
|
void |
setOrderItem(OrderItemAccessBean abOrderItem)
This method sets the OrderItem that holds the configuration to be validated.
|
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 ValidateDynamicKitConfigurationInSterlingCmdImpl()
public void setOrderItem(OrderItemAccessBean abOrderItem)
setOrderItem in interface ValidateDynamicKitConfigurationCmdabOrderItem - OrderItemAccessBean.public void setConfiguration(java.lang.String configXML)
configXML - public java.lang.String getUpdatedConfiguration()
public void setContractId(java.lang.String contractId)
contractId - public java.lang.String getErrorMessage()
public void performExecute()
throws ECException
SterlingClientHelper to validate dynamic kit configuration.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 AbstractECTargetableCommand