Class CollectOrderPerPromotionReportJob
This class is intended to be used internally by EPiServer. We do not support any backward compatibility on this. Scheduled job that generates the reporting data for number of orders include promotions.
Inheritance
System.Object
CollectOrderPerPromotionReportJob
Namespace: EPiServer.Commerce.Reporting.ScheduledJobs.Internal
Assembly: EPiServer.Commerce.Reporting.dll
Version: 13.30.0Syntax
public class CollectOrderPerPromotionReportJob : ScheduledJobBase
Constructors
CollectOrderPerPromotionReportJob(LocalizationService, OrderPerPromotionDataReporter)
Initializes a new instance of the Collect
Declaration
public CollectOrderPerPromotionReportJob(LocalizationService localizationService, OrderPerPromotionDataReporter orderPerPromotionDataReporter)
Parameters
Type | Name | Description |
---|---|---|
EPi |
localizationService | The service that is used to handle localization. |
Order |
orderPerPromotionDataReporter | The order per promotion reporter. |
Methods
Execute()
Declaration
public override string Execute()
Returns
Type | Description |
---|---|
System. |