Uses of Class
de.hybris.platform.jalo.type.CollectionType
-
-
Uses of CollectionType in de.hybris.platform.europe1.jalo.impex
Constructors in de.hybris.platform.europe1.jalo.impex with parameters of type CollectionType Constructor Description Europe1DiscountsTranslator(CollectionType targetType, AbstractValueTranslator elementTranslator) -
Uses of CollectionType in de.hybris.platform.impex.jalo.translators
Methods in de.hybris.platform.impex.jalo.translators with parameters of type CollectionType Modifier and Type Method Description static AbstractValueTranslatorAbstractValueTranslator. createTranslator(AttributeDescriptor attributeDescriptor, CollectionType collectionType, java.util.List<AbstractDescriptor.ColumnParams>[] patternLists)Constructors in de.hybris.platform.impex.jalo.translators with parameters of type CollectionType Constructor Description CollectionValueTranslator(CollectionType targetType, AbstractValueTranslator elementTranslator)Instantiates a new collection translator instance for collections of typetargetTypetranslatable byelementTranslator.CollectionValueTranslator(CollectionType targetType, AbstractValueTranslator elementTranslator, char delimiter)Not public constructors for testing purposes. -
Uses of CollectionType in de.hybris.platform.jalo.type
Methods in de.hybris.platform.jalo.type that return CollectionType Modifier and Type Method Description CollectionTypeTypeManager. createCollectionType(PK pk, java.lang.String code, Type type)Deprecated.since ages - use ModelService.create to create instancesCollectionTypeTypeManager. createCollectionType(PK pkBase, java.lang.String code, Type type, int typeOfCollection)Deprecated.since ages - use ModelService.create to create instancesCollectionTypeTypeManager. createCollectionType(java.lang.String code, Type type)Deprecated.since ages - use ModelService.create to create instancesCollectionTypeTypeManager. createCollectionType(java.lang.String code, Type type, int typeOfCollection)Deprecated.since ages - use ModelService.create to create instancesMethods in de.hybris.platform.jalo.type that return types with arguments of type CollectionType Modifier and Type Method Description java.util.Set<? extends CollectionType>TypeManager. getAllCollectionTypes()Deprecated.since ages - - write own flexible search to fetch desired types -
Uses of CollectionType in de.hybris.platform.promotions.util.impex
Methods in de.hybris.platform.promotions.util.impex that return CollectionType Modifier and Type Method Description protected static CollectionTypePromotionPriceRowsTranslator. getCollectionType() -
Uses of CollectionType in de.hybris.platform.servicelayer.internal.jalo
Methods in de.hybris.platform.servicelayer.internal.jalo that return CollectionType Modifier and Type Method Description CollectionTypeGeneratedServicelayerManager. createCollectionType(SessionContext ctx, java.util.Map attributeValues)CollectionTypeGeneratedServicelayerManager. createCollectionType(java.util.Map attributeValues)
-