Uses of Class
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.ProductOfferingRef
Packages that use ProductOfferingRef
Package
Description
-
Uses of ProductOfferingRef in de.hybris.platform.b2ctelcotmfwebservices.mappers.productofferingref
Methods in de.hybris.platform.b2ctelcotmfwebservices.mappers.productofferingref with parameters of type ProductOfferingRefModifier and TypeMethodDescriptionvoidPoRefHrefAttributeMapper.populateTargetAttributeFromSource(ProductData source, ProductOfferingRef target, ma.glasnost.orika.MappingContext context) voidPoRefIdAttributeMapper.populateTargetAttributeFromSource(ProductData source, ProductOfferingRef target, ma.glasnost.orika.MappingContext context) voidPoRefReferredTypeAttributeMapper.populateTargetAttributeFromSource(ProductData source, ProductOfferingRef target, ma.glasnost.orika.MappingContext context) -
Uses of ProductOfferingRef in de.hybris.platform.b2ctelcotmfwebservices.v2.dto
Subclasses of ProductOfferingRef in de.hybris.platform.b2ctelcotmfwebservices.v2.dtoModifier and TypeClassDescriptionclassProductOfferingRecommendationRef subtype of the ProductOfferingRef entity.Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto that return ProductOfferingRefModifier and TypeMethodDescriptionProductOfferingRef.addVariantOptionItem(VariantOption variantOptionItem) ProductOfferingRef.atReferredType(String atReferredType) @Valid ProductOfferingRefProductOffering.getBaseProduct()Get baseProduct@Valid ProductOfferingRefRecommendationItem.getOffering()Get offering@Valid ProductOfferingRefCartItem.getProductOffering()Get productOffering@Valid ProductOfferingRefOrderItem.getProductOffering()Get productOffering@Valid ProductOfferingRefProduct.getProductOffering()Get productOffering@Valid ProductOfferingRefReview.getProductOffering()Get productOfferingProductOfferingRef.image(Attachment image) ProductOfferingRef.variantOption(List<VariantOption> variantOption) Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto that return types with arguments of type ProductOfferingRefModifier and TypeMethodDescription@Valid List<ProductOfferingRef>Category.getProductOffering()Get productOffering@Valid List<ProductOfferingRef>CategoryUnderscoreCreate.getProductOffering()Get productOffering@Valid List<ProductOfferingRef>CategoryUnderscoreUpdate.getProductOffering()Get productOffering@Valid List<ProductOfferingRef>ChecklistAction.getProductOffering()List of references to product offering fow which the checkout action is applicable.@Valid List<ProductOfferingRef>ProductOffering.getVariantProductOffering()List of variants of the product offering.Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto with parameters of type ProductOfferingRefModifier and TypeMethodDescriptionCategory.addProductOfferingItem(ProductOfferingRef productOfferingItem) CategoryUnderscoreCreate.addProductOfferingItem(ProductOfferingRef productOfferingItem) CategoryUnderscoreUpdate.addProductOfferingItem(ProductOfferingRef productOfferingItem) ChecklistAction.addProductOfferingItem(ProductOfferingRef productOfferingItem) ProductOffering.addVariantProductOfferingItem(ProductOfferingRef variantProductOfferingItem) ProductOffering.baseProduct(ProductOfferingRef baseProduct) RecommendationItem.offering(ProductOfferingRef offering) CartItem.productOffering(ProductOfferingRef productOffering) OrderItem.productOffering(ProductOfferingRef productOffering) Product.productOffering(ProductOfferingRef productOffering) Review.productOffering(ProductOfferingRef productOffering) voidProductOffering.setBaseProduct(ProductOfferingRef baseProduct) voidRecommendationItem.setOffering(ProductOfferingRef offering) voidCartItem.setProductOffering(ProductOfferingRef productOffering) voidOrderItem.setProductOffering(ProductOfferingRef productOffering) voidProduct.setProductOffering(ProductOfferingRef productOffering) voidReview.setProductOffering(ProductOfferingRef productOffering) Method parameters in de.hybris.platform.b2ctelcotmfwebservices.v2.dto with type arguments of type ProductOfferingRefModifier and TypeMethodDescriptionCategory.productOffering(List<ProductOfferingRef> productOffering) CategoryUnderscoreCreate.productOffering(List<ProductOfferingRef> productOffering) CategoryUnderscoreUpdate.productOffering(List<ProductOfferingRef> productOffering) ChecklistAction.productOffering(List<ProductOfferingRef> productOffering) voidCategory.setProductOffering(List<ProductOfferingRef> productOffering) voidCategoryUnderscoreCreate.setProductOffering(List<ProductOfferingRef> productOffering) voidCategoryUnderscoreUpdate.setProductOffering(List<ProductOfferingRef> productOffering) voidChecklistAction.setProductOffering(List<ProductOfferingRef> productOffering) voidProductOffering.setVariantProductOffering(List<ProductOfferingRef> variantProductOffering) ProductOffering.variantProductOffering(List<ProductOfferingRef> variantProductOffering) -
Uses of ProductOfferingRef in de.hybris.platform.b2ctelcotmfwebservices.v3.dto
Methods in de.hybris.platform.b2ctelcotmfwebservices.v3.dto that return ProductOfferingRefModifier and TypeMethodDescriptionProductOffering.getBaseProduct()Get baseProductProduct.getProductOffering()Get productOfferingRecommendationItem.getProductOffering()Get productOfferingMethods in de.hybris.platform.b2ctelcotmfwebservices.v3.dto that return types with arguments of type ProductOfferingRefModifier and TypeMethodDescription@Valid List<ProductOfferingRef>ProductOffering.getVariantProductOffering()List of variants of the product offering.Methods in de.hybris.platform.b2ctelcotmfwebservices.v3.dto with parameters of type ProductOfferingRefModifier and TypeMethodDescriptionProductOffering.addVariantProductOfferingItem(ProductOfferingRef variantProductOfferingItem) ProductOffering.baseProduct(ProductOfferingRef baseProduct) Product.productOffering(ProductOfferingRef productOffering) RecommendationItem.productOffering(ProductOfferingRef productOffering) voidProductOffering.setBaseProduct(ProductOfferingRef baseProduct) voidProduct.setProductOffering(ProductOfferingRef productOffering) voidRecommendationItem.setProductOffering(ProductOfferingRef productOffering) Method parameters in de.hybris.platform.b2ctelcotmfwebservices.v3.dto with type arguments of type ProductOfferingRefModifier and TypeMethodDescriptionvoidProductOffering.setVariantProductOffering(List<ProductOfferingRef> variantProductOffering) ProductOffering.variantProductOffering(List<ProductOfferingRef> variantProductOffering)