public interface CopyOrderItemComponentsCmd extends TaskCommand
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.
|
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.
|
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
static final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
void setFromOrderItem(OrderItemAccessBean fromOrderItem)
fromOrderItem
- the order item from which components are copied.void setToOrderItem(OrderItemAccessBean toOrderItem)
toOrderItem
- the order item to which components are copied.void setConfigurationId(java.lang.String configurationId)
configurationId
- the configuration id of the new componentsjava.lang.String getConfigurationId()
void setCopyConfigurationId(boolean copyConfigurationId)
copyConfigurationId
- the flag to indicate whether configuration id is copied.