Interface ImpExMediaGenerationService
-
- All Known Implementing Classes:
DefaultImpExMediaGenerationService
public interface ImpExMediaGenerationServiceProvides service methods for the impex generation. The impex generation is based on the mapping and on the source file.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImpExMediaModelgenerateImportImpExMedia(ImportCockpitCronJobModel cronJobModel)Creates the ZIP import package.
-
-
-
Method Detail
-
generateImportImpExMedia
ImpExMediaModel generateImportImpExMedia(ImportCockpitCronJobModel cronJobModel)
Creates the ZIP import package. It generates the impex script file and all the related data files, and packs together their results in the ZIP import package.- Parameters:
cronJobModel-- Returns:
- an
ImpExMediaModelobject, which is to be set as a jobMedia to the cron job.
-
-