Uses of Class
de.hybris.platform.impex.jalo.ErrorHandler.RESULT
-
Packages that use ErrorHandler.RESULT Package Description de.hybris.platform.impex.jalo de.hybris.platform.impex.jalo.cronjob -
-
Uses of ErrorHandler.RESULT in de.hybris.platform.impex.jalo
Methods in de.hybris.platform.impex.jalo that return ErrorHandler.RESULT Modifier and Type Method Description ErrorHandler.RESULTAlwaysFailErrorHandler. handleError(ImpExException exception, ImpExReader reader)ErrorHandler.RESULTErrorHandler. handleError(ImpExException exception, ImpExReader reader)Evaluated the given error and finds a decision concerning the further ImpEx processing.static ErrorHandler.RESULTErrorHandler.RESULT. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ErrorHandler.RESULT[]ErrorHandler.RESULT. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ErrorHandler.RESULT in de.hybris.platform.impex.jalo.cronjob
Methods in de.hybris.platform.impex.jalo.cronjob that return ErrorHandler.RESULT Modifier and Type Method Description ErrorHandler.RESULTCronJobErrorHandler. handleError(ImpExException impexException, ImpExReader reader)
-