Uses of Class
de.hybris.platform.importcockpit.enums.ComposedAttribImportMode
-
-
Uses of ComposedAttribImportMode in de.hybris.platform.importcockpit.enums
Methods in de.hybris.platform.importcockpit.enums that return ComposedAttribImportMode Modifier and Type Method Description static ComposedAttribImportMode
ComposedAttribImportMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ComposedAttribImportMode[]
ComposedAttribImportMode. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ComposedAttribImportMode in de.hybris.platform.importcockpit.model.mappingview.mappingline
Methods in de.hybris.platform.importcockpit.model.mappingview.mappingline that return ComposedAttribImportMode Modifier and Type Method Description ComposedAttribImportMode
ComposedTypeMappingLine. getComposedAttribImportMode()
Returns the import mode for the composed attribute: CREATE on the fly or SELECT (default)Methods in de.hybris.platform.importcockpit.model.mappingview.mappingline with parameters of type ComposedAttribImportMode Modifier and Type Method Description void
ComposedTypeMappingLine. setComposedAttribImportMode(ComposedAttribImportMode mode)
Sets the import mode for the composed attribute: CREATE on the fly or SELECT (default) -
Uses of ComposedAttribImportMode in de.hybris.platform.importcockpit.model.mappingview.mappingline.impl
Methods in de.hybris.platform.importcockpit.model.mappingview.mappingline.impl that return ComposedAttribImportMode Modifier and Type Method Description ComposedAttribImportMode
DefaultComposedTypeMapping. getComposedAttribImportMode()
Methods in de.hybris.platform.importcockpit.model.mappingview.mappingline.impl with parameters of type ComposedAttribImportMode Modifier and Type Method Description void
DefaultComposedTypeMapping. setComposedAttribImportMode(ComposedAttribImportMode mode)
-
Uses of ComposedAttribImportMode in de.hybris.platform.importcockpit.services.mapping.jaxb
Methods in de.hybris.platform.importcockpit.services.mapping.jaxb that return ComposedAttribImportMode Modifier and Type Method Description ComposedAttribImportMode
MappingLinePersistence. getComposedAttribImportMode()
Methods in de.hybris.platform.importcockpit.services.mapping.jaxb with parameters of type ComposedAttribImportMode Modifier and Type Method Description void
MappingLinePersistence. setComposedAttribImportMode(ComposedAttribImportMode composedMode)
-