See: Description
| Interface | Description |
|---|---|
| GenericPromotionCodeManager |
Interface for PromotionCodeManager.
|
| GenericPromotionCodeResolver |
Based on the predefined promotion code generation rule, resolve all the information this promotion code carries.
|
| PromotionCodeManager | Deprecated
replaced by GenericPromotionCodeManager
|
| PromotionCodeResolver | Deprecated
replaced by GenericPromotionCodeResolver
|
| Class | Description |
|---|---|
| DefaultGenericPromotionCodeManager |
This class which implements the
GenericPromotionCodeManager
interface provides default implementation of the promotion code manager. |
| MultipleCodesPromotionCodeResolver |
The
MultipleCodesPromotionCodeResolver class implements the
GenericPromotionCodeResolver interface and is used to decipher a
promotion code. |