Uses of Class
de.hybris.platform.impex.jalo.exp.HeaderLibrary
-
Packages that use HeaderLibrary Package Description de.hybris.platform.impex.jalo de.hybris.platform.impex.jalo.cronjob de.hybris.platform.impex.jalo.exp de.hybris.platform.impex.jalo.util -
-
Uses of HeaderLibrary in de.hybris.platform.impex.jalo
Methods in de.hybris.platform.impex.jalo that return HeaderLibrary Modifier and Type Method Description HeaderLibraryGeneratedImpExManager. createHeaderLibrary(SessionContext ctx, java.util.Map attributeValues)HeaderLibraryGeneratedImpExManager. createHeaderLibrary(java.util.Map attributeValues)Methods in de.hybris.platform.impex.jalo with parameters of type HeaderLibrary Modifier and Type Method Description ImpExExportCronJobImpExManager. createDefaultExportCronJob(ImpExExportJob impexExportJob, HeaderLibrary headerlibrary, java.util.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).ImpExExportCronJobImpExManager. createDefaultExportCronJob(HeaderLibrary headerlibrary, java.util.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).ExportImpExManager. exportData(ExportConfiguration config, HeaderLibrary library, java.util.Collection<Item> items, boolean synchronous)Exports data using a newImpExExportCronJobinstance.ExportImpExManager. exportDataLight(ExportConfiguration config, HeaderLibrary library, java.util.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 HeaderLibrary Modifier and Type Method Description HeaderLibraryGeneratedImpExExportCronJob. getExportTemplate()Generated method - Getter of theImpExExportCronJob.exportTemplateattribute.HeaderLibraryGeneratedImpExExportCronJob. getExportTemplate(SessionContext ctx)Generated method - Getter of theImpExExportCronJob.exportTemplateattribute.Methods in de.hybris.platform.impex.jalo.cronjob with parameters of type HeaderLibrary Modifier and Type Method Description voidGeneratedImpExExportCronJob. 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 HeaderLibrary Modifier and Type Method Description HeaderLibraryExportConfiguration. getHeaderLibrary()Methods in de.hybris.platform.impex.jalo.exp with parameters of type HeaderLibrary Modifier and Type Method Description static ImpExMediaExportUtils. createExportScript(HeaderLibrary headerlibrary, java.util.Collection<Item> items)static java.lang.StringBufferExportUtils. mergeHeaderAndItemList(HeaderLibrary library, java.util.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 HeaderLibrary Modifier and Type Method Description static java.lang.StringBufferImpExUtils. mergeHeaderAndItemList(HeaderLibrary template, java.util.Collection<Item> itemlist)Deprecated.since ages - Use de.hybris.platform.impex.jalo.exp.ExportUtils#mergeHeaderAndItemList(HeaderLibrary,Collection- ) instead
-