public class PrepareShipInfoCmdImpl extends TaskCommandImpl implements PrepareShipInfoCmd
Performs a verification between the SHIPINFO table and the ORDERITEMS table and checks for orphaned SHIPINFO records. Such records will be removed. An orphaned record is a SHIPINFO record which does not have a matching ORDERITEMS record. Such a circumstance can occur for example when users delete a shipping addresses for which they have already created SHIPINFO data.
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
Constructor and Description |
---|
PrepareShipInfoCmdImpl()
Default constructor
|
Modifier and Type | Method and Description |
---|---|
void | performExecute()
Executes the main business logic of the command.
|
void | setOrderId(java.lang.String anOrderId)
The order ID we are performing the verification check for
|
void | setVerificationRequired(java.lang.String aVerificationRequired)
The type of verification required on the SHIPINFO table.
|
public static final java.lang.String COPYRIGHT
public void performExecute() throws ECException
public void setOrderId(java.lang.String anOrderId)
public void setVerificationRequired(java.lang.String aVerificationRequired)