public class EDPPaymentStatusVoidBeanCmdImpl extends AEDPDataBeanCommandImpl implements EDPPaymentStatusBeanCmd
This is the void implementation of EDPPaymentStatusBeanCmd data bean command.
The void implementation of commands is used when anyone is intended to disable the command while keeping the single code base. Note that please use the void implementation of all commands once you decide to disable the command implementation.
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
The IBM Copyright notice field.
|
Constructor and Description |
---|
EDPPaymentStatusVoidBeanCmdImpl() |
Modifier and Type | Method and Description |
---|---|
void | performExecute()
This method executes the business logic of this command implementation.
|
void | reset()
This method resets the command fields.
|
public static final java.lang.String COPYRIGHT
public void performExecute() throws ECException
public void reset()
This method resets the command fields.
After this method is invoked, and proper attributes are set, the command can be executed again.