Uses of Interface
de.hybris.platform.servicelayer.impex.ImportResult
Packages that use ImportResult
Package
Description
-
Uses of ImportResult in com.hybris.backoffice.excel.jobs
Methods in com.hybris.backoffice.excel.jobs with parameters of type ImportResultModifier and TypeMethodDescriptionprotected voidExcelImportJobPerformable.logImpexResult(ImportResult importResult) protected PerformResultExcelImportJobPerformable.mapResult(ImportResult importResult) -
Uses of ImportResult in com.hybris.backoffice.search.setup.impl
Methods in com.hybris.backoffice.search.setup.impl that return types with arguments of type ImportResultModifier and TypeMethodDescriptionprotected Optional<ImportResult>AbstractBackofficeSearchImpexImportSystemSetup.tryToImportImpexFile(String filePath) -
Uses of ImportResult in com.hybris.backoffice.selenium.remote
Methods in com.hybris.backoffice.selenium.remote with parameters of type ImportResultModifier and TypeMethodDescriptionprotected voidTestBackofficeConfigurationTestingService.handleImportResult(ImportResult importResult) -
Uses of ImportResult in com.hybris.datahub.core.facades
Methods in com.hybris.datahub.core.facades that return ImportResultModifier and TypeMethodDescriptionstatic ImportResultImportTestUtils.importResultWithLogErrors(String impexFileLoc, String errLogText) Mocks an import result with errors present in the error log.static ImportResultImportTestUtils.importResultWithUnresolvedLineErrors(String impexFileLoc, String errLogText, InputStream mediaStream) Mocks an import result with errors present in the unresolved lines.Methods in com.hybris.datahub.core.facades with parameters of type ImportResultModifier and TypeMethodDescriptionstatic voidImportTestUtils.makeResultSuccessful(ImportResult result) Takes mock of anImportResultand finishes stubbing to simulate success import result.static voidImportTestUtils.makeResultWithErrors(ImportResult res, String errLogText) Takes mock of anImportResultand finishes stubbing to simulate errors present in the result.static voidImportTestUtils.makeResultWithErrors(ImportResult res, String errLogText, MediaService mediaService, InputStream mediaStream) Takes mock of anImportResultand finishes stubbing to simulate errors present in the result.static voidImportTestUtils.makeResultWithMediaServiceException(ImportResult res, MediaService mediaService) Takes mock of anImportResultand throws an IOException when calling the mediaService -
Uses of ImportResult in de.hybris.platform.catalog.job.callback
Methods in de.hybris.platform.catalog.job.callback with parameters of type ImportResultModifier and TypeMethodDescriptionvoidRemoveCallback.afterRemoved(RemoveCatalogVersionCronJobModel cronJobModel, P parentType, ImportResult result) Hook for the after import handling.voidRemoveCallback.doRemove(RemoveCatalogVersionCronJobModel cronJobModel, P parentType, ImportResult result) Hook for the period polling current status of the import. -
Uses of ImportResult in de.hybris.platform.catalog.job.callback.impl
Methods in de.hybris.platform.catalog.job.callback.impl with parameters of type ImportResultModifier and TypeMethodDescriptionvoidRemoveCatalogVersionsCallback.afterRemoved(RemoveCatalogVersionCronJobModel cronJobModel, Collection<CatalogVersionModel> catalogVersions, ImportResult result) Performed after import job finishes.voidRemoveCatalogVersionsCallback.doRemove(RemoveCatalogVersionCronJobModel cronJobModel, Collection<CatalogVersionModel> catalogVersion, ImportResult result) Performed while import job is running, poll called for the state of the import every 1 second. -
Uses of ImportResult in de.hybris.platform.dataimportcommons.facades
Methods in de.hybris.platform.dataimportcommons.facades that return ImportResultModifier and TypeMethodDescriptionstatic ImportResultDataImportTestUtils.importResult(String impexFileLoc) Mocks an import result, which is wired up with the CronJobModel and WorkMedia.static ImportResultDataImportTestUtils.successfulImportResult()Mocks a successful import result. -
Uses of ImportResult in de.hybris.platform.dataimportcommons.facades.impl
Methods in de.hybris.platform.dataimportcommons.facades.impl with parameters of type ImportResultModifier and TypeMethodDescriptionImportResultConverter.convert(ImportResult importRes) Converts service import result to item import result -
Uses of ImportResult in de.hybris.platform.dataimportcommons.facades.impl.converter
Methods in de.hybris.platform.dataimportcommons.facades.impl.converter with parameters of type ImportResultModifier and TypeMethodDescriptionDefaultImportErrorsConverter.convert(ImportResult importRes) protected Collection<DataImportError>DefaultImportErrorsConverter.extractErrorsFrom(ImportResult importRes) protected TDefaultImportErrorsConverter.toItemImportResult(ImportResult importRes) -
Uses of ImportResult in de.hybris.platform.marketplaceservices.dataimport.batch.task
Methods in de.hybris.platform.marketplaceservices.dataimport.batch.task that return ImportResultMethod parameters in de.hybris.platform.marketplaceservices.dataimport.batch.task with type arguments of type ImportResultModifier and TypeMethodDescriptionprotected StringAbstractMarketplaceImpexRunnerTask.createLogMsg(List<ImportResult> results) protected voidAbstractMarketplaceImpexRunnerTask.log(List<ImportResult> results, File target) -
Uses of ImportResult in de.hybris.platform.patches.data
Methods in de.hybris.platform.patches.data that return ImportResultMethods in de.hybris.platform.patches.data with parameters of type ImportResultModifier and TypeMethodDescriptionvoidImpexImportUnitResult.setImportResult(ImportResult importResult) -
Uses of ImportResult in de.hybris.platform.servicelayer
Methods in de.hybris.platform.servicelayer that return ImportResultModifier and TypeMethodDescriptionServicelayerTest.importData(ImportConfig config) Delegates to de.hybris.platform.servicelayer.ServicelayerTestLogic#importData(de.hybris.platform.servicelayer.impex.ImportConfig, de.hybris.platform.servicelayer.impex.ImportService)ServicelayerTestLogic.importData(ImportConfig config, ImportService importService) Performs import using provided config. -
Uses of ImportResult in de.hybris.platform.servicelayer.impex
Methods in de.hybris.platform.servicelayer.impex that return ImportResultModifier and TypeMethodDescriptionImportService.importData(ImpExResource script) Imports platform data using given impex import script.ImportService.importData(ImportConfig config) Imports platform data.Methods in de.hybris.platform.servicelayer.impex with parameters of type ImportResultModifier and TypeMethodDescriptionStream<? extends ImpExError>ImportService.collectImportErrors(ImportResult result) Allows to collect import error objects built from import result dump. -
Uses of ImportResult in de.hybris.platform.servicelayer.impex.impl
Classes in de.hybris.platform.servicelayer.impex.impl that implement ImportResultModifier and TypeClassDescriptionclassImplementation based on an import cronjob.Methods in de.hybris.platform.servicelayer.impex.impl that return ImportResultModifier and TypeMethodDescriptionDefaultImportService.importData(ImpExResource script) DefaultImportService.importData(ImportConfig config) Methods in de.hybris.platform.servicelayer.impex.impl with parameters of type ImportResultModifier and TypeMethodDescriptionStream<? extends ImpExError>DefaultImportService.collectImportErrors(ImportResult result)