Uses of Class
de.hybris.platform.impex.jalo.exp.HeaderLibrary
Packages that use HeaderLibrary
Package
Description
-
Uses of HeaderLibrary in de.hybris.platform.impex.jalo
Methods in de.hybris.platform.impex.jalo that return HeaderLibraryModifier and TypeMethodDescriptionGeneratedImpExManager.createHeaderLibrary(SessionContext ctx, Map attributeValues) GeneratedImpExManager.createHeaderLibrary(Map attributeValues) Methods in de.hybris.platform.impex.jalo with parameters of type HeaderLibraryModifier and TypeMethodDescriptionImpExManager.createDefaultExportCronJob(ImpExExportJob impexExportJob, HeaderLibrary headerlibrary, Collection<Item> items) Creates an export cronjob with default values including theDEST_MEDIAmedia andItemPKsMediamedia with the given list (null for all Items of the System).ImpExManager.createDefaultExportCronJob(HeaderLibrary headerlibrary, Collection<Item> items) Creates an export cronjob with default values including theDEST_MEDIAmedia andItemPKsMediamedia with the given list (null for all Items of the System).ImpExManager.exportData(ExportConfiguration config, HeaderLibrary library, Collection<Item> items, boolean synchronous) Exports data using a newImpExExportCronJobinstance.ImpExManager.exportDataLight(ExportConfiguration config, HeaderLibrary library, Collection<Item> items) Exports data without using a cronjob.
ATTENTION: No logs are available except of these fired to the log4j system. -
Uses of HeaderLibrary in de.hybris.platform.impex.jalo.cronjob
Methods in de.hybris.platform.impex.jalo.cronjob that return HeaderLibraryModifier and TypeMethodDescriptionGeneratedImpExExportCronJob.getExportTemplate()Generated method - Getter of theImpExExportCronJob.exportTemplateattribute.GeneratedImpExExportCronJob.getExportTemplate(SessionContext ctx) Generated method - Getter of theImpExExportCronJob.exportTemplateattribute.Methods in de.hybris.platform.impex.jalo.cronjob with parameters of type HeaderLibraryModifier and TypeMethodDescriptionvoidGeneratedImpExExportCronJob.setExportTemplate(HeaderLibrary value) Generated method - Setter of theImpExExportCronJob.exportTemplateattribute.voidGeneratedImpExExportCronJob.setExportTemplate(SessionContext ctx, HeaderLibrary value) Generated method - Setter of theImpExExportCronJob.exportTemplateattribute.voidScriptProcessingWizard.setHeaderLibrary(SessionContext ctx, HeaderLibrary param) -
Uses of HeaderLibrary in de.hybris.platform.impex.jalo.exp
Methods in de.hybris.platform.impex.jalo.exp that return HeaderLibraryMethods in de.hybris.platform.impex.jalo.exp with parameters of type HeaderLibraryModifier and TypeMethodDescriptionstatic ImpExMediaExportUtils.createExportScript(HeaderLibrary headerlibrary, Collection<Item> items) static StringBufferExportUtils.mergeHeaderAndItemList(HeaderLibrary library, Collection<Item> itemlist) Creates an export script based on the assigned HeaderLibrary and item Collection.voidExportConfiguration.setHeaderLibrary(HeaderLibrary headerLibrary) -
Uses of HeaderLibrary in de.hybris.platform.impex.jalo.util
Methods in de.hybris.platform.impex.jalo.util with parameters of type HeaderLibraryModifier and TypeMethodDescriptionstatic StringBufferImpExUtils.mergeHeaderAndItemList(HeaderLibrary template, Collection<Item> itemlist) Deprecated.since ages - Use de.hybris.platform.impex.jalo.exp.ExportUtils#mergeHeaderAndItemList(HeaderLibrary,Collection- ) instead