Uses of Class
de.hybris.platform.impex.jalo.ImpExMedia
-
-
Uses of ImpExMedia in de.hybris.platform.catalog.jalo
Methods in de.hybris.platform.catalog.jalo that return ImpExMedia Modifier and Type Method Description protected ImpExMediaCatalogManager. createBatchMedia(java.lang.String fileName, java.lang.String mime, java.io.InputStream istr)protected ImpExMediaCatalogManager. getBatchMedia(java.lang.String fileName, java.lang.String fileExt)ImpExMediaGeneratedRemoveCatalogVersionCronJob. getNotRemovedItems()Generated method - Getter of theRemoveCatalogVersionCronJob.notRemovedItemsattribute.ImpExMediaGeneratedRemoveCatalogVersionCronJob. getNotRemovedItems(SessionContext ctx)Generated method - Getter of theRemoveCatalogVersionCronJob.notRemovedItemsattribute.Methods in de.hybris.platform.catalog.jalo with parameters of type ImpExMedia Modifier and Type Method Description voidGeneratedRemoveCatalogVersionCronJob. setNotRemovedItems(ImpExMedia value)Generated method - Setter of theRemoveCatalogVersionCronJob.notRemovedItemsattribute.voidGeneratedRemoveCatalogVersionCronJob. setNotRemovedItems(SessionContext ctx, ImpExMedia value)Generated method - Setter of theRemoveCatalogVersionCronJob.notRemovedItemsattribute. -
Uses of ImpExMedia in de.hybris.platform.impex.distributed.process
Methods in de.hybris.platform.impex.distributed.process that return ImpExMedia Modifier and Type Method Description ImpExMediaBatchingImportReader. findExternalDataMedia(java.lang.String code) -
Uses of ImpExMedia in de.hybris.platform.impex.jalo
Methods in de.hybris.platform.impex.jalo that return ImpExMedia Modifier and Type Method Description ImpExMediaGeneratedImpExManager. createImpExMedia(SessionContext ctx, java.util.Map attributeValues)ImpExMediaGeneratedImpExManager. createImpExMedia(java.util.Map attributeValues)ImpExMediaImpExManager. createImpExMedia(java.lang.String code)Creates anImpExMediawith given code.ImpExMediaImpExManager. createImpExMedia(java.lang.String code, EnumerationValue encoding)Creates anImpExMediawith given code and default encoding.ImpExMediaImpExManager. createImpExMedia(java.lang.String code, java.lang.String encoding)Creates anImpExMediawith given code and default encoding as well as CSV as mime type.ImpExMediaImpExManager. createImpExMedia(java.lang.String code, java.lang.String encoding, java.io.InputStream content)Creates anImpExMediawith given code, default encoding and content as well as CSV as mime type.ImpExMediaImpExManager. createImpExMedia(java.lang.String code, java.lang.String encoding, java.lang.String content)Creates anImpExMediawith given code, default encoding and content as well as CSV as mime type.ImpExMediaImpExManager. createImpExMediaForCodeAndExtractionId(java.lang.String code, java.lang.String extractionId)ImpExMediaImpExReader. findExternalDataMedia(java.lang.String code)Searches the media with the given code in the context of the reader and returns it.protected ImpExMediaImpExReader. findExternalDataMedia(java.lang.String prefix, java.lang.String code)Methods in de.hybris.platform.impex.jalo with parameters of type ImpExMedia Modifier and Type Method Description voidImpExReader. addExternalDataMedia(ImpExMedia ext)Adds an external media to the reader context which is then accessible viaincludeExternalDataMedia.voidImpExMedia. copyData(ImpExMedia media)Copies the data of this media to the given one.voidImpExMedia. copySettings(ImpExMedia media)Sets the ImpEx specific settings of this media to the given one.ImpExImportCronJobImpExManager. importData(ImpExMedia media, ImpExMedia zipMedia, java.util.Collection<ImpExMedia> externalData, boolean codeexecution, boolean synchronous, boolean removeOnSuccess)Imports data using a newImpExImportCronJobinstance.ImpExImportCronJobImpExManager. importData(ImpExMedia media, java.util.Collection<ImpExMedia> externalData, boolean codeexecution, boolean synchronous, boolean removeOnSuccess)Imports data using a newImpExImportCronJobinstance.voidBeanShellImportable. importMedia(ImpExMedia media, java.lang.Integer columnOffset, java.lang.String encoding, java.lang.Character delimiter, java.lang.Integer linesToSkip)Delegates to underlyingImpExReader.voidBeanShellImporter. importMedia(ImpExMedia media, java.lang.Integer columnOffset, java.lang.String encoding, java.lang.Character delimiter, java.lang.Integer linesToSkip)voidImpExReader. includeExternalDataMedia(ImpExMedia media)Redirects the import reader to external data stored inside a media.voidImpExReader. includeExternalDataMedia(ImpExMedia media, int columnOffset)Redirects the import reader to external data stored inside a media.voidImpExReader. includeExternalDataMedia(ImpExMedia media, java.lang.String encoding, char delimiter, int linesToSkip, int columnOffset)Redirects the import reader to external data stored inside a media.
ATTENTION: The given parameters will be used for configuring of media, not the attributes set at media.Method parameters in de.hybris.platform.impex.jalo with type arguments of type ImpExMedia Modifier and Type Method Description voidImpExReader. addExternalDataMedias(java.util.Collection<ImpExMedia> toAdd)Adds an collection of external medias to the reader context which are then accessible viaincludeExternalDataMediaeach.ImpExImportCronJobImpExManager. importData(ImpExMedia media, ImpExMedia zipMedia, java.util.Collection<ImpExMedia> externalData, boolean codeexecution, boolean synchronous, boolean removeOnSuccess)Imports data using a newImpExImportCronJobinstance.ImpExImportCronJobImpExManager. importData(ImpExMedia media, java.util.Collection<ImpExMedia> externalData, boolean codeexecution, boolean synchronous, boolean removeOnSuccess)Imports data using a newImpExImportCronJobinstance. -
Uses of ImpExMedia in de.hybris.platform.impex.jalo.cronjob
Methods in de.hybris.platform.impex.jalo.cronjob that return ImpExMedia Modifier and Type Method Description ImpExMediaImpExImportCronJob. createUnresolvedDataStore()Creates a new media with attributes (owner, code, mime, realfilename) set as for an unresolved data store.ImpExMediaImpExImportCronJob. createWorkMedia()Creates a new media with attributes (owner, code, mime, realfilename) set as for an unresolved data store.ImpExMediaImpExImportJob.MyImpExImportReader. findExternalDataMedia(java.lang.String code)ImpExMediaImpExImportJob.MyMultiThreadedImpExImportReader. findExternalDataMedia(java.lang.String code)ImpExMediaCronJobDumpHandler. getDumpAsMedia()ImpExMediaGeneratedImpExExportCronJob. getJobMedia()Generated method - Getter of theImpExExportCronJob.jobMediaattribute.ImpExMediaGeneratedImpExExportCronJob. getJobMedia(SessionContext ctx)Generated method - Getter of theImpExExportCronJob.jobMediaattribute.ImpExMediaGeneratedImpExImportCronJob. getJobMedia()Generated method - Getter of theImpExImportCronJob.jobMediaattribute.ImpExMediaGeneratedImpExImportCronJob. getJobMedia(SessionContext ctx)Generated method - Getter of theImpExImportCronJob.jobMediaattribute.ImpExMediaScriptProcessingWizard. getJobMedia()ImpExMediaGeneratedImpExImportCronJob. getUnresolvedDataStore()Generated method - Getter of theImpExImportCronJob.unresolvedDataStoreattribute.ImpExMediaGeneratedImpExImportCronJob. getUnresolvedDataStore(SessionContext ctx)Generated method - Getter of theImpExImportCronJob.unresolvedDataStoreattribute.ImpExMediaGeneratedImpExImportCronJob. getWorkMedia()Generated method - Getter of theImpExImportCronJob.workMediaattribute.ImpExMediaGeneratedImpExImportCronJob. getWorkMedia(SessionContext ctx)Generated method - Getter of theImpExImportCronJob.workMediaattribute.protected ImpExMediaImpExImportJob. prepareMedia(ImpExImportCronJob cronJob)Gets the media used as source data.Methods in de.hybris.platform.impex.jalo.cronjob that return types with arguments of type ImpExMedia Modifier and Type Method Description java.util.Collection<ImpExMedia>GeneratedImpExImportCronJob. getExternalDataCollection()Generated method - Getter of theImpExImportCronJob.externalDataCollectionattribute.java.util.Collection<ImpExMedia>GeneratedImpExImportCronJob. getExternalDataCollection(SessionContext ctx)Generated method - Getter of theImpExImportCronJob.externalDataCollectionattribute.Methods in de.hybris.platform.impex.jalo.cronjob with parameters of type ImpExMedia Modifier and Type Method Description voidScriptProcessingWizard. reloadScript(SessionContext ctx, ImpExMedia media)voidGeneratedImpExExportCronJob. setJobMedia(ImpExMedia value)Generated method - Setter of theImpExExportCronJob.jobMediaattribute.voidGeneratedImpExExportCronJob. setJobMedia(SessionContext ctx, ImpExMedia value)Generated method - Setter of theImpExExportCronJob.jobMediaattribute.voidGeneratedImpExImportCronJob. setJobMedia(ImpExMedia value)Generated method - Setter of theImpExImportCronJob.jobMediaattribute.voidGeneratedImpExImportCronJob. setJobMedia(SessionContext ctx, ImpExMedia value)Generated method - Setter of theImpExImportCronJob.jobMediaattribute.voidScriptProcessingWizard. setJobMedia(ImpExMedia media)voidGeneratedImpExImportCronJob. setUnresolvedDataStore(ImpExMedia value)Generated method - Setter of theImpExImportCronJob.unresolvedDataStoreattribute.voidGeneratedImpExImportCronJob. setUnresolvedDataStore(SessionContext ctx, ImpExMedia value)Generated method - Setter of theImpExImportCronJob.unresolvedDataStoreattribute.voidGeneratedImpExImportCronJob. setWorkMedia(ImpExMedia value)Generated method - Setter of theImpExImportCronJob.workMediaattribute.voidGeneratedImpExImportCronJob. setWorkMedia(SessionContext ctx, ImpExMedia value)Generated method - Setter of theImpExImportCronJob.workMediaattribute.Method parameters in de.hybris.platform.impex.jalo.cronjob with type arguments of type ImpExMedia Modifier and Type Method Description voidGeneratedImpExImportCronJob. setExternalDataCollection(SessionContext ctx, java.util.Collection<ImpExMedia> value)Generated method - Setter of theImpExImportCronJob.externalDataCollectionattribute.voidGeneratedImpExImportCronJob. setExternalDataCollection(java.util.Collection<ImpExMedia> value)Generated method - Setter of theImpExImportCronJob.externalDataCollectionattribute. -
Uses of ImpExMedia in de.hybris.platform.impex.jalo.exp
Subclasses of ImpExMedia in de.hybris.platform.impex.jalo.exp Modifier and Type Class Description classGeneratedHeaderLibraryGenerated class for typeHeaderLibrary.classGeneratedImpExExportMediaGenerated class for typeImpExExportMedia.classHeaderLibraryclassImpExExportMediaMethods in de.hybris.platform.impex.jalo.exp that return ImpExMedia Modifier and Type Method Description static ImpExMediaExportUtils. createExportScript(HeaderLibrary headerlibrary, java.util.Collection<Item> items)ImpExMediaGeneratedExport. getExportScript()Generated method - Getter of theExport.exportScriptattribute.ImpExMediaGeneratedExport. getExportScript(SessionContext ctx)Generated method - Getter of theExport.exportScriptattribute.ImpExMediaExportConfiguration. getSource()Methods in de.hybris.platform.impex.jalo.exp with parameters of type ImpExMedia Modifier and Type Method Description static java.lang.StringBuilderExportUtils. getScriptContent(ImpExMedia media)Deprecated.since ages - useImpExUtils.getContent(de.hybris.platform.jalo.media.Media)voidGeneratedExport. setExportScript(ImpExMedia value)Generated method - Setter of theExport.exportScriptattribute.voidGeneratedExport. setExportScript(SessionContext ctx, ImpExMedia value)Generated method - Setter of theExport.exportScriptattribute.voidExportConfiguration. setSource(ImpExMedia source)Constructors in de.hybris.platform.impex.jalo.exp with parameters of type ImpExMedia Constructor Description ExportConfiguration(ImpExMedia source, EnumerationValue headerValidationMode)The assigned impex media represents an impex based command script (see the sample below).Exporter(ImpExMedia source, EnumerationValue headerValidationMode) -
Uses of ImpExMedia in de.hybris.platform.impex.jalo.exp.converter
Methods in de.hybris.platform.impex.jalo.exp.converter with parameters of type ImpExMedia Modifier and Type Method Description java.util.List<java.util.zip.ZipEntry>AbstractExportConverter. getZipEntries(ImpExMedia media)java.util.zip.ZipEntryAbstractExportConverter. getZipEntryByName(ImpExMedia media, java.lang.String name) -
Uses of ImpExMedia in de.hybris.platform.impex.jalo.imp
Methods in de.hybris.platform.impex.jalo.imp that return ImpExMedia Modifier and Type Method Description ImpExMediaAbstractDumpHandler. getDumpAsMedia()ImpExMediaDefaultDumpHandler. getDumpAsMedia()ImpExMediaDumpHandler. getDumpAsMedia()Gets the current dump as media object. -
Uses of ImpExMedia in de.hybris.platform.ldap
Methods in de.hybris.platform.ldap that return ImpExMedia Modifier and Type Method Description ImpExMediaLDIF2ImpExConverter. getExportAsMedia() -
Uses of ImpExMedia in de.hybris.platform.ldap.jalo
Methods in de.hybris.platform.ldap.jalo that return ImpExMedia Modifier and Type Method Description ImpExMediaGeneratedLDIFGroupImportCronJob. getDestMedia()Generated method - Getter of theLDIFGroupImportCronJob.destMediaattribute.ImpExMediaGeneratedLDIFGroupImportCronJob. getDestMedia(SessionContext ctx)Generated method - Getter of theLDIFGroupImportCronJob.destMediaattribute.ImpExMediaGeneratedLDIFImportCronJob. getDestMedia()Generated method - Getter of theLDIFImportCronJob.destMediaattribute.ImpExMediaGeneratedLDIFImportCronJob. getDestMedia(SessionContext ctx)Generated method - Getter of theLDIFImportCronJob.destMediaattribute.ImpExMediaGeneratedLDIFGroupImportCronJob. getDumpMedia()Generated method - Getter of theLDIFGroupImportCronJob.dumpMediaattribute.ImpExMediaGeneratedLDIFGroupImportCronJob. getDumpMedia(SessionContext ctx)Generated method - Getter of theLDIFGroupImportCronJob.dumpMediaattribute.ImpExMediaGeneratedLDIFImportCronJob. getDumpMedia()Generated method - Getter of theLDIFImportCronJob.dumpMediaattribute.ImpExMediaGeneratedLDIFImportCronJob. getDumpMedia(SessionContext ctx)Generated method - Getter of theLDIFImportCronJob.dumpMediaattribute.Methods in de.hybris.platform.ldap.jalo with parameters of type ImpExMedia Modifier and Type Method Description voidGeneratedLDIFGroupImportCronJob. setDestMedia(ImpExMedia value)Generated method - Setter of theLDIFGroupImportCronJob.destMediaattribute.voidGeneratedLDIFGroupImportCronJob. setDestMedia(SessionContext ctx, ImpExMedia value)Generated method - Setter of theLDIFGroupImportCronJob.destMediaattribute.voidGeneratedLDIFImportCronJob. setDestMedia(ImpExMedia value)Generated method - Setter of theLDIFImportCronJob.destMediaattribute.voidGeneratedLDIFImportCronJob. setDestMedia(SessionContext ctx, ImpExMedia value)Generated method - Setter of theLDIFImportCronJob.destMediaattribute.voidGeneratedLDIFGroupImportCronJob. setDumpMedia(ImpExMedia value)Generated method - Setter of theLDIFGroupImportCronJob.dumpMediaattribute.voidGeneratedLDIFGroupImportCronJob. setDumpMedia(SessionContext ctx, ImpExMedia value)Generated method - Setter of theLDIFGroupImportCronJob.dumpMediaattribute.voidGeneratedLDIFImportCronJob. setDumpMedia(ImpExMedia value)Generated method - Setter of theLDIFImportCronJob.dumpMediaattribute.voidGeneratedLDIFImportCronJob. setDumpMedia(SessionContext ctx, ImpExMedia value)Generated method - Setter of theLDIFImportCronJob.dumpMediaattribute.
-