public interface AdvancedOfferImportService
| Modifier and Type | Method and Description |
|---|---|
void |
scheduleImport(Long offerCodeGroupId,
InputStream file,
String importType)
Schedules the import of the offer code input stream via the import module's import service
with a default ImportScheduleDefinition
|
void |
scheduleImport(Long offerCodeGroupId,
InputStream file,
String importType,
com.broadleafcommerce.dataimport.service.ImportScheduleDefinition def)
Schedules the import of the offer code input stream via the import module's import service
with a specified ImportScheduleDefinition
|
void scheduleImport(Long offerCodeGroupId, InputStream file, String importType) throws Exception
offerCodeGroupId - file - importType - Exceptionvoid scheduleImport(Long offerCodeGroupId, InputStream file, String importType, com.broadleafcommerce.dataimport.service.ImportScheduleDefinition def) throws Exception
offerCodeGroupId - file - importType - def - ExceptionCopyright © 2020. All rights reserved.