| Interface | Description |
|---|---|
| CodeFormatAvailableCharHelper |
Determines for a given character what the available replacement characters are.
|
| CodeGeneratorService |
Service that takes in an Offer Id and generates codes.
|
| CustomerOfferCodeService | |
| OfferCodePersister |
Handles transactional persistence and error handling for batches of offer codes.
|
| Class | Description |
|---|---|
| CodeFormatAvailableCharHelperImpl |
Determines for a given character what the available replacement characters are.
|
| CodeGeneratorBucket |
A code generation bucket provides a way to generate large numbers of random codes
while minimizing collisions in the database.
|
| CodeGeneratorServiceImpl |
Service that takes in an Offer Id and generates codes.
|
| CustomerOfferCodeServiceImpl | |
| OfferCodePersisterImpl |
This class provides the transactional boundary for generating codes.
|
Copyright © 2020. All rights reserved.