Uses of Interface
de.hybris.platform.servicelayer.impex.ImportResult
-
-
Uses of ImportResult in com.hybris.backoffice.excel.jobs
Methods in com.hybris.backoffice.excel.jobs with parameters of type ImportResult Modifier and Type Method Description protected voidExcelImportJobPerformable. logImpexResult(ImportResult importResult)protected PerformResultExcelImportJobPerformable. mapResult(ImportResult importResult) -
Uses of ImportResult in com.hybris.backoffice.selenium.remote
Methods in com.hybris.backoffice.selenium.remote with parameters of type ImportResult Modifier and Type Method Description protected voidTestBackofficeConfigurationTestingService. handleImportResult(ImportResult importResult) -
Uses of ImportResult in com.hybris.backoffice.solrsearch.setup.impl
Methods in com.hybris.backoffice.solrsearch.setup.impl that return types with arguments of type ImportResult Modifier and Type Method Description protected java.util.Optional<ImportResult>DefaultBackofficeSolrSearchImpexImportSystemSetup. tryToImportImpexFile(java.lang.String filePath) -
Uses of ImportResult in com.hybris.datahub.core.facades
Methods in com.hybris.datahub.core.facades that return ImportResult Modifier and Type Method Description static ImportResultImportTestUtils. importResultWithLogErrors(java.lang.String impexFileLoc, java.lang.String errLogText)Mocks an import result with errors present in the error log.static ImportResultImportTestUtils. importResultWithUnresolvedLineErrors(java.lang.String impexFileLoc, java.lang.String errLogText, java.io.InputStream mediaStream)Mocks an import result with errors present in the unresolved lines.Methods in com.hybris.datahub.core.facades with parameters of type ImportResult Modifier and Type Method Description static voidImportTestUtils. makeResultSuccessful(ImportResult result)Takes mock of anImportResultand finishes stubbing to simulate success import result.static voidImportTestUtils. makeResultWithErrors(ImportResult res, java.lang.String errLogText)Takes mock of anImportResultand finishes stubbing to simulate errors present in the result.static voidImportTestUtils. makeResultWithErrors(ImportResult res, java.lang.String errLogText, MediaService mediaService, java.io.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 ImportResult Modifier and Type Method Description voidRemoveCallback. 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 ImportResult Modifier and Type Method Description voidRemoveCatalogVersionsCallback. afterRemoved(RemoveCatalogVersionCronJobModel cronJobModel, java.util.Collection<CatalogVersionModel> catalogVersions, ImportResult result)Performed after import job finishes.voidRemoveCatalogVersionsCallback. doRemove(RemoveCatalogVersionCronJobModel cronJobModel, java.util.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 ImportResult Modifier and Type Method Description static ImportResultDataImportTestUtils. importResult(java.lang.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 ImportResult Modifier and Type Method Description TImportResultConverter. 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 ImportResult Modifier and Type Method Description TDefaultImportErrorsConverter. convert(ImportResult importRes)protected java.util.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 ImportResult Modifier and Type Method Description protected ImportResultAbstractMarketplaceImpexRunnerTask. process(java.io.File file, java.lang.String encoding)Method parameters in de.hybris.platform.marketplaceservices.dataimport.batch.task with type arguments of type ImportResult Modifier and Type Method Description protected java.lang.StringAbstractMarketplaceImpexRunnerTask. createLogMsg(java.util.List<ImportResult> results)protected voidAbstractMarketplaceImpexRunnerTask. log(java.util.List<ImportResult> results, java.io.File target) -
Uses of ImportResult in de.hybris.platform.patches.data
Methods in de.hybris.platform.patches.data that return ImportResult Modifier and Type Method Description ImportResultImpexImportUnitResult. getImportResult()Methods in de.hybris.platform.patches.data with parameters of type ImportResult Modifier and Type Method Description voidImpexImportUnitResult. setImportResult(ImportResult importResult) -
Uses of ImportResult in de.hybris.platform.servicelayer
Methods in de.hybris.platform.servicelayer that return ImportResult Modifier and Type Method Description ImportResultServicelayerTest. importData(ImportConfig config)Delegates to de.hybris.platform.servicelayer.ServicelayerTestLogic#importData(de.hybris.platform.servicelayer.impex.ImportConfig, de.hybris.platform.servicelayer.impex.ImportService)ImportResultServicelayerTestLogic. 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 ImportResult Modifier and Type Method Description ImportResultImportService. importData(ImpExResource script)Imports platform data using given impex import script.ImportResultImportService. importData(ImportConfig config)Imports platform data.Methods in de.hybris.platform.servicelayer.impex with parameters of type ImportResult Modifier and Type Method Description java.util.stream.Stream<? 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 ImportResult Modifier and Type Class Description classImportCronJobResultImplementation based on an import cronjob.Methods in de.hybris.platform.servicelayer.impex.impl that return ImportResult Modifier and Type Method Description ImportResultDefaultImportService. importData(ImpExResource script)ImportResultDefaultImportService. importData(ImportConfig config)Methods in de.hybris.platform.servicelayer.impex.impl with parameters of type ImportResult Modifier and Type Method Description java.util.stream.Stream<? extends ImpExError>DefaultImportService. collectImportErrors(ImportResult result)
-