Uses of Interface
de.hybris.platform.servicelayer.impex.ImpExError
-
-
Uses of ImpExError in com.hybris.datahub.core.facades
Methods in com.hybris.datahub.core.facades that return ImpExError Modifier and Type Method Description static ImpExErrorImportTestUtils. impExError(java.lang.String msg)Simulates an impex error with the specified error message.Methods in com.hybris.datahub.core.facades with parameters of type ImpExError Modifier and Type Method Description static ImportErrorImportError. create(ImpExError error) -
Uses of ImpExError in com.hybris.datahub.core.facades.impl.converter
Methods in com.hybris.datahub.core.facades.impl.converter with parameters of type ImpExError Modifier and Type Method Description protected 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 ImpExError Modifier and Type Method Description protected DataImportErrorDefaultImportErrorsConverter. toError(ImpExError impExError) -
Uses of ImpExError in de.hybris.platform.servicelayer.impex
Subinterfaces of ImpExError in de.hybris.platform.servicelayer.impex Modifier and Type Interface Description interfaceImpExHeaderErrorinterfaceImpExValueLineErrorMethods in de.hybris.platform.servicelayer.impex that return types with arguments of type ImpExError 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 ImpExError in de.hybris.platform.servicelayer.impex.impl
Classes in de.hybris.platform.servicelayer.impex.impl that implement ImpExError Modifier and Type Class Description classAbstractImpExErrorclassHeaderErrorclassValueLineErrorMethods in de.hybris.platform.servicelayer.impex.impl that return types with arguments of type ImpExError Modifier and Type Method Description java.util.stream.Stream<? extends ImpExError>DefaultImportService. collectImportErrors(ImportResult result)
-