public class CopyOrderItemComponentsCmdImpl extends TaskCommandImpl implements CopyOrderItemComponentsCmd
CopyOrderItemComponentsCmd| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
defaultCommandClassName, NAME| Constructor and Description |
|---|
CopyOrderItemComponentsCmdImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getConfigurationId()
This method returns configuration id of the new components.
|
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.
|
accessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, performExecute, reset, 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, performExecute, setCommandTarget, setCommandTargetName, setOutputPropertiescheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameterspublic static final java.lang.String COPYRIGHT
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 setConfigurationId(java.lang.String configurationId)
setConfigurationId in interface CopyOrderItemComponentsCmdconfigurationId - the configuration id of the new componentspublic java.lang.String getConfigurationId()
getConfigurationId in interface CopyOrderItemComponentsCmdpublic void setCopyConfigurationId(boolean copyConfigurationId)
setCopyConfigurationId in interface CopyOrderItemComponentsCmdcopyConfigurationId - the flag to indicate whether configuration id is copied.