public class EDPRefundStatusBeanCmdImpl extends AEDPDataBeanCommandImpl implements EDPRefundStatusBeanCmd
This is the default implementation of EDPRefundStatusBeanCmd data bean command.
It populates the data for the data bean EDPRefundStatusDataBean.
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
The IBM Copyright notice field.
|
Constructor and Description |
---|
EDPRefundStatusBeanCmdImpl() |
Modifier and Type | Method and Description |
---|---|
java.util.Locale | getLocale()
This method gets the locale from the globalization context.
|
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 java.util.Locale getLocale()
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.