Uses of Class
de.hybris.platform.b2ctelcotmfwebservices.v3.dto.BundledProductOffering
Packages that use BundledProductOffering
Package
Description
-
Uses of BundledProductOffering in de.hybris.platform.b2ctelcotmfwebservices.v3.dto
Methods in de.hybris.platform.b2ctelcotmfwebservices.v3.dto that return BundledProductOfferingModifier and TypeMethodDescriptionBundledProductOffering.atbaseType(String atbaseType) BundledProductOffering.atschemaLocation(String atschemaLocation) BundledProductOffering.bundledProductOfferingOption(BundledProductOfferingOption bundledProductOfferingOption) BundledProductOffering.lifecycleStatus(String lifecycleStatus) Methods in de.hybris.platform.b2ctelcotmfwebservices.v3.dto that return types with arguments of type BundledProductOfferingModifier and TypeMethodDescription@Valid List<BundledProductOffering>ProductOffering.getBundledProductOffering()List of children product offering reference (sent only for bundled product offerings).@Valid List<BundledProductOffering>OfferingGroup.getChildProductOffering()List of containing product offerings.@Valid List<BundledProductOffering>ProductOffering.getParentBundleProductOffering()A list of BundledProductOffering representing all parents of the offering.Methods in de.hybris.platform.b2ctelcotmfwebservices.v3.dto with parameters of type BundledProductOfferingModifier and TypeMethodDescriptionProductOffering.addBundledProductOfferingItem(BundledProductOffering bundledProductOfferingItem) OfferingGroup.addChildProductOfferingItem(BundledProductOffering childProductOfferingItem) ProductOffering.addParentBundleProductOfferingItem(BundledProductOffering parentBundleProductOfferingItem) Method parameters in de.hybris.platform.b2ctelcotmfwebservices.v3.dto with type arguments of type BundledProductOfferingModifier and TypeMethodDescriptionProductOffering.bundledProductOffering(List<BundledProductOffering> bundledProductOffering) OfferingGroup.childProductOffering(List<BundledProductOffering> childProductOffering) ProductOffering.parentBundleProductOffering(List<BundledProductOffering> parentBundleProductOffering) voidProductOffering.setBundledProductOffering(List<BundledProductOffering> bundledProductOffering) voidOfferingGroup.setChildProductOffering(List<BundledProductOffering> childProductOffering) voidProductOffering.setParentBundleProductOffering(List<BundledProductOffering> parentBundleProductOffering) -
Uses of BundledProductOffering in de.hybris.platform.b2ctelcotmfwebservices.v3.mappers.bundledproductoffering
Methods in de.hybris.platform.b2ctelcotmfwebservices.v3.mappers.bundledproductoffering with parameters of type BundledProductOfferingModifier and TypeMethodDescriptionvoidBpoIdAttributeMapper.populateSourceAttributeFromTarget(BundledProductOffering source, ProductData target, ma.glasnost.orika.MappingContext context) voidBpoHrefAttributeMapper.populateTargetAttributeFromSource(ProductData source, BundledProductOffering target, ma.glasnost.orika.MappingContext context) voidBpoIdAttributeMapper.populateTargetAttributeFromSource(ProductData source, BundledProductOffering target, ma.glasnost.orika.MappingContext context) voidBpoLifecycleStatusAttributeMapper.populateTargetAttributeFromSource(ProductData source, BundledProductOffering target, ma.glasnost.orika.MappingContext context) voidBpoOptionAttributeMapper.populateTargetAttributeFromSource(ProductData source, BundledProductOffering target, ma.glasnost.orika.MappingContext context)