Uses of Class
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.RecommendationItem
Packages that use RecommendationItem
Package
Description
-
Uses of RecommendationItem in de.hybris.platform.b2ctelcotmfwebservices.mappers.recommendationitem
Methods in de.hybris.platform.b2ctelcotmfwebservices.mappers.recommendationitem with parameters of type RecommendationItemModifier and TypeMethodDescriptionvoidTmaRecommendationItemAtTypeAttributeMapper.populateTargetAttributeFromSource(TmaOfferData source, RecommendationItem target, ma.glasnost.orika.MappingContext context) voidTmaRecommendationItemOfferingAttributeMapper.populateTargetAttributeFromSource(TmaOfferData source, RecommendationItem target, ma.glasnost.orika.MappingContext context) voidTmaRecommendationItemPriceAttributeMapper.populateTargetAttributeFromSource(TmaOfferData source, RecommendationItem target, ma.glasnost.orika.MappingContext context) voidTmaRecommendationItemSchemaLocationAttributeMapper.populateTargetAttributeFromSource(TmaOfferData source, RecommendationItem target, ma.glasnost.orika.MappingContext context) -
Uses of RecommendationItem in de.hybris.platform.b2ctelcotmfwebservices.v2.dto
Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto that return RecommendationItemModifier and TypeMethodDescriptionRecommendationItem.addPriceItem(ProductOfferingPrice priceItem) RecommendationItem.atBaseType(String atBaseType) RecommendationItem.atSchemaLocation(String atSchemaLocation) RecommendationItem.offering(ProductOfferingRef offering) RecommendationItem.price(List<ProductOfferingPrice> price) Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto that return types with arguments of type RecommendationItemModifier and TypeMethodDescription@Valid List<RecommendationItem>Recommendation.getItem()Get itemMethods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto with parameters of type RecommendationItemMethod parameters in de.hybris.platform.b2ctelcotmfwebservices.v2.dto with type arguments of type RecommendationItemModifier and TypeMethodDescriptionRecommendation.item(List<RecommendationItem> item) voidRecommendation.setItem(List<RecommendationItem> item)