public interface SSFSOrderCopyCmd extends ControllerCommand
SSFSOrderCopyCmdImpl.
The SSFSOrderCopyCmd URL is mapped to this controller command.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
static java.lang.String |
defaultCommandClassName
The default implementation of this command.
|
static java.lang.String |
NAME
The name of this command.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Vector |
getItemsToBeRemoved()
To Retrieve items to be removed after copy.
|
void |
setCalculate(java.lang.String astrCalculate)
Set if the order should be calculated.
|
void |
setCopyAutoAddedOrderItemsFlag(boolean abCopyAutoAddedOrderItemsFlag)
Set the flag which decides whether to copy auto added order item.
|
void |
setOrderHeaderKey(java.lang.String astrFromOrderHeaderKey)
Set the unique key of the order.
|
void |
setOrderNo(java.lang.String astrFromOrderNo)
Set the order number of the order.
|
void |
setOrderPromotionCodeCopyFlag(java.lang.String astrOrderPromotionCodeCopyFlag)
Set the order promotion code copy flag.
|
void |
setOrderUniquePromotionCodeCopyFlag(java.lang.String astrOrderUniquePromotionCodeCopyFlag)
Set the order unique promotion codes copy flag.
|
void |
setOutOrderItemNames(java.lang.String[] astrOutOrderItemNames)
Sets the names of the orderItemId properties to be appended to the redirection URL.
|
void |
setOutOrderNames(java.lang.String[] astrOutOrderNames)
Sets the names of the orderId properties to be appended to the redirection URL.
|
void |
setPrepare(java.lang.String astrPrepare)
Set if the order should be Prepared.
|
void |
setSensitiveInfoCopyFlag(java.lang.String astrSensitiveInfoCopyFlag)
Set the flag which decides whether to copy sensitive (payment and so forth) info or not.
|
void |
setShipAsComplete(java.lang.String astrShipAsComplete)
Set if the order should be set as ShipAsComplete.
|
void |
setToOrderAbbreviations(java.lang.String[] astrToOrderAbbreviations)
Set the target order.
|
checkPermission, execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputPropertiesexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputPropertiesaccessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwnercheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersfulfills, getOwnerstatic final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
void setShipAsComplete(java.lang.String astrShipAsComplete)
astrShipAsComplete - The value can be "Y" or "N".void setCalculate(java.lang.String astrCalculate)
astrCalculate - The value can be "0" (not for calculation) or "1" (Default: for calculation).void setPrepare(java.lang.String astrPrepare)
astrPrepare - The value can be ("Y") or ("N").void setCopyAutoAddedOrderItemsFlag(boolean abCopyAutoAddedOrderItemsFlag)
abCopyAutoAddedOrderItemsFlag - void setSensitiveInfoCopyFlag(java.lang.String astrSensitiveInfoCopyFlag)
astrSensitiveInfoCopyFlag - The sensitive information copy flagvoid setOrderPromotionCodeCopyFlag(java.lang.String astrOrderPromotionCodeCopyFlag)
astrOrderPromotionCodeCopyFlag - The order promotion code copy flag.void setOrderUniquePromotionCodeCopyFlag(java.lang.String astrOrderUniquePromotionCodeCopyFlag)
astrOrderUniquePromotionCodeCopyFlag - The order unique promotion code copy flag.java.util.Vector getItemsToBeRemoved()
void setOutOrderItemNames(java.lang.String[] astrOutOrderItemNames)
astrOutOrderItemNames - The names of the orderItemId properties.void setOutOrderNames(java.lang.String[] astrOutOrderNames)
astrOutOrderNames - The names of the orderId properties.void setToOrderAbbreviations(java.lang.String[] astrToOrderAbbreviations)
astrToOrderAbbreviations - The target order.void setOrderHeaderKey(java.lang.String astrFromOrderHeaderKey)
astrFromOrderHeaderKey - The unique key of the order.void setOrderNo(java.lang.String astrFromOrderNo)
astrFromOrderNo - The order number of the order.