public interface AdvancedOfferExportService
| Modifier and Type | Method and Description |
|---|---|
Long |
exportBatchOfferCodeCsv(Long start,
int count,
OfferCodeGenerationInfo offerGroup,
OutputStream output,
boolean useHeaders) |
void |
exportOfferCodeCsv(OutputStream output,
int batchSize,
OfferCodeGenerationInfo offerGroup) |
Long exportBatchOfferCodeCsv(Long start, int count, OfferCodeGenerationInfo offerGroup, OutputStream output, boolean useHeaders) throws IOException
IOExceptionvoid exportOfferCodeCsv(OutputStream output, int batchSize, OfferCodeGenerationInfo offerGroup) throws IOException
IOExceptionCopyright © 2020. All rights reserved.