See: Description
| Interface | Description |
|---|---|
| IEDPTickler |
This is the interface all Payment Rules tickler classes should implement, which
provides the base API of all Payment Rules tickler classes.
|
| Class | Description |
|---|---|
| AEDPTickler |
This is the base abstract tickler class of Payment Rules, which is used to simplify other
concrete tickler class implementation.
|
| EDPTicklerDefault |
This class serves as default tickler implementation.
|
| EDPTicklerFactory |
This class provides the tickler factory that produces default tickler.
|
| EDPTicklerWasLog |
This class is the concrete tickler class that inherits from
AEDPTickler, which writes tickler to WAS Log. |
| EDPTicklerWasLogFactory |
This class provides the factory producing a concrete tickler class, which write to WAS Log.
|
| EDPTicklerWC |
This is a version of EDPTickler in Payment Rules.
|
| WCTicklerAsyncCommandContextImpl |