Uses of Class
de.hybris.platform.jalo.type.MapType
Packages that use MapType
Package
Description
-
Uses of MapType in de.hybris.platform.impex.jalo.translators
Methods in de.hybris.platform.impex.jalo.translators with parameters of type MapTypeModifier and TypeMethodDescriptionstatic AbstractValueTranslatorMapValueTranslator.createKeyTranslator(MapType mapType) static AbstractValueTranslatorMapValueTranslator.createKeyTranslator(MapType mapType, List<AbstractDescriptor.ColumnParams>[] patternLists) static AbstractValueTranslatorMapValueTranslator.createValueTranslator(MapType mapType) static AbstractValueTranslatorMapValueTranslator.createValueTranslator(MapType mapType, List<AbstractDescriptor.ColumnParams>[] patternLists) Constructors in de.hybris.platform.impex.jalo.translators with parameters of type MapTypeModifierConstructorDescriptionMapValueTranslator(MapType mapType, List<AbstractDescriptor.ColumnParams>[] patternLists) MapValueTranslator(MapType mapType, List<AbstractDescriptor.ColumnParams>[] patternLists, char keyValueDelimiter, String key2valueAssignment) -
Uses of MapType in de.hybris.platform.jalo.type
Methods in de.hybris.platform.jalo.type that return MapTypeModifier and TypeMethodDescriptionTypeManager.createMapType(PK pkBase, String code, Type argumentType, Type returnType) Deprecated.since ages - use ModelService.create to create instancesTypeManager.createMapType(String code, Type argumentType, Type returnType) Deprecated.since ages - use ModelService.create to create instancesMethods in de.hybris.platform.jalo.type that return types with arguments of type MapTypeModifier and TypeMethodDescriptionTypeManager.getAllMapTypes()Deprecated.since ages - - write own flexible search to fetch desired types -
Uses of MapType in de.hybris.platform.servicelayer.internal.jalo
Methods in de.hybris.platform.servicelayer.internal.jalo that return MapTypeModifier and TypeMethodDescriptionGeneratedServicelayerManager.createMapType(SessionContext ctx, Map attributeValues) GeneratedServicelayerManager.createMapType(Map attributeValues)