public class CopyOrderItemComponentsForDynamicKitCmdImpl extends TaskCommandImpl implements CopyOrderItemComponentsCmd
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
defaultCommandClassName, NAME| Constructor and Description |
|---|
CopyOrderItemComponentsForDynamicKitCmdImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getConfigurationId()
This method returns configuration id of the new components.
|
void |
performExecute()
This method executes the business logic of this command implementation.
|
void |
reset()
This method resets instance variables.
|
void |
setConfigurationId(java.lang.String configurationId)
This method sets configuration id of the new components.
|
void |
setCopyConfigurationId(boolean copyConfigurationId)
This method sets the flag to indicate whether configuration id is copied.
|
void |
setFromOrderItem(OrderItemAccessBean fromOrderItem)
This method sets order item from which components are copied.
|
void |
setToOrderItem(OrderItemAccessBean toOrderItem)
This method sets order item to which components are copied.
|
void |
validateParameters()
This method verifies the input parameters.
|
accessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultPropertiesexecuteFromCache, 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, setDefaultPropertiespublic static final java.lang.String COPYRIGHT
public CopyOrderItemComponentsForDynamicKitCmdImpl()
public java.lang.String getConfigurationId()
getConfigurationId in interface CopyOrderItemComponentsCmdpublic void setConfigurationId(java.lang.String configurationId)
setConfigurationId in interface CopyOrderItemComponentsCmdconfigurationId - the configuration id of the new componentspublic void setCopyConfigurationId(boolean copyConfigurationId)
setCopyConfigurationId in interface CopyOrderItemComponentsCmdcopyConfigurationId - the flag to indicate whether configuration id is copied.public void setFromOrderItem(OrderItemAccessBean fromOrderItem)
setFromOrderItem in interface CopyOrderItemComponentsCmdfromOrderItem - the order item from which components are copied.public void setToOrderItem(OrderItemAccessBean toOrderItem)
setToOrderItem in interface CopyOrderItemComponentsCmdtoOrderItem - the order item to which components are copied.public 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 validateParameters()
throws ECException
validateParameters in interface ECCommandvalidateParameters in class AbstractECTargetableCommandECException