Uses of Class
de.hybris.platform.impex.model.ImpExMediaModel
Packages that use ImpExMediaModel
Package
Description
Contains generated models for each type of de.hybris.platform.catalog.jalo package.
Contains generated models for each type of de.hybris.platform.impex.jalo.cronjob package.
Contains generated models for each type of de.hybris.platform.impex.jalo.exp package.
-
Uses of ImpExMediaModel in com.sap.hybris.sapimpeximportadapter.facades.impl
Methods in com.sap.hybris.sapimpeximportadapter.facades.impl with parameters of type ImpExMediaModelModifier and TypeMethodDescriptionvoidDefaultSapImpexImportFacade.scheduleImportTask(ImpExMediaModel impexMedia) Deprecated, for removal: This API element is subject to removal in a future version.Creates a task model and schedules a the impex import task -
Uses of ImpExMediaModel in com.sap.hybris.sapimpeximportadapter.services
Methods in com.sap.hybris.sapimpeximportadapter.services that return ImpExMediaModelModifier and TypeMethodDescriptionImpexImportService.createImpexMedia(InputStream impexStream) Deprecated, for removal: This API element is subject to removal in a future version.Creates an impex media model from the input streamMethods in com.sap.hybris.sapimpeximportadapter.services with parameters of type ImpExMediaModelModifier and TypeMethodDescriptionde.hybris.platform.servicelayer.impex.ImportResultImpexImportService.importMedia(ImpExMediaModel impexMedia) Deprecated, for removal: This API element is subject to removal in a future version.Imports theImpExMediaModel -
Uses of ImpExMediaModel in com.sap.hybris.sapimpeximportadapter.services.impl
Methods in com.sap.hybris.sapimpeximportadapter.services.impl that return ImpExMediaModelModifier and TypeMethodDescriptionDefaultSapImpexImportService.createImpexMedia(InputStream impexStream) Deprecated, for removal: This API element is subject to removal in a future version.Creates theImpExMediaModelfrom theInputStreamMethods in com.sap.hybris.sapimpeximportadapter.services.impl with parameters of type ImpExMediaModelModifier and TypeMethodDescriptionde.hybris.platform.servicelayer.impex.ImportResultDefaultSapImpexImportService.importMedia(ImpExMediaModel impexMedia) Deprecated, for removal: This API element is subject to removal in a future version.Imports the impex media and returns theImportResult -
Uses of ImpExMediaModel in de.hybris.platform.catalog.model
Methods in de.hybris.platform.catalog.model that return ImpExMediaModelModifier and TypeMethodDescriptionRemoveCatalogVersionCronJobModel.getNotRemovedItems()Generated method - Getter of theRemoveCatalogVersionCronJob.notRemovedItemsattribute defined at extensioncatalog.Methods in de.hybris.platform.catalog.model with parameters of type ImpExMediaModelModifier and TypeMethodDescriptionvoidRemoveCatalogVersionCronJobModel.setNotRemovedItems(ImpExMediaModel value) Generated method - Setter ofRemoveCatalogVersionCronJob.notRemovedItemsattribute defined at extensioncatalog. -
Uses of ImpExMediaModel in de.hybris.platform.impex.model.cronjob
Methods in de.hybris.platform.impex.model.cronjob that return ImpExMediaModelModifier and TypeMethodDescriptionImpExExportCronJobModel.getJobMedia()Generated method - Getter of theImpExExportCronJob.jobMediaattribute defined at extensionimpex.ImpExImportCronJobModel.getJobMedia()Generated method - Getter of theImpExImportCronJob.jobMediaattribute defined at extensionimpex.ImpExImportCronJobModel.getUnresolvedDataStore()Generated method - Getter of theImpExImportCronJob.unresolvedDataStoreattribute defined at extensionimpex.ImpExImportCronJobModel.getWorkMedia()Generated method - Getter of theImpExImportCronJob.workMediaattribute defined at extensionimpex.Methods in de.hybris.platform.impex.model.cronjob that return types with arguments of type ImpExMediaModelModifier and TypeMethodDescriptionImpExImportCronJobModel.getExternalDataCollection()Generated method - Getter of theImpExImportCronJob.externalDataCollectionattribute defined at extensionimpex.Methods in de.hybris.platform.impex.model.cronjob with parameters of type ImpExMediaModelModifier and TypeMethodDescriptionvoidImpExExportCronJobModel.setJobMedia(ImpExMediaModel value) Generated method - Setter ofImpExExportCronJob.jobMediaattribute defined at extensionimpex.voidImpExImportCronJobModel.setJobMedia(ImpExMediaModel value) Generated method - Setter ofImpExImportCronJob.jobMediaattribute defined at extensionimpex.voidImpExImportCronJobModel.setUnresolvedDataStore(ImpExMediaModel value) Generated method - Setter ofImpExImportCronJob.unresolvedDataStoreattribute defined at extensionimpex.voidImpExImportCronJobModel.setWorkMedia(ImpExMediaModel value) Generated method - Setter ofImpExImportCronJob.workMediaattribute defined at extensionimpex.Method parameters in de.hybris.platform.impex.model.cronjob with type arguments of type ImpExMediaModelModifier and TypeMethodDescriptionvoidImpExImportCronJobModel.setExternalDataCollection(Collection<ImpExMediaModel> value) Generated method - Setter ofImpExImportCronJob.externalDataCollectionattribute defined at extensionimpex. -
Uses of ImpExMediaModel in de.hybris.platform.impex.model.exp
Subclasses of ImpExMediaModel in de.hybris.platform.impex.model.expModifier and TypeClassDescriptionclassGenerated model class for type HeaderLibrary first defined at extension impex.classGenerated model class for type ImpExExportMedia first defined at extension impex.Methods in de.hybris.platform.impex.model.exp that return ImpExMediaModelModifier and TypeMethodDescriptionExportModel.getExportScript()Generated method - Getter of theExport.exportScriptattribute defined at extensionimpex.Methods in de.hybris.platform.impex.model.exp with parameters of type ImpExMediaModelModifier and TypeMethodDescriptionvoidExportModel.setExportScript(ImpExMediaModel value) Generated method - Setter ofExport.exportScriptattribute defined at extensionimpex.