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 ImpexImportMode
ImpexImportMode. 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 ImpexImportMode
MappingModel. 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 void
MappingModel. 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 ImpexImportMode
DefaultMappingModel. impexImportMode
Methods in de.hybris.platform.importcockpit.model.mappingview.impl that return ImpexImportMode Modifier and Type Method Description ImpexImportMode
DefaultMappingModel. getImpexImportMode()
Methods in de.hybris.platform.importcockpit.model.mappingview.impl with parameters of type ImpexImportMode Modifier and Type Method Description void
DefaultMappingModel. 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 ImpexImportMode
MappingPersistence. getMode()
Methods in de.hybris.platform.importcockpit.services.mapping.jaxb with parameters of type ImpexImportMode Modifier and Type Method Description void
MappingPersistence. setMode(ImpexImportMode mode)
-