Interface | Description |
---|---|
UniquePromotionCodesCancelPopulateCmd |
Interface of cancel populate action command
|
UniquePromotionCodesCleanCmd |
Interface of clean unique promotion codes action command
|
UniquePromotionCodesPopulateCmd |
Interface of populate unique promotion code command
|
Class | Description |
---|---|
UniquePromotionCodesCancelPopulateCmdImpl |
This command sets the code generation status into "Canceled" state.
|
UniquePromotionCodesCleanCmdImpl |
This command will remove all generated codes from database that associated with the input promotionId
|
UniquePromotionCodesPopulateCmdImpl |
This command will create code generator or code loader according to the code specification of the promotion.
|