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 ImpExMedia
CatalogManager. createBatchMedia(java.lang.String fileName, java.lang.String mime, java.io.InputStream istr)
protected ImpExMedia
CatalogManager. getBatchMedia(java.lang.String fileName, java.lang.String fileExt)
ImpExMedia
GeneratedRemoveCatalogVersionCronJob. getNotRemovedItems()
Generated method - Getter of theRemoveCatalogVersionCronJob.notRemovedItems
attribute.ImpExMedia
GeneratedRemoveCatalogVersionCronJob. getNotRemovedItems(SessionContext ctx)
Generated method - Getter of theRemoveCatalogVersionCronJob.notRemovedItems
attribute.Methods in de.hybris.platform.catalog.jalo with parameters of type ImpExMedia Modifier and Type Method Description void
GeneratedRemoveCatalogVersionCronJob. setNotRemovedItems(ImpExMedia value)
Generated method - Setter of theRemoveCatalogVersionCronJob.notRemovedItems
attribute.void
GeneratedRemoveCatalogVersionCronJob. setNotRemovedItems(SessionContext ctx, ImpExMedia value)
Generated method - Setter of theRemoveCatalogVersionCronJob.notRemovedItems
attribute. -
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 ImpExMedia
BatchingImportReader. 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 ImpExMedia
GeneratedImpExManager. createImpExMedia(SessionContext ctx, java.util.Map attributeValues)
ImpExMedia
GeneratedImpExManager. createImpExMedia(java.util.Map attributeValues)
ImpExMedia
ImpExManager. createImpExMedia(java.lang.String code)
Creates anImpExMedia
with given code.ImpExMedia
ImpExManager. createImpExMedia(java.lang.String code, EnumerationValue encoding)
Creates anImpExMedia
with given code and default encoding.ImpExMedia
ImpExManager. createImpExMedia(java.lang.String code, java.lang.String encoding)
Creates anImpExMedia
with given code and default encoding as well as CSV as mime type.ImpExMedia
ImpExManager. createImpExMedia(java.lang.String code, java.lang.String encoding, java.io.InputStream content)
Creates anImpExMedia
with given code, default encoding and content as well as CSV as mime type.ImpExMedia
ImpExManager. createImpExMedia(java.lang.String code, java.lang.String encoding, java.lang.String content)
Creates anImpExMedia
with given code, default encoding and content as well as CSV as mime type.ImpExMedia
ImpExManager. createImpExMediaForCodeAndExtractionId(java.lang.String code, java.lang.String extractionId)
ImpExMedia
ImpExReader. findExternalDataMedia(java.lang.String code)
Searches the media with the given code in the context of the reader and returns it.protected ImpExMedia
ImpExReader. 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 void
ImpExReader. addExternalDataMedia(ImpExMedia ext)
Adds an external media to the reader context which is then accessible viaincludeExternalDataMedia
.void
ImpExMedia. copyData(ImpExMedia media)
Copies the data of this media to the given one.void
ImpExMedia. copySettings(ImpExMedia media)
Sets the ImpEx specific settings of this media to the given one.ImpExImportCronJob
ImpExManager. importData(ImpExMedia media, ImpExMedia zipMedia, java.util.Collection<ImpExMedia> externalData, boolean codeexecution, boolean synchronous, boolean removeOnSuccess)
Imports data using a newImpExImportCronJob
instance.ImpExImportCronJob
ImpExManager. importData(ImpExMedia media, java.util.Collection<ImpExMedia> externalData, boolean codeexecution, boolean synchronous, boolean removeOnSuccess)
Imports data using a newImpExImportCronJob
instance.void
BeanShellImportable. importMedia(ImpExMedia media, java.lang.Integer columnOffset, java.lang.String encoding, java.lang.Character delimiter, java.lang.Integer linesToSkip)
Delegates to underlyingImpExReader
.void
BeanShellImporter. importMedia(ImpExMedia media, java.lang.Integer columnOffset, java.lang.String encoding, java.lang.Character delimiter, java.lang.Integer linesToSkip)
void
ImpExReader. includeExternalDataMedia(ImpExMedia media)
Redirects the import reader to external data stored inside a media.void
ImpExReader. includeExternalDataMedia(ImpExMedia media, int columnOffset)
Redirects the import reader to external data stored inside a media.void
ImpExReader. 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 void
ImpExReader. addExternalDataMedias(java.util.Collection<ImpExMedia> toAdd)
Adds an collection of external medias to the reader context which are then accessible viaincludeExternalDataMedia
each.ImpExImportCronJob
ImpExManager. importData(ImpExMedia media, ImpExMedia zipMedia, java.util.Collection<ImpExMedia> externalData, boolean codeexecution, boolean synchronous, boolean removeOnSuccess)
Imports data using a newImpExImportCronJob
instance.ImpExImportCronJob
ImpExManager. importData(ImpExMedia media, java.util.Collection<ImpExMedia> externalData, boolean codeexecution, boolean synchronous, boolean removeOnSuccess)
Imports data using a newImpExImportCronJob
instance. -
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 ImpExMedia
ImpExImportCronJob. createUnresolvedDataStore()
Creates a new media with attributes (owner, code, mime, realfilename) set as for an unresolved data store.ImpExMedia
ImpExImportCronJob. createWorkMedia()
Creates a new media with attributes (owner, code, mime, realfilename) set as for an unresolved data store.ImpExMedia
ImpExImportJob.MyImpExImportReader. findExternalDataMedia(java.lang.String code)
ImpExMedia
ImpExImportJob.MyMultiThreadedImpExImportReader. findExternalDataMedia(java.lang.String code)
ImpExMedia
CronJobDumpHandler. getDumpAsMedia()
ImpExMedia
GeneratedImpExExportCronJob. getJobMedia()
Generated method - Getter of theImpExExportCronJob.jobMedia
attribute.ImpExMedia
GeneratedImpExExportCronJob. getJobMedia(SessionContext ctx)
Generated method - Getter of theImpExExportCronJob.jobMedia
attribute.ImpExMedia
GeneratedImpExImportCronJob. getJobMedia()
Generated method - Getter of theImpExImportCronJob.jobMedia
attribute.ImpExMedia
GeneratedImpExImportCronJob. getJobMedia(SessionContext ctx)
Generated method - Getter of theImpExImportCronJob.jobMedia
attribute.ImpExMedia
ScriptProcessingWizard. getJobMedia()
ImpExMedia
GeneratedImpExImportCronJob. getUnresolvedDataStore()
Generated method - Getter of theImpExImportCronJob.unresolvedDataStore
attribute.ImpExMedia
GeneratedImpExImportCronJob. getUnresolvedDataStore(SessionContext ctx)
Generated method - Getter of theImpExImportCronJob.unresolvedDataStore
attribute.ImpExMedia
GeneratedImpExImportCronJob. getWorkMedia()
Generated method - Getter of theImpExImportCronJob.workMedia
attribute.ImpExMedia
GeneratedImpExImportCronJob. getWorkMedia(SessionContext ctx)
Generated method - Getter of theImpExImportCronJob.workMedia
attribute.protected ImpExMedia
ImpExImportJob. 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.externalDataCollection
attribute.java.util.Collection<ImpExMedia>
GeneratedImpExImportCronJob. getExternalDataCollection(SessionContext ctx)
Generated method - Getter of theImpExImportCronJob.externalDataCollection
attribute.Methods in de.hybris.platform.impex.jalo.cronjob with parameters of type ImpExMedia Modifier and Type Method Description void
ScriptProcessingWizard. reloadScript(SessionContext ctx, ImpExMedia media)
void
GeneratedImpExExportCronJob. setJobMedia(ImpExMedia value)
Generated method - Setter of theImpExExportCronJob.jobMedia
attribute.void
GeneratedImpExExportCronJob. setJobMedia(SessionContext ctx, ImpExMedia value)
Generated method - Setter of theImpExExportCronJob.jobMedia
attribute.void
GeneratedImpExImportCronJob. setJobMedia(ImpExMedia value)
Generated method - Setter of theImpExImportCronJob.jobMedia
attribute.void
GeneratedImpExImportCronJob. setJobMedia(SessionContext ctx, ImpExMedia value)
Generated method - Setter of theImpExImportCronJob.jobMedia
attribute.void
ScriptProcessingWizard. setJobMedia(ImpExMedia media)
void
GeneratedImpExImportCronJob. setUnresolvedDataStore(ImpExMedia value)
Generated method - Setter of theImpExImportCronJob.unresolvedDataStore
attribute.void
GeneratedImpExImportCronJob. setUnresolvedDataStore(SessionContext ctx, ImpExMedia value)
Generated method - Setter of theImpExImportCronJob.unresolvedDataStore
attribute.void
GeneratedImpExImportCronJob. setWorkMedia(ImpExMedia value)
Generated method - Setter of theImpExImportCronJob.workMedia
attribute.void
GeneratedImpExImportCronJob. setWorkMedia(SessionContext ctx, ImpExMedia value)
Generated method - Setter of theImpExImportCronJob.workMedia
attribute.Method parameters in de.hybris.platform.impex.jalo.cronjob with type arguments of type ImpExMedia Modifier and Type Method Description void
GeneratedImpExImportCronJob. setExternalDataCollection(SessionContext ctx, java.util.Collection<ImpExMedia> value)
Generated method - Setter of theImpExImportCronJob.externalDataCollection
attribute.void
GeneratedImpExImportCronJob. setExternalDataCollection(java.util.Collection<ImpExMedia> value)
Generated method - Setter of theImpExImportCronJob.externalDataCollection
attribute. -
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 class
GeneratedHeaderLibrary
Generated class for typeHeaderLibrary
.class
GeneratedImpExExportMedia
Generated class for typeImpExExportMedia
.class
HeaderLibrary
class
ImpExExportMedia
Methods in de.hybris.platform.impex.jalo.exp that return ImpExMedia Modifier and Type Method Description static ImpExMedia
ExportUtils. createExportScript(HeaderLibrary headerlibrary, java.util.Collection<Item> items)
ImpExMedia
GeneratedExport. getExportScript()
Generated method - Getter of theExport.exportScript
attribute.ImpExMedia
GeneratedExport. getExportScript(SessionContext ctx)
Generated method - Getter of theExport.exportScript
attribute.ImpExMedia
ExportConfiguration. getSource()
Methods in de.hybris.platform.impex.jalo.exp with parameters of type ImpExMedia Modifier and Type Method Description static java.lang.StringBuilder
ExportUtils. getScriptContent(ImpExMedia media)
Deprecated.since ages - useImpExUtils.getContent(de.hybris.platform.jalo.media.Media)
void
GeneratedExport. setExportScript(ImpExMedia value)
Generated method - Setter of theExport.exportScript
attribute.void
GeneratedExport. setExportScript(SessionContext ctx, ImpExMedia value)
Generated method - Setter of theExport.exportScript
attribute.void
ExportConfiguration. 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.ZipEntry
AbstractExportConverter. 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 ImpExMedia
AbstractDumpHandler. getDumpAsMedia()
ImpExMedia
DefaultDumpHandler. getDumpAsMedia()
ImpExMedia
DumpHandler. getDumpAsMedia()
Gets the current dump as media object. -
Uses of ImpExMedia in de.hybris.platform.importcockpit.jalo
Subclasses of ImpExMedia in de.hybris.platform.importcockpit.jalo Modifier and Type Class Description class
GeneratedImpExImportCockpitMedia
Generated class for typeImpExImportCockpitMedia
.class
GeneratedImportCockpitInputMedia
Generated class for typeImportCockpitInputMedia
.class
ImpExImportCockpitMedia
class
ImportCockpitInputMedia
-
Uses of ImpExMedia in de.hybris.platform.ldap
Methods in de.hybris.platform.ldap that return ImpExMedia Modifier and Type Method Description ImpExMedia
LDIF2ImpExConverter. 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 ImpExMedia
GeneratedLDIFGroupImportCronJob. getDestMedia()
Generated method - Getter of theLDIFGroupImportCronJob.destMedia
attribute.ImpExMedia
GeneratedLDIFGroupImportCronJob. getDestMedia(SessionContext ctx)
Generated method - Getter of theLDIFGroupImportCronJob.destMedia
attribute.ImpExMedia
GeneratedLDIFImportCronJob. getDestMedia()
Generated method - Getter of theLDIFImportCronJob.destMedia
attribute.ImpExMedia
GeneratedLDIFImportCronJob. getDestMedia(SessionContext ctx)
Generated method - Getter of theLDIFImportCronJob.destMedia
attribute.ImpExMedia
GeneratedLDIFGroupImportCronJob. getDumpMedia()
Generated method - Getter of theLDIFGroupImportCronJob.dumpMedia
attribute.ImpExMedia
GeneratedLDIFGroupImportCronJob. getDumpMedia(SessionContext ctx)
Generated method - Getter of theLDIFGroupImportCronJob.dumpMedia
attribute.ImpExMedia
GeneratedLDIFImportCronJob. getDumpMedia()
Generated method - Getter of theLDIFImportCronJob.dumpMedia
attribute.ImpExMedia
GeneratedLDIFImportCronJob. getDumpMedia(SessionContext ctx)
Generated method - Getter of theLDIFImportCronJob.dumpMedia
attribute.Methods in de.hybris.platform.ldap.jalo with parameters of type ImpExMedia Modifier and Type Method Description void
GeneratedLDIFGroupImportCronJob. setDestMedia(ImpExMedia value)
Generated method - Setter of theLDIFGroupImportCronJob.destMedia
attribute.void
GeneratedLDIFGroupImportCronJob. setDestMedia(SessionContext ctx, ImpExMedia value)
Generated method - Setter of theLDIFGroupImportCronJob.destMedia
attribute.void
GeneratedLDIFImportCronJob. setDestMedia(ImpExMedia value)
Generated method - Setter of theLDIFImportCronJob.destMedia
attribute.void
GeneratedLDIFImportCronJob. setDestMedia(SessionContext ctx, ImpExMedia value)
Generated method - Setter of theLDIFImportCronJob.destMedia
attribute.void
GeneratedLDIFGroupImportCronJob. setDumpMedia(ImpExMedia value)
Generated method - Setter of theLDIFGroupImportCronJob.dumpMedia
attribute.void
GeneratedLDIFGroupImportCronJob. setDumpMedia(SessionContext ctx, ImpExMedia value)
Generated method - Setter of theLDIFGroupImportCronJob.dumpMedia
attribute.void
GeneratedLDIFImportCronJob. setDumpMedia(ImpExMedia value)
Generated method - Setter of theLDIFImportCronJob.dumpMedia
attribute.void
GeneratedLDIFImportCronJob. setDumpMedia(SessionContext ctx, ImpExMedia value)
Generated method - Setter of theLDIFImportCronJob.dumpMedia
attribute.
-