public class EDPRegistry extends java.lang.Object implements Registry
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
| Constructor and Description |
|---|
EDPRegistry()
The constructor of this class
|
| Modifier and Type | Method and Description |
|---|---|
static EDPRegistry |
getInstance()
The singleton implementation of this class
|
void |
initialize()
This method initializes a Payment Rules registry.
|
void |
refresh()
This method refreshes registry entries from the database, which is called
in Admin Console when the customer updates the registry.
|
public static final java.lang.String COPYRIGHT
public static EDPRegistry getInstance()
public void initialize()
throws ECException
initialize in interface RegistryECException - In case of any ecommerce related errorpublic void refresh()
throws ECException
refresh in interface RegistryECException - In case of any ecommerce related error