Uses of Interface
de.hybris.platform.servicelayer.impex.ImpExError
Packages that use ImpExError
Package
Description
-
Uses of ImpExError in com.hybris.datahub.core.facades
Methods in com.hybris.datahub.core.facades that return ImpExErrorModifier and TypeMethodDescriptionstatic ImpExErrorImportTestUtils.impExError(String msg) Simulates an impex error with the specified error message.Methods in com.hybris.datahub.core.facades with parameters of type ImpExError -
Uses of ImpExError in com.hybris.datahub.core.facades.impl.converter
Methods in com.hybris.datahub.core.facades.impl.converter with parameters of type ImpExErrorModifier and TypeMethodDescriptionprotected ImportErrorImportErrorsConverter.toError(ImpExError impExError) -
Uses of ImpExError in de.hybris.platform.dataimportcommons.facades.impl.converter
Methods in de.hybris.platform.dataimportcommons.facades.impl.converter with parameters of type ImpExErrorModifier and TypeMethodDescriptionprotected DataImportErrorDefaultImportErrorsConverter.toError(ImpExError impExError) -
Uses of ImpExError in de.hybris.platform.servicelayer.impex
Subinterfaces of ImpExError in de.hybris.platform.servicelayer.impexMethods in de.hybris.platform.servicelayer.impex that return types with arguments of type ImpExErrorModifier and TypeMethodDescriptionStream<? extends ImpExError>ImportService.collectImportErrors(ImportResult result) Allows to collect import error objects built from import result dump. -
Uses of ImpExError in de.hybris.platform.servicelayer.impex.impl
Classes in de.hybris.platform.servicelayer.impex.impl that implement ImpExErrorMethods in de.hybris.platform.servicelayer.impex.impl that return types with arguments of type ImpExErrorModifier and TypeMethodDescriptionStream<? extends ImpExError>DefaultImportService.collectImportErrors(ImportResult result)