Uses of Class
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.BundledProductOffering
Packages that use BundledProductOffering
Package
Description
-
Uses of BundledProductOffering in de.hybris.platform.b2ctelcotmfwebservices.mappers.bundledproductoffering
Methods in de.hybris.platform.b2ctelcotmfwebservices.mappers.bundledproductoffering with parameters of type BundledProductOfferingModifier and TypeMethodDescriptionvoidBpoHrefAttributeMapper.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) -
Uses of BundledProductOffering in de.hybris.platform.b2ctelcotmfwebservices.v2.dto
Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto that return BundledProductOfferingModifier and TypeMethodDescriptionBundledProductOffering.addBundledProductOfferingItem(BundledProductOffering bundledProductOfferingItem) BundledProductOffering.bundledProductOffering(List<BundledProductOffering> bundledProductOffering) BundledProductOffering.lifecycleStatus(String lifecycleStatus) Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto that return types with arguments of type BundledProductOfferingModifier and TypeMethodDescription@Valid List<BundledProductOffering>BundledProductOffering.getBundledProductOffering()Not Sent@Valid List<BundledProductOffering>ProductOffering.getBundledProductOffering()List of children product offering reference (sent only for bundled product offerings).@Valid List<BundledProductOffering>ProductOfferingUnderscoreCreate.getBundledProductOffering()Get bundledProductOffering@Valid List<BundledProductOffering>ProductOfferingUnderscoreUpdate.getBundledProductOffering()Get bundledProductOffering@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.v2.dto with parameters of type BundledProductOfferingModifier and TypeMethodDescriptionBundledProductOffering.addBundledProductOfferingItem(BundledProductOffering bundledProductOfferingItem) ProductOffering.addBundledProductOfferingItem(BundledProductOffering bundledProductOfferingItem) ProductOfferingUnderscoreCreate.addBundledProductOfferingItem(BundledProductOffering bundledProductOfferingItem) ProductOfferingUnderscoreUpdate.addBundledProductOfferingItem(BundledProductOffering bundledProductOfferingItem) OfferingGroup.addChildProductOfferingItem(BundledProductOffering childProductOfferingItem) ProductOffering.addParentBundleProductOfferingItem(BundledProductOffering parentBundleProductOfferingItem) Method parameters in de.hybris.platform.b2ctelcotmfwebservices.v2.dto with type arguments of type BundledProductOfferingModifier and TypeMethodDescriptionBundledProductOffering.bundledProductOffering(List<BundledProductOffering> bundledProductOffering) ProductOffering.bundledProductOffering(List<BundledProductOffering> bundledProductOffering) ProductOfferingUnderscoreCreate.bundledProductOffering(List<BundledProductOffering> bundledProductOffering) ProductOfferingUnderscoreUpdate.bundledProductOffering(List<BundledProductOffering> bundledProductOffering) OfferingGroup.childProductOffering(List<BundledProductOffering> childProductOffering) ProductOffering.parentBundleProductOffering(List<BundledProductOffering> parentBundleProductOffering) voidBundledProductOffering.setBundledProductOffering(List<BundledProductOffering> bundledProductOffering) voidProductOffering.setBundledProductOffering(List<BundledProductOffering> bundledProductOffering) voidProductOfferingUnderscoreCreate.setBundledProductOffering(List<BundledProductOffering> bundledProductOffering) voidProductOfferingUnderscoreUpdate.setBundledProductOffering(List<BundledProductOffering> bundledProductOffering) voidOfferingGroup.setChildProductOffering(List<BundledProductOffering> childProductOffering) voidProductOffering.setParentBundleProductOffering(List<BundledProductOffering> parentBundleProductOffering)