Uses of Class
de.hybris.platform.cronjob.enums.ErrorMode
-
Packages that use ErrorMode Package Description de.hybris.platform.catalog.synchronization de.hybris.platform.cronjob.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package.de.hybris.platform.cronjob.model Contains generated models for each type of de.hybris.platform.cronjob.jalo package.de.hybris.platform.platformbackoffice.widgets.impex -
-
Uses of ErrorMode in de.hybris.platform.catalog.synchronization
Methods in de.hybris.platform.catalog.synchronization that return ErrorMode Modifier and Type Method Description ErrorModeSyncConfig. getErrorMode()Methods in de.hybris.platform.catalog.synchronization with parameters of type ErrorMode Modifier and Type Method Description voidSyncConfig. setErrorMode(ErrorMode errorMode) -
Uses of ErrorMode in de.hybris.platform.cronjob.enums
Methods in de.hybris.platform.cronjob.enums that return ErrorMode Modifier and Type Method Description static ErrorModeErrorMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ErrorMode[]ErrorMode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ErrorMode in de.hybris.platform.cronjob.model
Methods in de.hybris.platform.cronjob.model that return ErrorMode Modifier and Type Method Description ErrorModeCronJobModel. getErrorMode()Generated method - Getter of theCronJob.errorModeattribute defined at extensionprocessing.ErrorModeJobModel. getErrorMode()Generated method - Getter of theJob.errorModeattribute defined at extensionprocessing.ErrorModeStepModel. getErrorMode()Generated method - Getter of theStep.errorModeattribute defined at extensionprocessing.Methods in de.hybris.platform.cronjob.model with parameters of type ErrorMode Modifier and Type Method Description voidCronJobModel. setErrorMode(ErrorMode value)Generated method - Setter ofCronJob.errorModeattribute defined at extensionprocessing.voidJobModel. setErrorMode(ErrorMode value)Generated method - Setter ofJob.errorModeattribute defined at extensionprocessing.voidStepModel. setErrorMode(ErrorMode value)Generated method - Setter ofStep.errorModeattribute defined at extensionprocessing. -
Uses of ErrorMode in de.hybris.platform.platformbackoffice.widgets.impex
Methods in de.hybris.platform.platformbackoffice.widgets.impex that return ErrorMode Modifier and Type Method Description ErrorModeImpExImportForm. getErrorMode()Methods in de.hybris.platform.platformbackoffice.widgets.impex with parameters of type ErrorMode Modifier and Type Method Description voidImpExImportForm. setErrorMode(ErrorMode errorMode)
-