Uses of Class
de.hybris.platform.importcockpit.enums.ImpexImportMode
-
-
Uses of ImpexImportMode in de.hybris.platform.importcockpit.enums
Methods in de.hybris.platform.importcockpit.enums that return ImpexImportMode Modifier and Type Method Description static ImpexImportModeImpexImportMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ImpexImportMode[]ImpexImportMode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ImpexImportMode in de.hybris.platform.importcockpit.model.mappingview
Methods in de.hybris.platform.importcockpit.model.mappingview that return ImpexImportMode Modifier and Type Method Description ImpexImportModeMappingModel. getImpexImportMode()Returns the import impexImportMode that is used for this mapping.Methods in de.hybris.platform.importcockpit.model.mappingview with parameters of type ImpexImportMode Modifier and Type Method Description voidMappingModel. setImpexImportMode(ImpexImportMode impexImportMode)Returns the import impexImportMode that is used for this mapping. -
Uses of ImpexImportMode in de.hybris.platform.importcockpit.model.mappingview.impl
Fields in de.hybris.platform.importcockpit.model.mappingview.impl declared as ImpexImportMode Modifier and Type Field Description protected ImpexImportModeDefaultMappingModel. impexImportModeMethods in de.hybris.platform.importcockpit.model.mappingview.impl that return ImpexImportMode Modifier and Type Method Description ImpexImportModeDefaultMappingModel. getImpexImportMode()Methods in de.hybris.platform.importcockpit.model.mappingview.impl with parameters of type ImpexImportMode Modifier and Type Method Description voidDefaultMappingModel. setImpexImportMode(ImpexImportMode impexImportMode) -
Uses of ImpexImportMode in de.hybris.platform.importcockpit.services.mapping.jaxb
Methods in de.hybris.platform.importcockpit.services.mapping.jaxb that return ImpexImportMode Modifier and Type Method Description ImpexImportModeMappingPersistence. getMode()Methods in de.hybris.platform.importcockpit.services.mapping.jaxb with parameters of type ImpexImportMode Modifier and Type Method Description voidMappingPersistence. setMode(ImpexImportMode mode)
-